COLOR #C4E5AE

HEX: #C4E5AE
RGB: (196,229,174)

Color info

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

RGB color model

#C4E5AE color RGB value is (196,229,174).

  • red value is 196;
  • green value is 229;
  • blue value is 174.
RGB:
(196,229,174)
(77%,90%,68%)

RGB channels and saturation

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

196
229
174

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

Portions of RGB colors in percentages

R + G + B =
196 + 229 + 174 = 599 (100%)
R 196 of 599 ~ 32.72%
G 229 of 599 ~ 38.23%
B 174 of 599 ~ 29.05%

%32.72
%38.23
%29.05

CMYK color model

#C4E5AE color CMYK value is (14,0,24,10).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 10.20%
CMYK:
(14,0,24,10)
C14M0Y24K10 
(14%,0%,24%,10%)
(0.14/0.00/0.24/0.10)	

CMYK percentages

%14.41
%0
%24.02
%10.2

Codes

Color #C4E5AE in popluar color models

C4E5AE
RGB196229174
HSL96°51.40%79.02%
HSB/HSV96°24.02%89.80%
CMYK14.41%0.00%24.02%
10.20%

Color #C4E5AE in popluar number systems.

HEXC4E5AE
Decimal196229174
Binary110001001110010110101110
Octal304345256

Shades and tints

Shades of #C4E5AE

#C4E5AE
(196,229,174)
#B3D19F
(179,209,159)
#A2BD90
(162,189,144)
#91A981
(145,169,129)
#809572
(128,149,114)
#6F8163
(111,129,99)
#5E6D54
(94,109,84)
#4D5945
(77,89,69)
#3C4536
(60,69,54)
#2B3127
(43,49,39)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #C4E5AE

#C4E5AE
(196,229,174)
#C9E7B5
(201,231,181)
#CEE9BC
(206,233,188)
#D3EBC3
(211,235,195)
#D8EDCA
(216,237,202)
#DDEFD1
(221,239,209)
#E2F1D8
(226,241,216)
#E7F3DF
(231,243,223)
#ECF5E6
(236,245,230)
#F1F7ED
(241,247,237)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E5AE; }

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

This text font color is #C4E5AE.


Background Color

.myBgColor { background-color: #C4E5AE; }

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

This div background color is #C4E5AE.


Border color

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

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

This div border color is #C4E5AE.


Opacity

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

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

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

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

This text has shadow with #C4E5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E5AE on black background.


Color preview on white background

This text has color #C4E5AE on white background.



Black color preview on #C4E5AE background

This text has black color on #C4E5AE background.


White color preview on #C4E5AE background

This text has white color on #C4E5AE background.