COLOR #C5D7BD

HEX: #C5D7BD
RGB: (197,215,189)

Color info

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

RGB color model

#C5D7BD color RGB value is (197,215,189).

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

RGB channels and saturation

R 197 of 255 = 77%
G 215 of 255 = 84%
B 189 of 255 = 74%

197
215
189

R + G + B ~ 78%. #C5D7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 215 + 189 = 601 (100%)
R 197 of 601 ~ 32.78%
G 215 of 601 ~ 35.77%
B 189 of 601 ~ 31.45%

%32.78
%35.77
%31.45

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 15.69%
CMYK:
(8,0,12,16)
C8M0Y12K16 
(8%,0%,12%,16%)
(0.08/0.00/0.12/0.16)	

CMYK percentages

%8.37
%0
%12.09
%15.69

Codes

Color #C5D7BD in popluar color models

C5D7BD
RGB197215189
HSL102°24.53%79.22%
HSB/HSV102°12.09%84.31%
CMYK8.37%0.00%12.09%
15.69%

Color #C5D7BD in popluar number systems.

HEXC5D7BD
Decimal197215189
Binary110001011101011110111101
Octal305327275

Shades and tints

Shades of #C5D7BD

#C5D7BD
(197,215,189)
#B4C4AC
(180,196,172)
#A3B19B
(163,177,155)
#929E8A
(146,158,138)
#818B79
(129,139,121)
#707868
(112,120,104)
#5F6557
(95,101,87)
#4E5246
(78,82,70)
#3D3F35
(61,63,53)
#2C2C24
(44,44,36)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5D7BD

#C5D7BD
(197,215,189)
#CADAC3
(202,218,195)
#CFDDC9
(207,221,201)
#D4E0CF
(212,224,207)
#D9E3D5
(217,227,213)
#DEE6DB
(222,230,219)
#E3E9E1
(227,233,225)
#E8ECE7
(232,236,231)
#EDEFED
(237,239,237)
#F2F2F3
(242,242,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D7BD; }

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

This text font color is #C5D7BD.


Background Color

.myBgColor { background-color: #C5D7BD; }

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

This div background color is #C5D7BD.


Border color

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

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

This div border color is #C5D7BD.


Opacity

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

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

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

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

This text has shadow with #C5D7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D7BD on black background.


Color preview on white background

This text has color #C5D7BD on white background.



Black color preview on #C5D7BD background

This text has black color on #C5D7BD background.


White color preview on #C5D7BD background

This text has white color on #C5D7BD background.