COLOR #C4DEA7

HEX: #C4DEA7 RGB: (196,222,167)

Color info

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

RGB color model

#C4DEA7 color RGB value is (196,222,167).

RGB: (196,222,167) (77%, 87%, 65%)

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 167 of 255 = 65%

196
222
167

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

Portions of RGB colors in percentages

R + G + B = 196 + 222 + 167 = 585 (100%)
R 196 of 585 ~ 33.5%
G 222 of 585 ~ 37.95%
B 167 of 585 ~ 28.55'%

%33.5
%37.95
%28.55

CMYK color model

#C4DEA7 color CMYK value is (12,0,25,13).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 12.94%

CMYK: (12,0,25,13)
C12M0Y25K13 (12%, 0%, 25%, 13%)
(0.12 / 0.00 / 0.25 / 0.13)

CMYK percentages

%11.71
%0
%24.77
%12.94

Codes

Color #C4DEA7 in popluar color models

C4 DE A7
RGB 196 222 167
HSL 88° 45.45% 76.27%
HSB/HSV 88° 24.77% 87.06%
CMYK 11.71% 0.00% 24.77%
12.94%

Color #C4DEA7 in popluar number systems.

HEX C4 DE A7
Decimal 196 222 167
Binary 11000100 11011110 10100111
Octal 304 336 247

Shades and tints

Shades of #C4DEA7

#C4DEA7
(196,222,167)
#B3CA98
(179,202,152)
#A2B689
(162,182,137)
#91A27A
(145,162,122)
#808E6B
(128,142,107)
#6F7A5C
(111,122,92)
#5E664D
(94,102,77)
#4D523E
(77,82,62)
#3C3E2F
(60,62,47)
#2B2A20
(43,42,32)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #C4DEA7

#C4DEA7
(196,222,167)
#C9E1AF
(201,225,175)
#CEE4B7
(206,228,183)
#D3E7BF
(211,231,191)
#D8EAC7
(216,234,199)
#DDEDCF
(221,237,207)
#E2F0D7
(226,240,215)
#E7F3DF
(231,243,223)
#ECF6E7
(236,246,231)
#F1F9EF
(241,249,239)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DEA7 color. Also use rgb(196,222,167) instead hex code.

Text Font Color

.myTextColor { color: #C4DEA7; }

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

This text font color is #C4DEA7.

Background Color

.myBgColor { background-color: #C4DEA7; }

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

This div background color is #C4DEA7.

Border color

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

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

This div border color is #C4DEA7.

Opacity

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

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

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

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

This text has shadow with #C4DEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DEA7.

Preview

Color preview on black background

This text has color #C4DEA7 on black background.


Color preview on white background

This text has color #C4DEA7 on white background.


Black color preview on #C4DEA7 background

This text has black color on #C4DEA7 background.


White color preview on #C4DEA7 background

This text has white color on #C4DEA7 background.


Related colors

Complementary color

Complementary color for #hex is #3B2158.


I love getcolorcode.com

Triadic colors

1 #A7C4DE and #DEA7C4 with #C4DEA7 are triadic colors.

2 #A7DEC4 and #DEC4A7 with #C4DEA7 are triadic colors.