COLOR #C0B6DD

HEX: #C0B6DD RGB: (192,182,221)

Color info

#C0B6DD contains red, green and blue colors in about the same proportion. Web safe color of #C0B6DD is #CCCCCC (or #CCC).

RGB color model

#C0B6DD color RGB value is (192,182,221).

RGB: (192,182,221) (75%, 71%, 87%)

RGB channels and saturation

R 192 of 255 = 75%
G 182 of 255 = 71%
B 221 of 255 = 87%

192
182
221

R + G + B ~ 78%. #C0B6DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 182 + 221 = 595 (100%)
R 192 of 595 ~ 32.27%
G 182 of 595 ~ 30.59%
B 221 of 595 ~ 37.14'%

%32.27
%30.59
%37.14

CMYK color model

#C0B6DD color CMYK value is (13,18,0,13).

  • cyan value is 13.12%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (13,18,0,13)
C13M18Y0K13 (13%, 18%, 0%, 13%)
(0.13 / 0.18 / 0.00 / 0.13)

CMYK percentages

%13.12
%17.65
%0
%13.33

Codes

Color #C0B6DD in popluar color models

C0 B6 DD
RGB 192 182 221
HSL 255° 36.45% 79.02%
HSB/HSV 255° 17.65% 86.67%
CMYK 13.12% 17.65% 0.00%
13.33%

Color #C0B6DD in popluar number systems.

HEX C0 B6 DD
Decimal 192 182 221
Binary 11000000 10110110 11011101
Octal 300 266 335

Shades and tints

Shades of #C0B6DD

#C0B6DD
(192,182,221)
#AFA6C9
(175,166,201)
#9E96B5
(158,150,181)
#8D86A1
(141,134,161)
#7C768D
(124,118,141)
#6B6679
(107,102,121)
#5A5665
(90,86,101)
#494651
(73,70,81)
#38363D
(56,54,61)
#272629
(39,38,41)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #C0B6DD

#C0B6DD
(192,182,221)
#C5BCE0
(197,188,224)
#CAC2E3
(202,194,227)
#CFC8E6
(207,200,230)
#D4CEE9
(212,206,233)
#D9D4EC
(217,212,236)
#DEDAEF
(222,218,239)
#E3E0F2
(227,224,242)
#E8E6F5
(232,230,245)
#EDECF8
(237,236,248)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B6DD color. Also use rgb(192,182,221) instead hex code.

Text Font Color

.myTextColor { color: #C0B6DD; }

<p style="color:#C0B6DD">This sample text font color is #C0B6DD.</p>

This text font color is #C0B6DD.

Background Color

.myBgColor { background-color: #C0B6DD; }

<div style="background-color:#C0B6DD">Inner text</div>

This div background color is #C0B6DD.

Border color

.myBorderColor { border: 1px solid #C0B6DD; }

<div style="border:3px solid #C0B6DD">Div</div>

This div border color is #C0B6DD.

Opacity

.myOpacity80 { color: #C0B6DD; opacity: 0.8; }

<p style="color:#C0B6DD;opacity:0.8;">80%</p>

Text with #C0B6DD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C0B6DD;}

<p style="text-shadow: 3px 3px 1px #C0B6DD">Text here.</p>

This text has shadow with #C0B6DD color.


.textShadow {text-shadow: 3px 3px 1px #C0B6DD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C0B6DD, 5px 5px 20px red">Text here.</p>

This text has shadow with #C0B6DD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0B6DD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C0B6DD, Direction=45, Strength=4)">Text</p>

This text has shadow with #C0B6DD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C0B6DD;
-webkit-box-shadow: 1px 1px 3px 2px #C0B6DD;
box-shadow: 1px 1px 3px 2px #C0B6DD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0B6DD; -webkit-box-shadow: 1px 1px 3px 2px #C0B6DD; box-shadow:1px 1px 3px 2px #C0B6DD;">
Div content here
</div>

This div box has shadow with color #C0B6DD.

Preview

Color preview on black background

This text has color #C0B6DD on black background.


Color preview on white background

This text has color #C0B6DD on white background.


Black color preview on #C0B6DD background

This text has black color on #C0B6DD background.


White color preview on #C0B6DD background

This text has white color on #C0B6DD background.


Related colors

Complementary color

Complementary color for #hex is #3F4922.


I love getcolorcode.com

Triadic colors

1 #DDC0B6 and #B6DDC0 with #C0B6DD are triadic colors.

2 #DDB6C0 and #B6C0DD with #C0B6DD are triadic colors.