COLOR #C8B9DC

HEX: #C8B9DC RGB: (200,185,220)

Color info

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

RGB color model

#C8B9DC color RGB value is (200,185,220).

RGB: (200,185,220) (78%, 73%, 86%)

RGB channels and saturation

R 200 of 255 = 78%
G 185 of 255 = 73%
B 220 of 255 = 86%

200
185
220

R + G + B ~ 79%. #C8B9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 185 + 220 = 605 (100%)
R 200 of 605 ~ 33.06%
G 185 of 605 ~ 30.58%
B 220 of 605 ~ 36.36'%

%33.06
%30.58
%36.36

CMYK color model

#C8B9DC color CMYK value is (9,16,0,14).

  • cyan value is 9.09%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (9,16,0,14)
C9M16Y0K14 (9%, 16%, 0%, 14%)
(0.09 / 0.16 / 0.00 / 0.14)

CMYK percentages

%9.09
%15.91
%0
%13.73

Codes

Color #C8B9DC in popluar color models

C8 B9 DC
RGB 200 185 220
HSL 266° 33.33% 79.41%
HSB/HSV 266° 15.91% 86.27%
CMYK 9.09% 15.91% 0.00%
13.73%

Color #C8B9DC in popluar number systems.

HEX C8 B9 DC
Decimal 200 185 220
Binary 11001000 10111001 11011100
Octal 310 271 334

Shades and tints

Shades of #C8B9DC

#C8B9DC
(200,185,220)
#B6A9C8
(182,169,200)
#A499B4
(164,153,180)
#9289A0
(146,137,160)
#80798C
(128,121,140)
#6E6978
(110,105,120)
#5C5964
(92,89,100)
#4A4950
(74,73,80)
#38393C
(56,57,60)
#262928
(38,41,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #C8B9DC

#C8B9DC
(200,185,220)
#CDBFDF
(205,191,223)
#D2C5E2
(210,197,226)
#D7CBE5
(215,203,229)
#DCD1E8
(220,209,232)
#E1D7EB
(225,215,235)
#E6DDEE
(230,221,238)
#EBE3F1
(235,227,241)
#F0E9F4
(240,233,244)
#F5EFF7
(245,239,247)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B9DC color. Also use rgb(200,185,220) instead hex code.

Text Font Color

.myTextColor { color: #C8B9DC; }

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

This text font color is #C8B9DC.

Background Color

.myBgColor { background-color: #C8B9DC; }

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

This div background color is #C8B9DC.

Border color

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

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

This div border color is #C8B9DC.

Opacity

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

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

Text with #C8B9DC 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 #C8B9DC;}

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

This text has shadow with #C8B9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B9DC.

Preview

Color preview on black background

This text has color #C8B9DC on black background.


Color preview on white background

This text has color #C8B9DC on white background.


Black color preview on #C8B9DC background

This text has black color on #C8B9DC background.


White color preview on #C8B9DC background

This text has white color on #C8B9DC background.


Related colors

Complementary color

Complementary color for #hex is #374623.


I love getcolorcode.com

Triadic colors

1 #DCC8B9 and #B9DCC8 with #C8B9DC are triadic colors.

2 #DCB9C8 and #B9C8DC with #C8B9DC are triadic colors.