COLOR #C8DDB9

HEX: #C8DDB9
RGB: (200,221,185)

Color info

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

RGB color model

#C8DDB9 color RGB value is (200,221,185).

  • red value is 200;
  • green value is 221;
  • blue value is 185.
RGB:
(200,221,185)
(78%,87%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 221 of 255 = 87%
B 185 of 255 = 73%

200
221
185

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

Portions of RGB colors in percentages

R + G + B =
200 + 221 + 185 = 606 (100%)
R 200 of 606 ~ 33%
G 221 of 606 ~ 36.47%
B 185 of 606 ~ 30.53%

%33
%36.47
%30.53

CMYK color model

#C8DDB9 color CMYK value is (10,0,16,13).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 13.33%
CMYK:
(10,0,16,13)
C10M0Y16K13 
(10%,0%,16%,13%)
(0.10/0.00/0.16/0.13)	

CMYK percentages

%9.5
%0
%16.29
%13.33

Codes

Color #C8DDB9 in popluar color models

C8DDB9
RGB200221185
HSL95°34.62%79.61%
HSB/HSV95°16.29%86.67%
CMYK9.50%0.00%16.29%
13.33%

Color #C8DDB9 in popluar number systems.

HEXC8DDB9
Decimal200221185
Binary110010001101110110111001
Octal310335271

Shades and tints

Shades of #C8DDB9

#C8DDB9
(200,221,185)
#B6C9A9
(182,201,169)
#A4B599
(164,181,153)
#92A189
(146,161,137)
#808D79
(128,141,121)
#6E7969
(110,121,105)
#5C6559
(92,101,89)
#4A5149
(74,81,73)
#383D39
(56,61,57)
#262929
(38,41,41)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #C8DDB9

#C8DDB9
(200,221,185)
#CDE0BF
(205,224,191)
#D2E3C5
(210,227,197)
#D7E6CB
(215,230,203)
#DCE9D1
(220,233,209)
#E1ECD7
(225,236,215)
#E6EFDD
(230,239,221)
#EBF2E3
(235,242,227)
#F0F5E9
(240,245,233)
#F5F8EF
(245,248,239)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DDB9; }

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

This text font color is #C8DDB9.


Background Color

.myBgColor { background-color: #C8DDB9; }

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

This div background color is #C8DDB9.


Border color

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

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

This div border color is #C8DDB9.


Opacity

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

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

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

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

This text has shadow with #C8DDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DDB9 on black background.


Color preview on white background

This text has color #C8DDB9 on white background.



Black color preview on #C8DDB9 background

This text has black color on #C8DDB9 background.


White color preview on #C8DDB9 background

This text has white color on #C8DDB9 background.