COLOR #D5C5CE

HEX: #D5C5CE
RGB: (213,197,206)

Color info

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

RGB color model

#D5C5CE color RGB value is (213,197,206).

  • red value is 213;
  • green value is 197;
  • blue value is 206.
RGB:
(213,197,206)
(84%,77%,81%)

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 206 of 255 = 81%

213
197
206

R + G + B ~ 81%. #D5C5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 197 + 206 = 616 (100%)
R 213 of 616 ~ 34.58%
G 197 of 616 ~ 31.98%
B 206 of 616 ~ 33.44%

%34.58
%31.98
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(0,8,3,16)
C0M8Y3K16 
(0%,8%,3%,16%)
(0.00/0.08/0.03/0.16)	

CMYK percentages

%0
%7.51
%3.29
%16.47

Codes

Color #D5C5CE in popluar color models

D5C5CE
RGB213197206
HSL326°16.00%80.39%
HSB/HSV326°7.51%83.53%
CMYK0.00%7.51%3.29%
16.47%

Color #D5C5CE in popluar number systems.

HEXD5C5CE
Decimal213197206
Binary110101011100010111001110
Octal325305316

Shades and tints

Shades of #D5C5CE

#D5C5CE
(213,197,206)
#C2B4BC
(194,180,188)
#AFA3AA
(175,163,170)
#9C9298
(156,146,152)
#898186
(137,129,134)
#767074
(118,112,116)
#635F62
(99,95,98)
#504E50
(80,78,80)
#3D3D3E
(61,61,62)
#2A2C2C
(42,44,44)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #D5C5CE

#D5C5CE
(213,197,206)
#D8CAD2
(216,202,210)
#DBCFD6
(219,207,214)
#DED4DA
(222,212,218)
#E1D9DE
(225,217,222)
#E4DEE2
(228,222,226)
#E7E3E6
(231,227,230)
#EAE8EA
(234,232,234)
#EDEDEE
(237,237,238)
#F0F2F2
(240,242,242)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C5CE color. Also use rgb(213,197,206) instead hex code.

Text Font Color

.myTextColor { color: #D5C5CE; }

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

This text font color is #D5C5CE.


Background Color

.myBgColor { background-color: #D5C5CE; }

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

This div background color is #D5C5CE.


Border color

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

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

This div border color is #D5C5CE.


Opacity

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

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

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

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

This text has shadow with #D5C5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C5CE on black background.


Color preview on white background

This text has color #D5C5CE on white background.



Black color preview on #D5C5CE background

This text has black color on #D5C5CE background.


White color preview on #D5C5CE background

This text has white color on #D5C5CE background.