COLOR #D5CED3

HEX: #D5CED3
RGB: (213,206,211)

Color info

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

RGB color model

#D5CED3 color RGB value is (213,206,211).

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

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 211 of 255 = 83%

213
206
211

R + G + B ~ 83%. #D5CED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 206 + 211 = 630 (100%)
R 213 of 630 ~ 33.81%
G 206 of 630 ~ 32.7%
B 211 of 630 ~ 33.49%

%33.81
%32.7
%33.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 0.94%
  • 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
%0.94
%16.47

Codes

Color #D5CED3 in popluar color models

D5CED3
RGB213206211
HSL317°7.69%82.16%
HSB/HSV317°3.29%83.53%
CMYK0.00%3.29%0.94%
16.47%

Color #D5CED3 in popluar number systems.

HEXD5CED3
Decimal213206211
Binary110101011100111011010011
Octal325316323

Shades and tints

Shades of #D5CED3

#D5CED3
(213,206,211)
#C2BCC0
(194,188,192)
#AFAAAD
(175,170,173)
#9C989A
(156,152,154)
#898687
(137,134,135)
#767474
(118,116,116)
#636261
(99,98,97)
#50504E
(80,80,78)
#3D3E3B
(61,62,59)
#2A2C28
(42,44,40)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #D5CED3

#D5CED3
(213,206,211)
#D8D2D7
(216,210,215)
#DBD6DB
(219,214,219)
#DEDADF
(222,218,223)
#E1DEE3
(225,222,227)
#E4E2E7
(228,226,231)
#E7E6EB
(231,230,235)
#EAEAEF
(234,234,239)
#EDEEF3
(237,238,243)
#F0F2F7
(240,242,247)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CED3; }

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

This text font color is #D5CED3.


Background Color

.myBgColor { background-color: #D5CED3; }

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

This div background color is #D5CED3.


Border color

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

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

This div border color is #D5CED3.


Opacity

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

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

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

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

This text has shadow with #D5CED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CED3 on black background.


Color preview on white background

This text has color #D5CED3 on white background.



Black color preview on #D5CED3 background

This text has black color on #D5CED3 background.


White color preview on #D5CED3 background

This text has white color on #D5CED3 background.