COLOR #D5DECB

HEX: #D5DECB
RGB: (213,222,203)

Color info

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

RGB color model

#D5DECB color RGB value is (213,222,203).

  • red value is 213;
  • green value is 222;
  • blue value is 203.
RGB:
(213,222,203)
(84%,87%,80%)

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 203 of 255 = 80%

213
222
203

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

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 203 = 638 (100%)
R 213 of 638 ~ 33.39%
G 222 of 638 ~ 34.8%
B 203 of 638 ~ 31.82%

%33.39
%34.8
%31.82

CMYK color model

#D5DECB color CMYK value is (4,0,9,13).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 12.94%
CMYK:
(4,0,9,13)
C4M0Y9K13 
(4%,0%,9%,13%)
(0.04/0.00/0.09/0.13)	

CMYK percentages

%4.05
%0
%8.56
%12.94

Codes

Color #D5DECB in popluar color models

D5DECB
RGB213222203
HSL88°22.35%83.33%
HSB/HSV88°8.56%87.06%
CMYK4.05%0.00%8.56%
12.94%

Color #D5DECB in popluar number systems.

HEXD5DECB
Decimal213222203
Binary110101011101111011001011
Octal325336313

Shades and tints

Shades of #D5DECB

#D5DECB
(213,222,203)
#C2CAB9
(194,202,185)
#AFB6A7
(175,182,167)
#9CA295
(156,162,149)
#898E83
(137,142,131)
#767A71
(118,122,113)
#63665F
(99,102,95)
#50524D
(80,82,77)
#3D3E3B
(61,62,59)
#2A2A29
(42,42,41)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D5DECB

#D5DECB
(213,222,203)
#D8E1CF
(216,225,207)
#DBE4D3
(219,228,211)
#DEE7D7
(222,231,215)
#E1EADB
(225,234,219)
#E4EDDF
(228,237,223)
#E7F0E3
(231,240,227)
#EAF3E7
(234,243,231)
#EDF6EB
(237,246,235)
#F0F9EF
(240,249,239)
#F3FCF3
(243,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DECB color. Also use rgb(213,222,203) instead hex code.

Text Font Color

.myTextColor { color: #D5DECB; }

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

This text font color is #D5DECB.


Background Color

.myBgColor { background-color: #D5DECB; }

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

This div background color is #D5DECB.


Border color

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

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

This div border color is #D5DECB.


Opacity

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

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

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

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

This text has shadow with #D5DECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DECB on black background.


Color preview on white background

This text has color #D5DECB on white background.



Black color preview on #D5DECB background

This text has black color on #D5DECB background.


White color preview on #D5DECB background

This text has white color on #D5DECB background.