COLOR #C8DEB1

HEX: #C8DEB1 RGB: (200,222,177)

Color info

#C8DEB1 contains red, green and blue colors in about the same proportion. Web safe color of #C8DEB1 is #CCCC99 (or #CC9).

RGB color model

#C8DEB1 color RGB value is (200,222,177).

RGB: (200,222,177) (78%, 87%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 222 of 255 = 87%
B 177 of 255 = 69%

200
222
177

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

Portions of RGB colors in percentages

R + G + B = 200 + 222 + 177 = 599 (100%)
R 200 of 599 ~ 33.39%
G 222 of 599 ~ 37.06%
B 177 of 599 ~ 29.55'%

%33.39
%37.06
%29.55

CMYK color model

#C8DEB1 color CMYK value is (10,0,20,13).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 20.27%
  • key color value is 12.94%

CMYK: (10,0,20,13)
C10M0Y20K13 (10%, 0%, 20%, 13%)
(0.10 / 0.00 / 0.20 / 0.13)

CMYK percentages

%9.91
%0
%20.27
%12.94

Codes

Color #C8DEB1 in popluar color models

C8 DE B1
RGB 200 222 177
HSL 89° 40.54% 78.24%
HSB/HSV 89° 20.27% 87.06%
CMYK 9.91% 0.00% 20.27%
12.94%

Color #C8DEB1 in popluar number systems.

HEX C8 DE B1
Decimal 200 222 177
Binary 11001000 11011110 10110001
Octal 310 336 261

Shades and tints

Shades of #C8DEB1

#C8DEB1
(200,222,177)
#B6CAA1
(182,202,161)
#A4B691
(164,182,145)
#92A281
(146,162,129)
#808E71
(128,142,113)
#6E7A61
(110,122,97)
#5C6651
(92,102,81)
#4A5241
(74,82,65)
#383E31
(56,62,49)
#262A21
(38,42,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #C8DEB1

#C8DEB1
(200,222,177)
#CDE1B8
(205,225,184)
#D2E4BF
(210,228,191)
#D7E7C6
(215,231,198)
#DCEACD
(220,234,205)
#E1EDD4
(225,237,212)
#E6F0DB
(230,240,219)
#EBF3E2
(235,243,226)
#F0F6E9
(240,246,233)
#F5F9F0
(245,249,240)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DEB1; }

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

This text font color is #C8DEB1.

Background Color

.myBgColor { background-color: #C8DEB1; }

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

This div background color is #C8DEB1.

Border color

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

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

This div border color is #C8DEB1.

Opacity

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

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

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

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

This text has shadow with #C8DEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DEB1.

Preview

Color preview on black background

This text has color #C8DEB1 on black background.


Color preview on white background

This text has color #C8DEB1 on white background.


Black color preview on #C8DEB1 background

This text has black color on #C8DEB1 background.


White color preview on #C8DEB1 background

This text has white color on #C8DEB1 background.


Related colors

Complementary color

Complementary color for #hex is #37214E.


I love getcolorcode.com

Triadic colors

1 #B1C8DE and #DEB1C8 with #C8DEB1 are triadic colors.

2 #B1DEC8 and #DEC8B1 with #C8DEB1 are triadic colors.