COLOR #C8D9BC

HEX: #C8D9BC RGB: (200,217,188)

Color info

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

RGB color model

#C8D9BC color RGB value is (200,217,188).

RGB: (200,217,188) (78%, 85%, 74%)

RGB channels and saturation

R 200 of 255 = 78%
G 217 of 255 = 85%
B 188 of 255 = 74%

200
217
188

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

Portions of RGB colors in percentages

R + G + B = 200 + 217 + 188 = 605 (100%)
R 200 of 605 ~ 33.06%
G 217 of 605 ~ 35.87%
B 188 of 605 ~ 31.07'%

%33.06
%35.87
%31.07

CMYK color model

#C8D9BC color CMYK value is (8,0,13,15).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 14.90%

CMYK: (8,0,13,15)
C8M0Y13K15 (8%, 0%, 13%, 15%)
(0.08 / 0.00 / 0.13 / 0.15)

CMYK percentages

%7.83
%0
%13.36
%14.9

Codes

Color #C8D9BC in popluar color models

C8 D9 BC
RGB 200 217 188
HSL 95° 27.62% 79.41%
HSB/HSV 95° 13.36% 85.10%
CMYK 7.83% 0.00% 13.36%
14.90%

Color #C8D9BC in popluar number systems.

HEX C8 D9 BC
Decimal 200 217 188
Binary 11001000 11011001 10111100
Octal 310 331 274

Shades and tints

Shades of #C8D9BC

#C8D9BC
(200,217,188)
#B6C6AB
(182,198,171)
#A4B39A
(164,179,154)
#92A089
(146,160,137)
#808D78
(128,141,120)
#6E7A67
(110,122,103)
#5C6756
(92,103,86)
#4A5445
(74,84,69)
#384134
(56,65,52)
#262E23
(38,46,35)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #C8D9BC

#C8D9BC
(200,217,188)
#CDDCC2
(205,220,194)
#D2DFC8
(210,223,200)
#D7E2CE
(215,226,206)
#DCE5D4
(220,229,212)
#E1E8DA
(225,232,218)
#E6EBE0
(230,235,224)
#EBEEE6
(235,238,230)
#F0F1EC
(240,241,236)
#F5F4F2
(245,244,242)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D9BC color. Also use rgb(200,217,188) instead hex code.

Text Font Color

.myTextColor { color: #C8D9BC; }

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

This text font color is #C8D9BC.

Background Color

.myBgColor { background-color: #C8D9BC; }

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

This div background color is #C8D9BC.

Border color

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

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

This div border color is #C8D9BC.

Opacity

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

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

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

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

This text has shadow with #C8D9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D9BC.

Preview

Color preview on black background

This text has color #C8D9BC on black background.


Color preview on white background

This text has color #C8D9BC on white background.


Black color preview on #C8D9BC background

This text has black color on #C8D9BC background.


White color preview on #C8D9BC background

This text has white color on #C8D9BC background.


Related colors

Complementary color

Complementary color for #hex is #372643.


I love getcolorcode.com

Triadic colors

1 #BCC8D9 and #D9BCC8 with #C8D9BC are triadic colors.

2 #BCD9C8 and #D9C8BC with #C8D9BC are triadic colors.