COLOR #D5DBCE

HEX: #D5DBCE
RGB: (213,219,206)

Color info

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

RGB color model

#D5DBCE color RGB value is (213,219,206).

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

RGB channels and saturation

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

213
219
206

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

Portions of RGB colors in percentages

R + G + B =
213 + 219 + 206 = 638 (100%)
R 213 of 638 ~ 33.39%
G 219 of 638 ~ 34.33%
B 206 of 638 ~ 32.29%

%33.39
%34.33
%32.29

CMYK color model

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

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

CMYK percentages

%2.74
%0
%5.94
%14.12

Codes

Color #D5DBCE in popluar color models

D5DBCE
RGB213219206
HSL88°15.29%83.33%
HSB/HSV88°5.94%85.88%
CMYK2.74%0.00%5.94%
14.12%

Color #D5DBCE in popluar number systems.

HEXD5DBCE
Decimal213219206
Binary110101011101101111001110
Octal325333316

Shades and tints

Shades of #D5DBCE

#D5DBCE
(213,219,206)
#C2C8BC
(194,200,188)
#AFB5AA
(175,181,170)
#9CA298
(156,162,152)
#898F86
(137,143,134)
#767C74
(118,124,116)
#636962
(99,105,98)
#505650
(80,86,80)
#3D433E
(61,67,62)
#2A302C
(42,48,44)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #D5DBCE

#D5DBCE
(213,219,206)
#D8DED2
(216,222,210)
#DBE1D6
(219,225,214)
#DEE4DA
(222,228,218)
#E1E7DE
(225,231,222)
#E4EAE2
(228,234,226)
#E7EDE6
(231,237,230)
#EAF0EA
(234,240,234)
#EDF3EE
(237,243,238)
#F0F6F2
(240,246,242)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBCE; }

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

This text font color is #D5DBCE.


Background Color

.myBgColor { background-color: #D5DBCE; }

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

This div background color is #D5DBCE.


Border color

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

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

This div border color is #D5DBCE.


Opacity

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

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

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

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

This text has shadow with #D5DBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBCE on black background.


Color preview on white background

This text has color #D5DBCE on white background.



Black color preview on #D5DBCE background

This text has black color on #D5DBCE background.


White color preview on #D5DBCE background

This text has white color on #D5DBCE background.