COLOR #C5D1B8

HEX: #C5D1B8
RGB: (197,209,184)

Color info

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

RGB color model

#C5D1B8 color RGB value is (197,209,184).

  • red value is 197;
  • green value is 209;
  • blue value is 184.
RGB:
(197,209,184)
(77%,82%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 209 of 255 = 82%
B 184 of 255 = 72%

197
209
184

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

Portions of RGB colors in percentages

R + G + B =
197 + 209 + 184 = 590 (100%)
R 197 of 590 ~ 33.39%
G 209 of 590 ~ 35.42%
B 184 of 590 ~ 31.19%

%33.39
%35.42
%31.19

CMYK color model

#C5D1B8 color CMYK value is (6,0,12,18).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 11.96%
  • key color value is 18.04%
CMYK:
(6,0,12,18)
C6M0Y12K18 
(6%,0%,12%,18%)
(0.06/0.00/0.12/0.18)	

CMYK percentages

%5.74
%0
%11.96
%18.04

Codes

Color #C5D1B8 in popluar color models

C5D1B8
RGB197209184
HSL89°21.37%77.06%
HSB/HSV89°11.96%81.96%
CMYK5.74%0.00%11.96%
18.04%

Color #C5D1B8 in popluar number systems.

HEXC5D1B8
Decimal197209184
Binary110001011101000110111000
Octal305321270

Shades and tints

Shades of #C5D1B8

#C5D1B8
(197,209,184)
#B4BEA8
(180,190,168)
#A3AB98
(163,171,152)
#929888
(146,152,136)
#818578
(129,133,120)
#707268
(112,114,104)
#5F5F58
(95,95,88)
#4E4C48
(78,76,72)
#3D3938
(61,57,56)
#2C2628
(44,38,40)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #C5D1B8

#C5D1B8
(197,209,184)
#CAD5BE
(202,213,190)
#CFD9C4
(207,217,196)
#D4DDCA
(212,221,202)
#D9E1D0
(217,225,208)
#DEE5D6
(222,229,214)
#E3E9DC
(227,233,220)
#E8EDE2
(232,237,226)
#EDF1E8
(237,241,232)
#F2F5EE
(242,245,238)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D1B8 color. Also use rgb(197,209,184) instead hex code.

Text Font Color

.myTextColor { color: #C5D1B8; }

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

This text font color is #C5D1B8.


Background Color

.myBgColor { background-color: #C5D1B8; }

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

This div background color is #C5D1B8.


Border color

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

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

This div border color is #C5D1B8.


Opacity

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

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

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

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

This text has shadow with #C5D1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D1B8 on black background.


Color preview on white background

This text has color #C5D1B8 on white background.



Black color preview on #C5D1B8 background

This text has black color on #C5D1B8 background.


White color preview on #C5D1B8 background

This text has white color on #C5D1B8 background.