COLOR #C5D7AB

HEX: #C5D7AB
RGB: (197,215,171)

Color info

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

RGB color model

#C5D7AB color RGB value is (197,215,171).

  • red value is 197;
  • green value is 215;
  • blue value is 171.
RGB:
(197,215,171)
(77%,84%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 215 of 255 = 84%
B 171 of 255 = 67%

197
215
171

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

Portions of RGB colors in percentages

R + G + B =
197 + 215 + 171 = 583 (100%)
R 197 of 583 ~ 33.79%
G 215 of 583 ~ 36.88%
B 171 of 583 ~ 29.33%

%33.79
%36.88
%29.33

CMYK color model

#C5D7AB color CMYK value is (8,0,20,16).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(8,0,20,16)
C8M0Y20K16 
(8%,0%,20%,16%)
(0.08/0.00/0.20/0.16)	

CMYK percentages

%8.37
%0
%20.47
%15.69

Codes

Color #C5D7AB in popluar color models

C5D7AB
RGB197215171
HSL85°35.48%75.69%
HSB/HSV85°20.47%84.31%
CMYK8.37%0.00%20.47%
15.69%

Color #C5D7AB in popluar number systems.

HEXC5D7AB
Decimal197215171
Binary110001011101011110101011
Octal305327253

Shades and tints

Shades of #C5D7AB

#C5D7AB
(197,215,171)
#B4C49C
(180,196,156)
#A3B18D
(163,177,141)
#929E7E
(146,158,126)
#818B6F
(129,139,111)
#707860
(112,120,96)
#5F6551
(95,101,81)
#4E5242
(78,82,66)
#3D3F33
(61,63,51)
#2C2C24
(44,44,36)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #C5D7AB

#C5D7AB
(197,215,171)
#CADAB2
(202,218,178)
#CFDDB9
(207,221,185)
#D4E0C0
(212,224,192)
#D9E3C7
(217,227,199)
#DEE6CE
(222,230,206)
#E3E9D5
(227,233,213)
#E8ECDC
(232,236,220)
#EDEFE3
(237,239,227)
#F2F2EA
(242,242,234)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D7AB color. Also use rgb(197,215,171) instead hex code.

Text Font Color

.myTextColor { color: #C5D7AB; }

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

This text font color is #C5D7AB.


Background Color

.myBgColor { background-color: #C5D7AB; }

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

This div background color is #C5D7AB.


Border color

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

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

This div border color is #C5D7AB.


Opacity

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

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

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

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

This text has shadow with #C5D7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D7AB on black background.


Color preview on white background

This text has color #C5D7AB on white background.



Black color preview on #C5D7AB background

This text has black color on #C5D7AB background.


White color preview on #C5D7AB background

This text has white color on #C5D7AB background.