COLOR #C5ED8B

HEX: #C5ED8B
RGB: (197,237,139)

Color info

#C5ED8B contains mainly red and green colors. Web safe color of #C5ED8B is #CCFF99 (or #CF9).

RGB color model

#C5ED8B color RGB value is (197,237,139).

  • red value is 197;
  • green value is 237;
  • blue value is 139.
RGB:
(197,237,139)
(77%,93%,55%)

RGB channels and saturation

R 197 of 255 = 77%
G 237 of 255 = 93%
B 139 of 255 = 55%

197
237
139

R + G + B ~ 75%. #C5ED8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 237 + 139 = 573 (100%)
R 197 of 573 ~ 34.38%
G 237 of 573 ~ 41.36%
B 139 of 573 ~ 24.26%

%34.38
%41.36
%24.26

CMYK color model

#C5ED8B color CMYK value is (17,0,41,7).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 7.06%
CMYK:
(17,0,41,7)
C17M0Y41K7 
(17%,0%,41%,7%)
(0.17/0.00/0.41/0.07)	

CMYK percentages

%16.88
%0
%41.35
%7.06

Codes

Color #C5ED8B in popluar color models

C5ED8B
RGB197237139
HSL84°73.13%73.73%
HSB/HSV84°41.35%92.94%
CMYK16.88%0.00%41.35%
7.06%

Color #C5ED8B in popluar number systems.

HEXC5ED8B
Decimal197237139
Binary110001011110110110001011
Octal305355213

Shades and tints

Shades of #C5ED8B

#C5ED8B
(197,237,139)
#B4D87F
(180,216,127)
#A3C373
(163,195,115)
#92AE67
(146,174,103)
#81995B
(129,153,91)
#70844F
(112,132,79)
#5F6F43
(95,111,67)
#4E5A37
(78,90,55)
#3D452B
(61,69,43)
#2C301F
(44,48,31)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #C5ED8B

#C5ED8B
(197,237,139)
#CAEE95
(202,238,149)
#CFEF9F
(207,239,159)
#D4F0A9
(212,240,169)
#D9F1B3
(217,241,179)
#DEF2BD
(222,242,189)
#E3F3C7
(227,243,199)
#E8F4D1
(232,244,209)
#EDF5DB
(237,245,219)
#F2F6E5
(242,246,229)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ED8B color. Also use rgb(197,237,139) instead hex code.

Text Font Color

.myTextColor { color: #C5ED8B; }

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

This text font color is #C5ED8B.


Background Color

.myBgColor { background-color: #C5ED8B; }

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

This div background color is #C5ED8B.


Border color

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

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

This div border color is #C5ED8B.


Opacity

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

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

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

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

This text has shadow with #C5ED8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ED8B on black background.


Color preview on white background

This text has color #C5ED8B on white background.



Black color preview on #C5ED8B background

This text has black color on #C5ED8B background.


White color preview on #C5ED8B background

This text has white color on #C5ED8B background.