COLOR #C8DDAD

HEX: #C8DDAD RGB: (200,221,173)

Color info

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

RGB color model

#C8DDAD color RGB value is (200,221,173).

RGB: (200,221,173) (78%, 87%, 68%)

RGB channels and saturation

R 200 of 255 = 78%
G 221 of 255 = 87%
B 173 of 255 = 68%

200
221
173

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

Portions of RGB colors in percentages

R + G + B = 200 + 221 + 173 = 594 (100%)
R 200 of 594 ~ 33.67%
G 221 of 594 ~ 37.21%
B 173 of 594 ~ 29.12'%

%33.67
%37.21
%29.12

CMYK color model

#C8DDAD color CMYK value is (10,0,22,13).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 13.33%

CMYK: (10,0,22,13)
C10M0Y22K13 (10%, 0%, 22%, 13%)
(0.10 / 0.00 / 0.22 / 0.13)

CMYK percentages

%9.5
%0
%21.72
%13.33

Codes

Color #C8DDAD in popluar color models

C8 DD AD
RGB 200 221 173
HSL 86° 41.38% 77.25%
HSB/HSV 86° 21.72% 86.67%
CMYK 9.50% 0.00% 21.72%
13.33%

Color #C8DDAD in popluar number systems.

HEX C8 DD AD
Decimal 200 221 173
Binary 11001000 11011101 10101101
Octal 310 335 255

Shades and tints

Shades of #C8DDAD

#C8DDAD
(200,221,173)
#B6C99E
(182,201,158)
#A4B58F
(164,181,143)
#92A180
(146,161,128)
#808D71
(128,141,113)
#6E7962
(110,121,98)
#5C6553
(92,101,83)
#4A5144
(74,81,68)
#383D35
(56,61,53)
#262926
(38,41,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #C8DDAD

#C8DDAD
(200,221,173)
#CDE0B4
(205,224,180)
#D2E3BB
(210,227,187)
#D7E6C2
(215,230,194)
#DCE9C9
(220,233,201)
#E1ECD0
(225,236,208)
#E6EFD7
(230,239,215)
#EBF2DE
(235,242,222)
#F0F5E5
(240,245,229)
#F5F8EC
(245,248,236)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DDAD; }

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

This text font color is #C8DDAD.

Background Color

.myBgColor { background-color: #C8DDAD; }

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

This div background color is #C8DDAD.

Border color

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

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

This div border color is #C8DDAD.

Opacity

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

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

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

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

This text has shadow with #C8DDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DDAD.

Preview

Color preview on black background

This text has color #C8DDAD on black background.


Color preview on white background

This text has color #C8DDAD on white background.


Black color preview on #C8DDAD background

This text has black color on #C8DDAD background.


White color preview on #C8DDAD background

This text has white color on #C8DDAD background.


Related colors

Complementary color

Complementary color for #hex is #372252.


I love getcolorcode.com

Triadic colors

1 #ADC8DD and #DDADC8 with #C8DDAD are triadic colors.

2 #ADDDC8 and #DDC8AD with #C8DDAD are triadic colors.