COLOR #C5EA8D

HEX: #C5EA8D
RGB: (197,234,141)

Color info

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

RGB color model

#C5EA8D color RGB value is (197,234,141).

  • red value is 197;
  • green value is 234;
  • blue value is 141.
RGB:
(197,234,141)
(77%,92%,55%)

RGB channels and saturation

R 197 of 255 = 77%
G 234 of 255 = 92%
B 141 of 255 = 55%

197
234
141

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

Portions of RGB colors in percentages

R + G + B =
197 + 234 + 141 = 572 (100%)
R 197 of 572 ~ 34.44%
G 234 of 572 ~ 40.91%
B 141 of 572 ~ 24.65%

%34.44
%40.91
%24.65

CMYK color model

#C5EA8D color CMYK value is (16,0,40,8).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 8.24%
CMYK:
(16,0,40,8)
C16M0Y40K8 
(16%,0%,40%,8%)
(0.16/0.00/0.40/0.08)	

CMYK percentages

%15.81
%0
%39.74
%8.24

Codes

Color #C5EA8D in popluar color models

C5EA8D
RGB197234141
HSL84°68.89%73.53%
HSB/HSV84°39.74%91.76%
CMYK15.81%0.00%39.74%
8.24%

Color #C5EA8D in popluar number systems.

HEXC5EA8D
Decimal197234141
Binary110001011110101010001101
Octal305352215

Shades and tints

Shades of #C5EA8D

#C5EA8D
(197,234,141)
#B4D581
(180,213,129)
#A3C075
(163,192,117)
#92AB69
(146,171,105)
#81965D
(129,150,93)
#708151
(112,129,81)
#5F6C45
(95,108,69)
#4E5739
(78,87,57)
#3D422D
(61,66,45)
#2C2D21
(44,45,33)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5EA8D

#C5EA8D
(197,234,141)
#CAEB97
(202,235,151)
#CFECA1
(207,236,161)
#D4EDAB
(212,237,171)
#D9EEB5
(217,238,181)
#DEEFBF
(222,239,191)
#E3F0C9
(227,240,201)
#E8F1D3
(232,241,211)
#EDF2DD
(237,242,221)
#F2F3E7
(242,243,231)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EA8D color. Also use rgb(197,234,141) instead hex code.

Text Font Color

.myTextColor { color: #C5EA8D; }

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

This text font color is #C5EA8D.


Background Color

.myBgColor { background-color: #C5EA8D; }

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

This div background color is #C5EA8D.


Border color

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

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

This div border color is #C5EA8D.


Opacity

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

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

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

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

This text has shadow with #C5EA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EA8D on black background.


Color preview on white background

This text has color #C5EA8D on white background.



Black color preview on #C5EA8D background

This text has black color on #C5EA8D background.


White color preview on #C5EA8D background

This text has white color on #C5EA8D background.