COLOR #C5E9B3

HEX: #C5E9B3
RGB: (197,233,179)

Color info

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

RGB color model

#C5E9B3 color RGB value is (197,233,179).

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

RGB channels and saturation

R 197 of 255 = 77%
G 233 of 255 = 91%
B 179 of 255 = 70%

197
233
179

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

Portions of RGB colors in percentages

R + G + B =
197 + 233 + 179 = 609 (100%)
R 197 of 609 ~ 32.35%
G 233 of 609 ~ 38.26%
B 179 of 609 ~ 29.39%

%32.35
%38.26
%29.39

CMYK color model

#C5E9B3 color CMYK value is (15,0,23,9).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 23.18%
  • key color value is 8.63%
CMYK:
(15,0,23,9)
C15M0Y23K9 
(15%,0%,23%,9%)
(0.15/0.00/0.23/0.09)	

CMYK percentages

%15.45
%0
%23.18
%8.63

Codes

Color #C5E9B3 in popluar color models

C5E9B3
RGB197233179
HSL100°55.10%80.78%
HSB/HSV100°23.18%91.37%
CMYK15.45%0.00%23.18%
8.63%

Color #C5E9B3 in popluar number systems.

HEXC5E9B3
Decimal197233179
Binary110001011110100110110011
Octal305351263

Shades and tints

Shades of #C5E9B3

#C5E9B3
(197,233,179)
#B4D4A3
(180,212,163)
#A3BF93
(163,191,147)
#92AA83
(146,170,131)
#819573
(129,149,115)
#708063
(112,128,99)
#5F6B53
(95,107,83)
#4E5643
(78,86,67)
#3D4133
(61,65,51)
#2C2C23
(44,44,35)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #C5E9B3

#C5E9B3
(197,233,179)
#CAEBB9
(202,235,185)
#CFEDBF
(207,237,191)
#D4EFC5
(212,239,197)
#D9F1CB
(217,241,203)
#DEF3D1
(222,243,209)
#E3F5D7
(227,245,215)
#E8F7DD
(232,247,221)
#EDF9E3
(237,249,227)
#F2FBE9
(242,251,233)
#F7FDEF
(247,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E9B3; }

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

This text font color is #C5E9B3.


Background Color

.myBgColor { background-color: #C5E9B3; }

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

This div background color is #C5E9B3.


Border color

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

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

This div border color is #C5E9B3.


Opacity

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

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

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

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

This text has shadow with #C5E9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E9B3 on black background.


Color preview on white background

This text has color #C5E9B3 on white background.



Black color preview on #C5E9B3 background

This text has black color on #C5E9B3 background.


White color preview on #C5E9B3 background

This text has white color on #C5E9B3 background.