COLOR #C5DEA0

HEX: #C5DEA0
RGB: (197,222,160)

Color info

#C5DEA0 contains mainly red and green colors. Web safe color of #C5DEA0 is #CCCC99 (or #CC9).

RGB color model

#C5DEA0 color RGB value is (197,222,160).

  • red value is 197;
  • green value is 222;
  • blue value is 160.
RGB:
(197,222,160)
(77%,87%,63%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 160 of 255 = 63%

197
222
160

R + G + B ~ 76%. #C5DEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 160 = 579 (100%)
R 197 of 579 ~ 34.02%
G 222 of 579 ~ 38.34%
B 160 of 579 ~ 27.63%

%34.02
%38.34
%27.63

CMYK color model

#C5DEA0 color CMYK value is (11,0,28,13).

  • cyan value is 11.26%
  • magenta value is 0.00%
  • yellow value is 27.93%
  • key color value is 12.94%
CMYK:
(11,0,28,13)
C11M0Y28K13 
(11%,0%,28%,13%)
(0.11/0.00/0.28/0.13)	

CMYK percentages

%11.26
%0
%27.93
%12.94

Codes

Color #C5DEA0 in popluar color models

C5DEA0
RGB197222160
HSL84°48.44%74.90%
HSB/HSV84°27.93%87.06%
CMYK11.26%0.00%27.93%
12.94%

Color #C5DEA0 in popluar number systems.

HEXC5DEA0
Decimal197222160
Binary110001011101111010100000
Octal305336240

Shades and tints

Shades of #C5DEA0

#C5DEA0
(197,222,160)
#B4CA92
(180,202,146)
#A3B684
(163,182,132)
#92A276
(146,162,118)
#818E68
(129,142,104)
#707A5A
(112,122,90)
#5F664C
(95,102,76)
#4E523E
(78,82,62)
#3D3E30
(61,62,48)
#2C2A22
(44,42,34)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5DEA0

#C5DEA0
(197,222,160)
#CAE1A8
(202,225,168)
#CFE4B0
(207,228,176)
#D4E7B8
(212,231,184)
#D9EAC0
(217,234,192)
#DEEDC8
(222,237,200)
#E3F0D0
(227,240,208)
#E8F3D8
(232,243,216)
#EDF6E0
(237,246,224)
#F2F9E8
(242,249,232)
#F7FCF0
(247,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DEA0 color. Also use rgb(197,222,160) instead hex code.

Text Font Color

.myTextColor { color: #C5DEA0; }

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

This text font color is #C5DEA0.


Background Color

.myBgColor { background-color: #C5DEA0; }

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

This div background color is #C5DEA0.


Border color

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

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

This div border color is #C5DEA0.


Opacity

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

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

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

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

This text has shadow with #C5DEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DEA0 on black background.


Color preview on white background

This text has color #C5DEA0 on white background.



Black color preview on #C5DEA0 background

This text has black color on #C5DEA0 background.


White color preview on #C5DEA0 background

This text has white color on #C5DEA0 background.