COLOR #D5DFCE

HEX: #D5DFCE
RGB: (213,223,206)

Color info

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

RGB color model

#D5DFCE color RGB value is (213,223,206).

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

RGB channels and saturation

R 213 of 255 = 84%
G 223 of 255 = 87%
B 206 of 255 = 81%

213
223
206

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

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 206 = 642 (100%)
R 213 of 642 ~ 33.18%
G 223 of 642 ~ 34.74%
B 206 of 642 ~ 32.09%

%33.18
%34.74
%32.09

CMYK color model

#D5DFCE color CMYK value is (4,0,8,13).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 7.62%
  • key color value is 12.55%
CMYK:
(4,0,8,13)
C4M0Y8K13 
(4%,0%,8%,13%)
(0.04/0.00/0.08/0.13)	

CMYK percentages

%4.48
%0
%7.62
%12.55

Codes

Color #D5DFCE in popluar color models

D5DFCE
RGB213223206
HSL95°20.99%84.12%
HSB/HSV95°7.62%87.45%
CMYK4.48%0.00%7.62%
12.55%

Color #D5DFCE in popluar number systems.

HEXD5DFCE
Decimal213223206
Binary110101011101111111001110
Octal325337316

Shades and tints

Shades of #D5DFCE

#D5DFCE
(213,223,206)
#C2CBBC
(194,203,188)
#AFB7AA
(175,183,170)
#9CA398
(156,163,152)
#898F86
(137,143,134)
#767B74
(118,123,116)
#636762
(99,103,98)
#505350
(80,83,80)
#3D3F3E
(61,63,62)
#2A2B2C
(42,43,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #D5DFCE

#D5DFCE
(213,223,206)
#D8E1D2
(216,225,210)
#DBE3D6
(219,227,214)
#DEE5DA
(222,229,218)
#E1E7DE
(225,231,222)
#E4E9E2
(228,233,226)
#E7EBE6
(231,235,230)
#EAEDEA
(234,237,234)
#EDEFEE
(237,239,238)
#F0F1F2
(240,241,242)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFCE; }

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

This text font color is #D5DFCE.


Background Color

.myBgColor { background-color: #D5DFCE; }

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

This div background color is #D5DFCE.


Border color

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

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

This div border color is #D5DFCE.


Opacity

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

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

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

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

This text has shadow with #D5DFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFCE on black background.


Color preview on white background

This text has color #D5DFCE on white background.



Black color preview on #D5DFCE background

This text has black color on #D5DFCE background.


White color preview on #D5DFCE background

This text has white color on #D5DFCE background.