COLOR #D5DCBB

HEX: #D5DCBB
RGB: (213,220,187)

Color info

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

RGB color model

#D5DCBB color RGB value is (213,220,187).

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

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 187 of 255 = 73%

213
220
187

R + G + B ~ 81%. #D5DCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 187 = 620 (100%)
R 213 of 620 ~ 34.35%
G 220 of 620 ~ 35.48%
B 187 of 620 ~ 30.16%

%34.35
%35.48
%30.16

CMYK color model

#D5DCBB color CMYK value is (3,0,15,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(3,0,15,14)
C3M0Y15K14 
(3%,0%,15%,14%)
(0.03/0.00/0.15/0.14)	

CMYK percentages

%3.18
%0
%15
%13.73

Codes

Color #D5DCBB in popluar color models

D5DCBB
RGB213220187
HSL73°32.04%79.80%
HSB/HSV73°15.00%86.27%
CMYK3.18%0.00%15.00%
13.73%

Color #D5DCBB in popluar number systems.

HEXD5DCBB
Decimal213220187
Binary110101011101110010111011
Octal325334273

Shades and tints

Shades of #D5DCBB

#D5DCBB
(213,220,187)
#C2C8AA
(194,200,170)
#AFB499
(175,180,153)
#9CA088
(156,160,136)
#898C77
(137,140,119)
#767866
(118,120,102)
#636455
(99,100,85)
#505044
(80,80,68)
#3D3C33
(61,60,51)
#2A2822
(42,40,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #D5DCBB

#D5DCBB
(213,220,187)
#D8DFC1
(216,223,193)
#DBE2C7
(219,226,199)
#DEE5CD
(222,229,205)
#E1E8D3
(225,232,211)
#E4EBD9
(228,235,217)
#E7EEDF
(231,238,223)
#EAF1E5
(234,241,229)
#EDF4EB
(237,244,235)
#F0F7F1
(240,247,241)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DCBB; }

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

This text font color is #D5DCBB.


Background Color

.myBgColor { background-color: #D5DCBB; }

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

This div background color is #D5DCBB.


Border color

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

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

This div border color is #D5DCBB.


Opacity

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

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

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

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

This text has shadow with #D5DCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCBB on black background.


Color preview on white background

This text has color #D5DCBB on white background.



Black color preview on #D5DCBB background

This text has black color on #D5DCBB background.


White color preview on #D5DCBB background

This text has white color on #D5DCBB background.