COLOR #C8DEB9

HEX: #C8DEB9
RGB: (200,222,185)

Color info

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

RGB color model

#C8DEB9 color RGB value is (200,222,185).

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

RGB channels and saturation

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

200
222
185

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

Portions of RGB colors in percentages

R + G + B =
200 + 222 + 185 = 607 (100%)
R 200 of 607 ~ 32.95%
G 222 of 607 ~ 36.57%
B 185 of 607 ~ 30.48%

%32.95
%36.57
%30.48

CMYK color model

#C8DEB9 color CMYK value is (10,0,17,13).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(10,0,17,13)
C10M0Y17K13 
(10%,0%,17%,13%)
(0.10/0.00/0.17/0.13)	

CMYK percentages

%9.91
%0
%16.67
%12.94

Codes

Color #C8DEB9 in popluar color models

C8DEB9
RGB200222185
HSL96°35.92%79.80%
HSB/HSV96°16.67%87.06%
CMYK9.91%0.00%16.67%
12.94%

Color #C8DEB9 in popluar number systems.

HEXC8DEB9
Decimal200222185
Binary110010001101111010111001
Octal310336271

Shades and tints

Shades of #C8DEB9

#C8DEB9
(200,222,185)
#B6CAA9
(182,202,169)
#A4B699
(164,182,153)
#92A289
(146,162,137)
#808E79
(128,142,121)
#6E7A69
(110,122,105)
#5C6659
(92,102,89)
#4A5249
(74,82,73)
#383E39
(56,62,57)
#262A29
(38,42,41)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #C8DEB9

#C8DEB9
(200,222,185)
#CDE1BF
(205,225,191)
#D2E4C5
(210,228,197)
#D7E7CB
(215,231,203)
#DCEAD1
(220,234,209)
#E1EDD7
(225,237,215)
#E6F0DD
(230,240,221)
#EBF3E3
(235,243,227)
#F0F6E9
(240,246,233)
#F5F9EF
(245,249,239)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DEB9; }

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

This text font color is #C8DEB9.


Background Color

.myBgColor { background-color: #C8DEB9; }

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

This div background color is #C8DEB9.


Border color

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

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

This div border color is #C8DEB9.


Opacity

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

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

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

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

This text has shadow with #C8DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DEB9 on black background.


Color preview on white background

This text has color #C8DEB9 on white background.



Black color preview on #C8DEB9 background

This text has black color on #C8DEB9 background.


White color preview on #C8DEB9 background

This text has white color on #C8DEB9 background.