COLOR #D2DCBB

HEX: #D2DCBB
RGB: (210,220,187)

Color info

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

RGB color model

#D2DCBB color RGB value is (210,220,187).

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

RGB channels and saturation

R 210 of 255 = 82%
G 220 of 255 = 86%
B 187 of 255 = 73%

210
220
187

R + G + B ~ 80%. #D2DCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 220 + 187 = 617 (100%)
R 210 of 617 ~ 34.04%
G 220 of 617 ~ 35.66%
B 187 of 617 ~ 30.31%

%34.04
%35.66
%30.31

CMYK color model

#D2DCBB color CMYK value is (5,0,15,14).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(5,0,15,14)
C5M0Y15K14 
(5%,0%,15%,14%)
(0.05/0.00/0.15/0.14)	

CMYK percentages

%4.55
%0
%15
%13.73

Codes

Color #D2DCBB in popluar color models

D2DCBB
RGB210220187
HSL78°32.04%79.80%
HSB/HSV78°15.00%86.27%
CMYK4.55%0.00%15.00%
13.73%

Color #D2DCBB in popluar number systems.

HEXD2DCBB
Decimal210220187
Binary110100101101110010111011
Octal322334273

Shades and tints

Shades of #D2DCBB

#D2DCBB
(210,220,187)
#BFC8AA
(191,200,170)
#ACB499
(172,180,153)
#99A088
(153,160,136)
#868C77
(134,140,119)
#737866
(115,120,102)
#606455
(96,100,85)
#4D5044
(77,80,68)
#3A3C33
(58,60,51)
#272822
(39,40,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #D2DCBB

#D2DCBB
(210,220,187)
#D6DFC1
(214,223,193)
#DAE2C7
(218,226,199)
#DEE5CD
(222,229,205)
#E2E8D3
(226,232,211)
#E6EBD9
(230,235,217)
#EAEEDF
(234,238,223)
#EEF1E5
(238,241,229)
#F2F4EB
(242,244,235)
#F6F7F1
(246,247,241)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DCBB; }

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

This text font color is #D2DCBB.


Background Color

.myBgColor { background-color: #D2DCBB; }

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

This div background color is #D2DCBB.


Border color

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

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

This div border color is #D2DCBB.


Opacity

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

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

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

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

This text has shadow with #D2DCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DCBB on black background.


Color preview on white background

This text has color #D2DCBB on white background.



Black color preview on #D2DCBB background

This text has black color on #D2DCBB background.


White color preview on #D2DCBB background

This text has white color on #D2DCBB background.