COLOR #C8DAAC

HEX: #C8DAAC RGB: (200,218,172)

Color info

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

RGB color model

#C8DAAC color RGB value is (200,218,172).

RGB: (200,218,172) (78%, 85%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 218 of 255 = 85%
B 172 of 255 = 67%

200
218
172

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

Portions of RGB colors in percentages

R + G + B = 200 + 218 + 172 = 590 (100%)
R 200 of 590 ~ 33.9%
G 218 of 590 ~ 36.95%
B 172 of 590 ~ 29.15'%

%33.9
%36.95
%29.15

CMYK color model

#C8DAAC color CMYK value is (8,0,21,15).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 21.10%
  • key color value is 14.51%
CMYK: (8,0,21,15) C8M0Y21K15 (8%,0%,21%,15%) (0.08/0.00/0.21/0.15) 

CMYK percentages

%8.26
%0
%21.1
%14.51

Codes

Color #C8DAAC in popluar color models

C8 DA AC
RGB 200 218 172
HSL 83° 38.33% 76.47%
HSB/HSV 83° 21.10% 85.49%
CMYK 8.26% 0.00% 21.10%
14.51%

Color #C8DAAC in popluar number systems.

HEX C8 DA AC
Decimal 200 218 172
Binary 11001000 11011010 10101100
Octal 310 332 254

Shades and tints

Shades of #C8DAAC

#C8DAAC
(200,218,172)
#B6C79D
(182,199,157)
#A4B48E
(164,180,142)
#92A17F
(146,161,127)
#808E70
(128,142,112)
#6E7B61
(110,123,97)
#5C6852
(92,104,82)
#4A5543
(74,85,67)
#384234
(56,66,52)
#262F25
(38,47,37)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #C8DAAC

#C8DAAC
(200,218,172)
#CDDDB3
(205,221,179)
#D2E0BA
(210,224,186)
#D7E3C1
(215,227,193)
#DCE6C8
(220,230,200)
#E1E9CF
(225,233,207)
#E6ECD6
(230,236,214)
#EBEFDD
(235,239,221)
#F0F2E4
(240,242,228)
#F5F5EB
(245,245,235)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DAAC color. Also use rgb(200,218,172) instead hex code.

Text Font Color

.myTextColor { color: #C8DAAC; }

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

This text font color is #C8DAAC.

Background Color

.myBgColor { background-color: #C8DAAC; }

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

This div background color is #C8DAAC.

Border color

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

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

This div border color is #C8DAAC.

Opacity

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

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

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

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

This text has shadow with #C8DAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DAAC.

Preview

Color preview on black background

This text has color #C8DAAC on black background.


Color preview on white background

This text has color #C8DAAC on white background.


Black color preview on #C8DAAC background

This text has black color on #C8DAAC background.


White color preview on #C8DAAC background

This text has white color on #C8DAAC background.


Related colors

Complementary color

Complementary color for #hex is #372553.


I love getcolorcode.com

Triadic colors

1 #ACC8DA and #DAACC8 with #C8DAAC are triadic colors.

2 #ACDAC8 and #DAC8AC with #C8DAAC are triadic colors.