COLOR #D5DCCE

HEX: #D5DCCE
RGB: (213,220,206)

Color info

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

RGB color model

#D5DCCE color RGB value is (213,220,206).

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

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 206 of 255 = 81%

213
220
206

R + G + B ~ 84%. #D5DCCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 206 = 639 (100%)
R 213 of 639 ~ 33.33%
G 220 of 639 ~ 34.43%
B 206 of 639 ~ 32.24%

%33.33
%34.43
%32.24

CMYK color model

#D5DCCE color CMYK value is (3,0,6,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK:
(3,0,6,14)
C3M0Y6K14 
(3%,0%,6%,14%)
(0.03/0.00/0.06/0.14)	

CMYK percentages

%3.18
%0
%6.36
%13.73

Codes

Color #D5DCCE in popluar color models

D5DCCE
RGB213220206
HSL90°16.67%83.53%
HSB/HSV90°6.36%86.27%
CMYK3.18%0.00%6.36%
13.73%

Color #D5DCCE in popluar number systems.

HEXD5DCCE
Decimal213220206
Binary110101011101110011001110
Octal325334316

Shades and tints

Shades of #D5DCCE

#D5DCCE
(213,220,206)
#C2C8BC
(194,200,188)
#AFB4AA
(175,180,170)
#9CA098
(156,160,152)
#898C86
(137,140,134)
#767874
(118,120,116)
#636462
(99,100,98)
#505050
(80,80,80)
#3D3C3E
(61,60,62)
#2A282C
(42,40,44)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #D5DCCE

#D5DCCE
(213,220,206)
#D8DFD2
(216,223,210)
#DBE2D6
(219,226,214)
#DEE5DA
(222,229,218)
#E1E8DE
(225,232,222)
#E4EBE2
(228,235,226)
#E7EEE6
(231,238,230)
#EAF1EA
(234,241,234)
#EDF4EE
(237,244,238)
#F0F7F2
(240,247,242)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DCCE; }

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

This text font color is #D5DCCE.


Background Color

.myBgColor { background-color: #D5DCCE; }

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

This div background color is #D5DCCE.


Border color

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

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

This div border color is #D5DCCE.


Opacity

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

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

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

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

This text has shadow with #D5DCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCCE on black background.


Color preview on white background

This text has color #D5DCCE on white background.



Black color preview on #D5DCCE background

This text has black color on #D5DCCE background.


White color preview on #D5DCCE background

This text has white color on #D5DCCE background.