COLOR #C5D49C

HEX: #C5D49C
RGB: (197,212,156)

Color info

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

RGB color model

#C5D49C color RGB value is (197,212,156).

  • red value is 197;
  • green value is 212;
  • blue value is 156.
RGB:
(197,212,156)
(77%,83%,61%)

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 156 of 255 = 61%

197
212
156

R + G + B ~ 74%. #C5D49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 212 + 156 = 565 (100%)
R 197 of 565 ~ 34.87%
G 212 of 565 ~ 37.52%
B 156 of 565 ~ 27.61%

%34.87
%37.52
%27.61

CMYK color model

#C5D49C color CMYK value is (7,0,26,17).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 16.86%
CMYK:
(7,0,26,17)
C7M0Y26K17 
(7%,0%,26%,17%)
(0.07/0.00/0.26/0.17)	

CMYK percentages

%7.08
%0
%26.42
%16.86

Codes

Color #C5D49C in popluar color models

C5D49C
RGB197212156
HSL76°39.44%72.16%
HSB/HSV76°26.42%83.14%
CMYK7.08%0.00%26.42%
16.86%

Color #C5D49C in popluar number systems.

HEXC5D49C
Decimal197212156
Binary110001011101010010011100
Octal305324234

Shades and tints

Shades of #C5D49C

#C5D49C
(197,212,156)
#B4C18E
(180,193,142)
#A3AE80
(163,174,128)
#929B72
(146,155,114)
#818864
(129,136,100)
#707556
(112,117,86)
#5F6248
(95,98,72)
#4E4F3A
(78,79,58)
#3D3C2C
(61,60,44)
#2C291E
(44,41,30)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #C5D49C

#C5D49C
(197,212,156)
#CAD7A5
(202,215,165)
#CFDAAE
(207,218,174)
#D4DDB7
(212,221,183)
#D9E0C0
(217,224,192)
#DEE3C9
(222,227,201)
#E3E6D2
(227,230,210)
#E8E9DB
(232,233,219)
#EDECE4
(237,236,228)
#F2EFED
(242,239,237)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D49C color. Also use rgb(197,212,156) instead hex code.

Text Font Color

.myTextColor { color: #C5D49C; }

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

This text font color is #C5D49C.


Background Color

.myBgColor { background-color: #C5D49C; }

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

This div background color is #C5D49C.


Border color

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

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

This div border color is #C5D49C.


Opacity

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

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

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

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

This text has shadow with #C5D49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D49C on black background.


Color preview on white background

This text has color #C5D49C on white background.



Black color preview on #C5D49C background

This text has black color on #C5D49C background.


White color preview on #C5D49C background

This text has white color on #C5D49C background.