COLOR #C5D6A0

HEX: #C5D6A0
RGB: (197,214,160)

Color info

#C5D6A0 contains red, green and blue colors in about the same proportion. Web safe color of #C5D6A0 is #CCCC99 (or #CC9).

RGB color model

#C5D6A0 color RGB value is (197,214,160).

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

RGB channels and saturation

R 197 of 255 = 77%
G 214 of 255 = 84%
B 160 of 255 = 63%

197
214
160

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

Portions of RGB colors in percentages

R + G + B =
197 + 214 + 160 = 571 (100%)
R 197 of 571 ~ 34.5%
G 214 of 571 ~ 37.48%
B 160 of 571 ~ 28.02%

%34.5
%37.48
%28.02

CMYK color model

#C5D6A0 color CMYK value is (8,0,25,16).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 16.08%
CMYK:
(8,0,25,16)
C8M0Y25K16 
(8%,0%,25%,16%)
(0.08/0.00/0.25/0.16)	

CMYK percentages

%7.94
%0
%25.23
%16.08

Codes

Color #C5D6A0 in popluar color models

C5D6A0
RGB197214160
HSL79°39.71%73.33%
HSB/HSV79°25.23%83.92%
CMYK7.94%0.00%25.23%
16.08%

Color #C5D6A0 in popluar number systems.

HEXC5D6A0
Decimal197214160
Binary110001011101011010100000
Octal305326240

Shades and tints

Shades of #C5D6A0

#C5D6A0
(197,214,160)
#B4C392
(180,195,146)
#A3B084
(163,176,132)
#929D76
(146,157,118)
#818A68
(129,138,104)
#70775A
(112,119,90)
#5F644C
(95,100,76)
#4E513E
(78,81,62)
#3D3E30
(61,62,48)
#2C2B22
(44,43,34)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #C5D6A0

#C5D6A0
(197,214,160)
#CAD9A8
(202,217,168)
#CFDCB0
(207,220,176)
#D4DFB8
(212,223,184)
#D9E2C0
(217,226,192)
#DEE5C8
(222,229,200)
#E3E8D0
(227,232,208)
#E8EBD8
(232,235,216)
#EDEEE0
(237,238,224)
#F2F1E8
(242,241,232)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D6A0; }

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

This text font color is #C5D6A0.


Background Color

.myBgColor { background-color: #C5D6A0; }

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

This div background color is #C5D6A0.


Border color

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

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

This div border color is #C5D6A0.


Opacity

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

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

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

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

This text has shadow with #C5D6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D6A0 on black background.


Color preview on white background

This text has color #C5D6A0 on white background.



Black color preview on #C5D6A0 background

This text has black color on #C5D6A0 background.


White color preview on #C5D6A0 background

This text has white color on #C5D6A0 background.