COLOR #C4E6AE

HEX: #C4E6AE RGB: (196,230,174)

Color info

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

RGB color model

#C4E6AE color RGB value is (196,230,174).

RGB: (196,230,174) (77%, 90%, 68%)

RGB channels and saturation

R 196 of 255 = 77%
G 230 of 255 = 90%
B 174 of 255 = 68%

196
230
174

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

Portions of RGB colors in percentages

R + G + B = 196 + 230 + 174 = 600 (100%)
R 196 of 600 ~ 32.67%
G 230 of 600 ~ 38.33%
B 174 of 600 ~ 29'%

%32.67
%38.33
%29

CMYK color model

#C4E6AE color CMYK value is (15,0,24,10).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 9.80%

CMYK: (15,0,24,10)
C15M0Y24K10 (15%, 0%, 24%, 10%)
(0.15 / 0.00 / 0.24 / 0.10)

CMYK percentages

%14.78
%0
%24.35
%9.8

Codes

Color #C4E6AE in popluar color models

C4 E6 AE
RGB 196 230 174
HSL 96° 52.83% 79.22%
HSB/HSV 96° 24.35% 90.20%
CMYK 14.78% 0.00% 24.35%
9.80%

Color #C4E6AE in popluar number systems.

HEX C4 E6 AE
Decimal 196 230 174
Binary 11000100 11100110 10101110
Octal 304 346 256

Shades and tints

Shades of #C4E6AE

#C4E6AE
(196,230,174)
#B3D29F
(179,210,159)
#A2BE90
(162,190,144)
#91AA81
(145,170,129)
#809672
(128,150,114)
#6F8263
(111,130,99)
#5E6E54
(94,110,84)
#4D5A45
(77,90,69)
#3C4636
(60,70,54)
#2B3227
(43,50,39)
#1A1E18
(26,30,24)
#000000
(0,0,0)

Tints of #C4E6AE

#C4E6AE
(196,230,174)
#C9E8B5
(201,232,181)
#CEEABC
(206,234,188)
#D3ECC3
(211,236,195)
#D8EECA
(216,238,202)
#DDF0D1
(221,240,209)
#E2F2D8
(226,242,216)
#E7F4DF
(231,244,223)
#ECF6E6
(236,246,230)
#F1F8ED
(241,248,237)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E6AE color. Also use rgb(196,230,174) instead hex code.

Text Font Color

.myTextColor { color: #C4E6AE; }

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

This text font color is #C4E6AE.

Background Color

.myBgColor { background-color: #C4E6AE; }

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

This div background color is #C4E6AE.

Border color

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

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

This div border color is #C4E6AE.

Opacity

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

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

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

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

This text has shadow with #C4E6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E6AE.

Preview

Color preview on black background

This text has color #C4E6AE on black background.


Color preview on white background

This text has color #C4E6AE on white background.


Black color preview on #C4E6AE background

This text has black color on #C4E6AE background.


White color preview on #C4E6AE background

This text has white color on #C4E6AE background.


Related colors

Complementary color

Complementary color for #hex is #3B1951.


I love getcolorcode.com

Triadic colors

1 #AEC4E6 and #E6AEC4 with #C4E6AE are triadic colors.

2 #AEE6C4 and #E6C4AE with #C4E6AE are triadic colors.