COLOR #C8DEAB

HEX: #C8DEAB RGB: (200,222,171)

Color info

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

RGB color model

#C8DEAB color RGB value is (200,222,171).

RGB: (200,222,171) (78%, 87%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 222 of 255 = 87%
B 171 of 255 = 67%

200
222
171

R + G + B ~ 77%. #C8DEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 222 + 171 = 593 (100%)
R 200 of 593 ~ 33.73%
G 222 of 593 ~ 37.44%
B 171 of 593 ~ 28.84'%

%33.73
%37.44
%28.84

CMYK color model

#C8DEAB color CMYK value is (10,0,23,13).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 12.94%
CMYK: (10,0,23,13) C10M0Y23K13 (10%,0%,23%,13%) (0.10/0.00/0.23/0.13) 

CMYK percentages

%9.91
%0
%22.97
%12.94

Codes

Color #C8DEAB in popluar color models

C8 DE AB
RGB 200 222 171
HSL 86° 43.59% 77.06%
HSB/HSV 86° 22.97% 87.06%
CMYK 9.91% 0.00% 22.97%
12.94%

Color #C8DEAB in popluar number systems.

HEX C8 DE AB
Decimal 200 222 171
Binary 11001000 11011110 10101011
Octal 310 336 253

Shades and tints

Shades of #C8DEAB

#C8DEAB
(200,222,171)
#B6CA9C
(182,202,156)
#A4B68D
(164,182,141)
#92A27E
(146,162,126)
#808E6F
(128,142,111)
#6E7A60
(110,122,96)
#5C6651
(92,102,81)
#4A5242
(74,82,66)
#383E33
(56,62,51)
#262A24
(38,42,36)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #C8DEAB

#C8DEAB
(200,222,171)
#CDE1B2
(205,225,178)
#D2E4B9
(210,228,185)
#D7E7C0
(215,231,192)
#DCEAC7
(220,234,199)
#E1EDCE
(225,237,206)
#E6F0D5
(230,240,213)
#EBF3DC
(235,243,220)
#F0F6E3
(240,246,227)
#F5F9EA
(245,249,234)
#FAFCF1
(250,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DEAB; }

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

This text font color is #C8DEAB.

Background Color

.myBgColor { background-color: #C8DEAB; }

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

This div background color is #C8DEAB.

Border color

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

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

This div border color is #C8DEAB.

Opacity

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

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

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

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

This text has shadow with #C8DEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DEAB.

Preview

Color preview on black background

This text has color #C8DEAB on black background.


Color preview on white background

This text has color #C8DEAB on white background.


Black color preview on #C8DEAB background

This text has black color on #C8DEAB background.


White color preview on #C8DEAB background

This text has white color on #C8DEAB background.


Related colors

Complementary color

Complementary color for #hex is #372154.


I love getcolorcode.com

Triadic colors

1 #ABC8DE and #DEABC8 with #C8DEAB are triadic colors.

2 #ABDEC8 and #DEC8AB with #C8DEAB are triadic colors.