COLOR #D5CED2

HEX: #D5CED2
RGB: (213,206,210)

Color info

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

RGB color model

#D5CED2 color RGB value is (213,206,210).

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

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 210 of 255 = 82%

213
206
210

R + G + B ~ 82%. #D5CED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 206 + 210 = 629 (100%)
R 213 of 629 ~ 33.86%
G 206 of 629 ~ 32.75%
B 210 of 629 ~ 33.39%

%33.86
%32.75
%33.39

CMYK color model

#D5CED2 color CMYK value is (0,3,1,16).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 1.41%
  • key color value is 16.47%
CMYK:
(0,3,1,16)
C0M3Y1K16 
(0%,3%,1%,16%)
(0.00/0.03/0.01/0.16)	

CMYK percentages

%0
%3.29
%1.41
%16.47

Codes

Color #D5CED2 in popluar color models

D5CED2
RGB213206210
HSL326°7.69%82.16%
HSB/HSV326°3.29%83.53%
CMYK0.00%3.29%1.41%
16.47%

Color #D5CED2 in popluar number systems.

HEXD5CED2
Decimal213206210
Binary110101011100111011010010
Octal325316322

Shades and tints

Shades of #D5CED2

#D5CED2
(213,206,210)
#C2BCBF
(194,188,191)
#AFAAAC
(175,170,172)
#9C9899
(156,152,153)
#898686
(137,134,134)
#767473
(118,116,115)
#636260
(99,98,96)
#50504D
(80,80,77)
#3D3E3A
(61,62,58)
#2A2C27
(42,44,39)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #D5CED2

#D5CED2
(213,206,210)
#D8D2D6
(216,210,214)
#DBD6DA
(219,214,218)
#DEDADE
(222,218,222)
#E1DEE2
(225,222,226)
#E4E2E6
(228,226,230)
#E7E6EA
(231,230,234)
#EAEAEE
(234,234,238)
#EDEEF2
(237,238,242)
#F0F2F6
(240,242,246)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CED2; }

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

This text font color is #D5CED2.


Background Color

.myBgColor { background-color: #D5CED2; }

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

This div background color is #D5CED2.


Border color

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

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

This div border color is #D5CED2.


Opacity

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

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

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

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

This text has shadow with #D5CED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CED2 on black background.


Color preview on white background

This text has color #D5CED2 on white background.



Black color preview on #D5CED2 background

This text has black color on #D5CED2 background.


White color preview on #D5CED2 background

This text has white color on #D5CED2 background.