COLOR #C5E9AE

HEX: #C5E9AE
RGB: (197,233,174)

Color info

#C5E9AE contains red, green and blue colors in about the same proportion. Web safe color of #C5E9AE is #CCFF99 (or #CF9).

RGB color model

#C5E9AE color RGB value is (197,233,174).

  • red value is 197;
  • green value is 233;
  • blue value is 174.
RGB:
(197,233,174)
(77%,91%,68%)

RGB channels and saturation

R 197 of 255 = 77%
G 233 of 255 = 91%
B 174 of 255 = 68%

197
233
174

R + G + B ~ 79%. #C5E9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 233 + 174 = 604 (100%)
R 197 of 604 ~ 32.62%
G 233 of 604 ~ 38.58%
B 174 of 604 ~ 28.81%

%32.62
%38.58
%28.81

CMYK color model

#C5E9AE color CMYK value is (15,0,25,9).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 8.63%
CMYK:
(15,0,25,9)
C15M0Y25K9 
(15%,0%,25%,9%)
(0.15/0.00/0.25/0.09)	

CMYK percentages

%15.45
%0
%25.32
%8.63

Codes

Color #C5E9AE in popluar color models

C5E9AE
RGB197233174
HSL97°57.28%79.80%
HSB/HSV97°25.32%91.37%
CMYK15.45%0.00%25.32%
8.63%

Color #C5E9AE in popluar number systems.

HEXC5E9AE
Decimal197233174
Binary110001011110100110101110
Octal305351256

Shades and tints

Shades of #C5E9AE

#C5E9AE
(197,233,174)
#B4D49F
(180,212,159)
#A3BF90
(163,191,144)
#92AA81
(146,170,129)
#819572
(129,149,114)
#708063
(112,128,99)
#5F6B54
(95,107,84)
#4E5645
(78,86,69)
#3D4136
(61,65,54)
#2C2C27
(44,44,39)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #C5E9AE

#C5E9AE
(197,233,174)
#CAEBB5
(202,235,181)
#CFEDBC
(207,237,188)
#D4EFC3
(212,239,195)
#D9F1CA
(217,241,202)
#DEF3D1
(222,243,209)
#E3F5D8
(227,245,216)
#E8F7DF
(232,247,223)
#EDF9E6
(237,249,230)
#F2FBED
(242,251,237)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E9AE color. Also use rgb(197,233,174) instead hex code.

Text Font Color

.myTextColor { color: #C5E9AE; }

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

This text font color is #C5E9AE.


Background Color

.myBgColor { background-color: #C5E9AE; }

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

This div background color is #C5E9AE.


Border color

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

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

This div border color is #C5E9AE.


Opacity

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

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

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

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

This text has shadow with #C5E9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E9AE on black background.


Color preview on white background

This text has color #C5E9AE on white background.



Black color preview on #C5E9AE background

This text has black color on #C5E9AE background.


White color preview on #C5E9AE background

This text has white color on #C5E9AE background.