COLOR #C5E9AF

HEX: #C5E9AF
RGB: (197,233,175)

Color info

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

RGB color model

#C5E9AF color RGB value is (197,233,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 233 of 255 = 91%
B 175 of 255 = 69%

197
233
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 233 + 175 = 605 (100%)
R 197 of 605 ~ 32.56%
G 233 of 605 ~ 38.51%
B 175 of 605 ~ 28.93%

%32.56
%38.51
%28.93

CMYK color model

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

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • 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
%24.89
%8.63

Codes

Color #C5E9AF in popluar color models

C5E9AF
RGB197233175
HSL97°56.86%80.00%
HSB/HSV97°24.89%91.37%
CMYK15.45%0.00%24.89%
8.63%

Color #C5E9AF in popluar number systems.

HEXC5E9AF
Decimal197233175
Binary110001011110100110101111
Octal305351257

Shades and tints

Shades of #C5E9AF

#C5E9AF
(197,233,175)
#B4D4A0
(180,212,160)
#A3BF91
(163,191,145)
#92AA82
(146,170,130)
#819573
(129,149,115)
#708064
(112,128,100)
#5F6B55
(95,107,85)
#4E5646
(78,86,70)
#3D4137
(61,65,55)
#2C2C28
(44,44,40)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #C5E9AF

#C5E9AF
(197,233,175)
#CAEBB6
(202,235,182)
#CFEDBD
(207,237,189)
#D4EFC4
(212,239,196)
#D9F1CB
(217,241,203)
#DEF3D2
(222,243,210)
#E3F5D9
(227,245,217)
#E8F7E0
(232,247,224)
#EDF9E7
(237,249,231)
#F2FBEE
(242,251,238)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E9AF; }

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

This text font color is #C5E9AF.


Background Color

.myBgColor { background-color: #C5E9AF; }

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

This div background color is #C5E9AF.


Border color

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

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

This div border color is #C5E9AF.


Opacity

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

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

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

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

This text has shadow with #C5E9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E9AF on black background.


Color preview on white background

This text has color #C5E9AF on white background.



Black color preview on #C5E9AF background

This text has black color on #C5E9AF background.


White color preview on #C5E9AF background

This text has white color on #C5E9AF background.