COLOR #C8D5AA

HEX: #C8D5AA RGB: (200,213,170)

Color info

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

RGB color model

#C8D5AA color RGB value is (200,213,170).

RGB: (200,213,170) (78%, 84%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 213 of 255 = 84%
B 170 of 255 = 67%

200
213
170

R + G + B ~ 76%. #C8D5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 213 + 170 = 583 (100%)
R 200 of 583 ~ 34.31%
G 213 of 583 ~ 36.54%
B 170 of 583 ~ 29.16'%

%34.31
%36.54
%29.16

CMYK color model

#C8D5AA color CMYK value is (6,0,20,16).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 16.47%

CMYK: (6,0,20,16)
C6M0Y20K16 (6%, 0%, 20%, 16%)
(0.06 / 0.00 / 0.20 / 0.16)

CMYK percentages

%6.1
%0
%20.19
%16.47

Codes

Color #C8D5AA in popluar color models

C8 D5 AA
RGB 200 213 170
HSL 78° 33.86% 75.10%
HSB/HSV 78° 20.19% 83.53%
CMYK 6.10% 0.00% 20.19%
16.47%

Color #C8D5AA in popluar number systems.

HEX C8 D5 AA
Decimal 200 213 170
Binary 11001000 11010101 10101010
Octal 310 325 252

Shades and tints

Shades of #C8D5AA

#C8D5AA
(200,213,170)
#B6C29B
(182,194,155)
#A4AF8C
(164,175,140)
#929C7D
(146,156,125)
#80896E
(128,137,110)
#6E765F
(110,118,95)
#5C6350
(92,99,80)
#4A5041
(74,80,65)
#383D32
(56,61,50)
#262A23
(38,42,35)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #C8D5AA

#C8D5AA
(200,213,170)
#CDD8B1
(205,216,177)
#D2DBB8
(210,219,184)
#D7DEBF
(215,222,191)
#DCE1C6
(220,225,198)
#E1E4CD
(225,228,205)
#E6E7D4
(230,231,212)
#EBEADB
(235,234,219)
#F0EDE2
(240,237,226)
#F5F0E9
(245,240,233)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D5AA color. Also use rgb(200,213,170) instead hex code.

Text Font Color

.myTextColor { color: #C8D5AA; }

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

This text font color is #C8D5AA.

Background Color

.myBgColor { background-color: #C8D5AA; }

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

This div background color is #C8D5AA.

Border color

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

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

This div border color is #C8D5AA.

Opacity

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

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

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

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

This text has shadow with #C8D5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D5AA.

Preview

Color preview on black background

This text has color #C8D5AA on black background.


Color preview on white background

This text has color #C8D5AA on white background.


Black color preview on #C8D5AA background

This text has black color on #C8D5AA background.


White color preview on #C8D5AA background

This text has white color on #C8D5AA background.


Related colors

Complementary color

Complementary color for #hex is #372A55.


I love getcolorcode.com

Triadic colors

1 #AAC8D5 and #D5AAC8 with #C8D5AA are triadic colors.

2 #AAD5C8 and #D5C8AA with #C8D5AA are triadic colors.