COLOR #C5E8B0

HEX: #C5E8B0
RGB: (197,232,176)

Color info

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

RGB color model

#C5E8B0 color RGB value is (197,232,176).

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

RGB channels and saturation

R 197 of 255 = 77%
G 232 of 255 = 91%
B 176 of 255 = 69%

197
232
176

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

Portions of RGB colors in percentages

R + G + B =
197 + 232 + 176 = 605 (100%)
R 197 of 605 ~ 32.56%
G 232 of 605 ~ 38.35%
B 176 of 605 ~ 29.09%

%32.56
%38.35
%29.09

CMYK color model

#C5E8B0 color CMYK value is (15,0,24,9).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 9.02%
CMYK:
(15,0,24,9)
C15M0Y24K9 
(15%,0%,24%,9%)
(0.15/0.00/0.24/0.09)	

CMYK percentages

%15.09
%0
%24.14
%9.02

Codes

Color #C5E8B0 in popluar color models

C5E8B0
RGB197232176
HSL98°54.90%80.00%
HSB/HSV98°24.14%90.98%
CMYK15.09%0.00%24.14%
9.02%

Color #C5E8B0 in popluar number systems.

HEXC5E8B0
Decimal197232176
Binary110001011110100010110000
Octal305350260

Shades and tints

Shades of #C5E8B0

#C5E8B0
(197,232,176)
#B4D3A0
(180,211,160)
#A3BE90
(163,190,144)
#92A980
(146,169,128)
#819470
(129,148,112)
#707F60
(112,127,96)
#5F6A50
(95,106,80)
#4E5540
(78,85,64)
#3D4030
(61,64,48)
#2C2B20
(44,43,32)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #C5E8B0

#C5E8B0
(197,232,176)
#CAEAB7
(202,234,183)
#CFECBE
(207,236,190)
#D4EEC5
(212,238,197)
#D9F0CC
(217,240,204)
#DEF2D3
(222,242,211)
#E3F4DA
(227,244,218)
#E8F6E1
(232,246,225)
#EDF8E8
(237,248,232)
#F2FAEF
(242,250,239)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E8B0 color. Also use rgb(197,232,176) instead hex code.

Text Font Color

.myTextColor { color: #C5E8B0; }

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

This text font color is #C5E8B0.


Background Color

.myBgColor { background-color: #C5E8B0; }

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

This div background color is #C5E8B0.


Border color

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

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

This div border color is #C5E8B0.


Opacity

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

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

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

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

This text has shadow with #C5E8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E8B0 on black background.


Color preview on white background

This text has color #C5E8B0 on white background.



Black color preview on #C5E8B0 background

This text has black color on #C5E8B0 background.


White color preview on #C5E8B0 background

This text has white color on #C5E8B0 background.