COLOR #C5D7B4

HEX: #C5D7B4
RGB: (197,215,180)

Color info

#C5D7B4 contains red, green and blue colors in about the same proportion. Web safe color of #C5D7B4 is #CCCCCC (or #CCC).

RGB color model

#C5D7B4 color RGB value is (197,215,180).

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

RGB channels and saturation

R 197 of 255 = 77%
G 215 of 255 = 84%
B 180 of 255 = 71%

197
215
180

R + G + B ~ 77%. #C5D7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 215 + 180 = 592 (100%)
R 197 of 592 ~ 33.28%
G 215 of 592 ~ 36.32%
B 180 of 592 ~ 30.41%

%33.28
%36.32
%30.41

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 15.69%
CMYK:
(8,0,16,16)
C8M0Y16K16 
(8%,0%,16%,16%)
(0.08/0.00/0.16/0.16)	

CMYK percentages

%8.37
%0
%16.28
%15.69

Codes

Color #C5D7B4 in popluar color models

C5D7B4
RGB197215180
HSL91°30.43%77.45%
HSB/HSV91°16.28%84.31%
CMYK8.37%0.00%16.28%
15.69%

Color #C5D7B4 in popluar number systems.

HEXC5D7B4
Decimal197215180
Binary110001011101011110110100
Octal305327264

Shades and tints

Shades of #C5D7B4

#C5D7B4
(197,215,180)
#B4C4A4
(180,196,164)
#A3B194
(163,177,148)
#929E84
(146,158,132)
#818B74
(129,139,116)
#707864
(112,120,100)
#5F6554
(95,101,84)
#4E5244
(78,82,68)
#3D3F34
(61,63,52)
#2C2C24
(44,44,36)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #C5D7B4

#C5D7B4
(197,215,180)
#CADABA
(202,218,186)
#CFDDC0
(207,221,192)
#D4E0C6
(212,224,198)
#D9E3CC
(217,227,204)
#DEE6D2
(222,230,210)
#E3E9D8
(227,233,216)
#E8ECDE
(232,236,222)
#EDEFE4
(237,239,228)
#F2F2EA
(242,242,234)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D7B4; }

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

This text font color is #C5D7B4.


Background Color

.myBgColor { background-color: #C5D7B4; }

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

This div background color is #C5D7B4.


Border color

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

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

This div border color is #C5D7B4.


Opacity

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

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

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

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

This text has shadow with #C5D7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D7B4 on black background.


Color preview on white background

This text has color #C5D7B4 on white background.



Black color preview on #C5D7B4 background

This text has black color on #C5D7B4 background.


White color preview on #C5D7B4 background

This text has white color on #C5D7B4 background.