COLOR #C5D49D

HEX: #C5D49D
RGB: (197,212,157)

Color info

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

RGB color model

#C5D49D color RGB value is (197,212,157).

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

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 157 of 255 = 62%

197
212
157

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

Portions of RGB colors in percentages

R + G + B =
197 + 212 + 157 = 566 (100%)
R 197 of 566 ~ 34.81%
G 212 of 566 ~ 37.46%
B 157 of 566 ~ 27.74%

%34.81
%37.46
%27.74

CMYK color model

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

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • 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
%25.94
%16.86

Codes

Color #C5D49D in popluar color models

C5D49D
RGB197212157
HSL76°39.01%72.35%
HSB/HSV76°25.94%83.14%
CMYK7.08%0.00%25.94%
16.86%

Color #C5D49D in popluar number systems.

HEXC5D49D
Decimal197212157
Binary110001011101010010011101
Octal305324235

Shades and tints

Shades of #C5D49D

#C5D49D
(197,212,157)
#B4C18F
(180,193,143)
#A3AE81
(163,174,129)
#929B73
(146,155,115)
#818865
(129,136,101)
#707557
(112,117,87)
#5F6249
(95,98,73)
#4E4F3B
(78,79,59)
#3D3C2D
(61,60,45)
#2C291F
(44,41,31)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5D49D

#C5D49D
(197,212,157)
#CAD7A5
(202,215,165)
#CFDAAD
(207,218,173)
#D4DDB5
(212,221,181)
#D9E0BD
(217,224,189)
#DEE3C5
(222,227,197)
#E3E6CD
(227,230,205)
#E8E9D5
(232,233,213)
#EDECDD
(237,236,221)
#F2EFE5
(242,239,229)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D49D; }

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

This text font color is #C5D49D.


Background Color

.myBgColor { background-color: #C5D49D; }

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

This div background color is #C5D49D.


Border color

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

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

This div border color is #C5D49D.


Opacity

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

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

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

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

This text has shadow with #C5D49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D49D on black background.


Color preview on white background

This text has color #C5D49D on white background.



Black color preview on #C5D49D background

This text has black color on #C5D49D background.


White color preview on #C5D49D background

This text has white color on #C5D49D background.