COLOR #C5D4AD

HEX: #C5D4AD
RGB: (197,212,173)

Color info

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

RGB color model

#C5D4AD color RGB value is (197,212,173).

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

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 173 of 255 = 68%

197
212
173

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

Portions of RGB colors in percentages

R + G + B =
197 + 212 + 173 = 582 (100%)
R 197 of 582 ~ 33.85%
G 212 of 582 ~ 36.43%
B 173 of 582 ~ 29.73%

%33.85
%36.43
%29.73

CMYK color model

#C5D4AD color CMYK value is (7,0,18,17).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK:
(7,0,18,17)
C7M0Y18K17 
(7%,0%,18%,17%)
(0.07/0.00/0.18/0.17)	

CMYK percentages

%7.08
%0
%18.4
%16.86

Codes

Color #C5D4AD in popluar color models

C5D4AD
RGB197212173
HSL83°31.20%75.49%
HSB/HSV83°18.40%83.14%
CMYK7.08%0.00%18.40%
16.86%

Color #C5D4AD in popluar number systems.

HEXC5D4AD
Decimal197212173
Binary110001011101010010101101
Octal305324255

Shades and tints

Shades of #C5D4AD

#C5D4AD
(197,212,173)
#B4C19E
(180,193,158)
#A3AE8F
(163,174,143)
#929B80
(146,155,128)
#818871
(129,136,113)
#707562
(112,117,98)
#5F6253
(95,98,83)
#4E4F44
(78,79,68)
#3D3C35
(61,60,53)
#2C2926
(44,41,38)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5D4AD

#C5D4AD
(197,212,173)
#CAD7B4
(202,215,180)
#CFDABB
(207,218,187)
#D4DDC2
(212,221,194)
#D9E0C9
(217,224,201)
#DEE3D0
(222,227,208)
#E3E6D7
(227,230,215)
#E8E9DE
(232,233,222)
#EDECE5
(237,236,229)
#F2EFEC
(242,239,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4AD; }

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

This text font color is #C5D4AD.


Background Color

.myBgColor { background-color: #C5D4AD; }

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

This div background color is #C5D4AD.


Border color

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

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

This div border color is #C5D4AD.


Opacity

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

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

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

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

This text has shadow with #C5D4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D4AD on black background.


Color preview on white background

This text has color #C5D4AD on white background.



Black color preview on #C5D4AD background

This text has black color on #C5D4AD background.


White color preview on #C5D4AD background

This text has white color on #C5D4AD background.