COLOR #C5E2AC

HEX: #C5E2AC
RGB: (197,226,172)

Color info

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

RGB color model

#C5E2AC color RGB value is (197,226,172).

  • red value is 197;
  • green value is 226;
  • blue value is 172.
RGB:
(197,226,172)
(77%,89%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 226 of 255 = 89%
B 172 of 255 = 67%

197
226
172

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

Portions of RGB colors in percentages

R + G + B =
197 + 226 + 172 = 595 (100%)
R 197 of 595 ~ 33.11%
G 226 of 595 ~ 37.98%
B 172 of 595 ~ 28.91%

%33.11
%37.98
%28.91

CMYK color model

#C5E2AC color CMYK value is (13,0,24,11).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 11.37%
CMYK:
(13,0,24,11)
C13M0Y24K11 
(13%,0%,24%,11%)
(0.13/0.00/0.24/0.11)	

CMYK percentages

%12.83
%0
%23.89
%11.37

Codes

Color #C5E2AC in popluar color models

C5E2AC
RGB197226172
HSL92°48.21%78.04%
HSB/HSV92°23.89%88.63%
CMYK12.83%0.00%23.89%
11.37%

Color #C5E2AC in popluar number systems.

HEXC5E2AC
Decimal197226172
Binary110001011110001010101100
Octal305342254

Shades and tints

Shades of #C5E2AC

#C5E2AC
(197,226,172)
#B4CE9D
(180,206,157)
#A3BA8E
(163,186,142)
#92A67F
(146,166,127)
#819270
(129,146,112)
#707E61
(112,126,97)
#5F6A52
(95,106,82)
#4E5643
(78,86,67)
#3D4234
(61,66,52)
#2C2E25
(44,46,37)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #C5E2AC

#C5E2AC
(197,226,172)
#CAE4B3
(202,228,179)
#CFE6BA
(207,230,186)
#D4E8C1
(212,232,193)
#D9EAC8
(217,234,200)
#DEECCF
(222,236,207)
#E3EED6
(227,238,214)
#E8F0DD
(232,240,221)
#EDF2E4
(237,242,228)
#F2F4EB
(242,244,235)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E2AC color. Also use rgb(197,226,172) instead hex code.

Text Font Color

.myTextColor { color: #C5E2AC; }

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

This text font color is #C5E2AC.


Background Color

.myBgColor { background-color: #C5E2AC; }

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

This div background color is #C5E2AC.


Border color

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

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

This div border color is #C5E2AC.


Opacity

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

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

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

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

This text has shadow with #C5E2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E2AC on black background.


Color preview on white background

This text has color #C5E2AC on white background.



Black color preview on #C5E2AC background

This text has black color on #C5E2AC background.


White color preview on #C5E2AC background

This text has white color on #C5E2AC background.