COLOR #D5DFCB

HEX: #D5DFCB
RGB: (213,223,203)

Color info

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

RGB color model

#D5DFCB color RGB value is (213,223,203).

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

RGB channels and saturation

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

213
223
203

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

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 203 = 639 (100%)
R 213 of 639 ~ 33.33%
G 223 of 639 ~ 34.9%
B 203 of 639 ~ 31.77%

%33.33
%34.9
%31.77

CMYK color model

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

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

CMYK percentages

%4.48
%0
%8.97
%12.55

Codes

Color #D5DFCB in popluar color models

D5DFCB
RGB213223203
HSL90°23.81%83.53%
HSB/HSV90°8.97%87.45%
CMYK4.48%0.00%8.97%
12.55%

Color #D5DFCB in popluar number systems.

HEXD5DFCB
Decimal213223203
Binary110101011101111111001011
Octal325337313

Shades and tints

Shades of #D5DFCB

#D5DFCB
(213,223,203)
#C2CBB9
(194,203,185)
#AFB7A7
(175,183,167)
#9CA395
(156,163,149)
#898F83
(137,143,131)
#767B71
(118,123,113)
#63675F
(99,103,95)
#50534D
(80,83,77)
#3D3F3B
(61,63,59)
#2A2B29
(42,43,41)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5DFCB

#D5DFCB
(213,223,203)
#D8E1CF
(216,225,207)
#DBE3D3
(219,227,211)
#DEE5D7
(222,229,215)
#E1E7DB
(225,231,219)
#E4E9DF
(228,233,223)
#E7EBE3
(231,235,227)
#EAEDE7
(234,237,231)
#EDEFEB
(237,239,235)
#F0F1EF
(240,241,239)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFCB; }

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

This text font color is #D5DFCB.


Background Color

.myBgColor { background-color: #D5DFCB; }

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

This div background color is #D5DFCB.


Border color

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

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

This div border color is #D5DFCB.


Opacity

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

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

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

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

This text has shadow with #D5DFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFCB on black background.


Color preview on white background

This text has color #D5DFCB on white background.



Black color preview on #D5DFCB background

This text has black color on #D5DFCB background.


White color preview on #D5DFCB background

This text has white color on #D5DFCB background.