COLOR #C4DAA2

HEX: #C4DAA2 RGB: (196,218,162)

Color info

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

RGB color model

#C4DAA2 color RGB value is (196,218,162).

RGB: (196,218,162) (77%, 85%, 64%)

RGB channels and saturation

R 196 of 255 = 77%
G 218 of 255 = 85%
B 162 of 255 = 64%

196
218
162

R + G + B ~ 75%. #C4DAA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 218 + 162 = 576 (100%)
R 196 of 576 ~ 34.03%
G 218 of 576 ~ 37.85%
B 162 of 576 ~ 28.13'%

%34.03
%37.85
%28.13

CMYK color model

#C4DAA2 color CMYK value is (10,0,26,15).

  • cyan value is 10.09%
  • magenta value is 0.00%
  • yellow value is 25.69%
  • key color value is 14.51%
CMYK: (10,0,26,15) C10M0Y26K15 (10%,0%,26%,15%) (0.10/0.00/0.26/0.15) 

CMYK percentages

%10.09
%0
%25.69
%14.51

Codes

Color #C4DAA2 in popluar color models

C4 DA A2
RGB 196 218 162
HSL 84° 43.08% 74.51%
HSB/HSV 84° 25.69% 85.49%
CMYK 10.09% 0.00% 25.69%
14.51%

Color #C4DAA2 in popluar number systems.

HEX C4 DA A2
Decimal 196 218 162
Binary 11000100 11011010 10100010
Octal 304 332 242

Shades and tints

Shades of #C4DAA2

#C4DAA2
(196,218,162)
#B3C794
(179,199,148)
#A2B486
(162,180,134)
#91A178
(145,161,120)
#808E6A
(128,142,106)
#6F7B5C
(111,123,92)
#5E684E
(94,104,78)
#4D5540
(77,85,64)
#3C4232
(60,66,50)
#2B2F24
(43,47,36)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #C4DAA2

#C4DAA2
(196,218,162)
#C9DDAA
(201,221,170)
#CEE0B2
(206,224,178)
#D3E3BA
(211,227,186)
#D8E6C2
(216,230,194)
#DDE9CA
(221,233,202)
#E2ECD2
(226,236,210)
#E7EFDA
(231,239,218)
#ECF2E2
(236,242,226)
#F1F5EA
(241,245,234)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DAA2 color. Also use rgb(196,218,162) instead hex code.

Text Font Color

.myTextColor { color: #C4DAA2; }

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

This text font color is #C4DAA2.

Background Color

.myBgColor { background-color: #C4DAA2; }

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

This div background color is #C4DAA2.

Border color

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

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

This div border color is #C4DAA2.

Opacity

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

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

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

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

This text has shadow with #C4DAA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DAA2.

Preview

Color preview on black background

This text has color #C4DAA2 on black background.


Color preview on white background

This text has color #C4DAA2 on white background.


Black color preview on #C4DAA2 background

This text has black color on #C4DAA2 background.


White color preview on #C4DAA2 background

This text has white color on #C4DAA2 background.


Related colors

Complementary color

Complementary color for #hex is #3B255D.


I love getcolorcode.com

Triadic colors

1 #A2C4DA and #DAA2C4 with #C4DAA2 are triadic colors.

2 #A2DAC4 and #DAC4A2 with #C4DAA2 are triadic colors.