COLOR #D2DBB5

HEX: #D2DBB5
RGB: (210,219,181)

Color info

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

RGB color model

#D2DBB5 color RGB value is (210,219,181).

  • red value is 210;
  • green value is 219;
  • blue value is 181.
RGB:
(210,219,181)
(82%,86%,71%)

RGB channels and saturation

R 210 of 255 = 82%
G 219 of 255 = 86%
B 181 of 255 = 71%

210
219
181

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

Portions of RGB colors in percentages

R + G + B =
210 + 219 + 181 = 610 (100%)
R 210 of 610 ~ 34.43%
G 219 of 610 ~ 35.9%
B 181 of 610 ~ 29.67%

%34.43
%35.9
%29.67

CMYK color model

#D2DBB5 color CMYK value is (4,0,17,14).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(4,0,17,14)
C4M0Y17K14 
(4%,0%,17%,14%)
(0.04/0.00/0.17/0.14)	

CMYK percentages

%4.11
%0
%17.35
%14.12

Codes

Color #D2DBB5 in popluar color models

D2DBB5
RGB210219181
HSL74°34.55%78.43%
HSB/HSV74°17.35%85.88%
CMYK4.11%0.00%17.35%
14.12%

Color #D2DBB5 in popluar number systems.

HEXD2DBB5
Decimal210219181
Binary110100101101101110110101
Octal322333265

Shades and tints

Shades of #D2DBB5

#D2DBB5
(210,219,181)
#BFC8A5
(191,200,165)
#ACB595
(172,181,149)
#99A285
(153,162,133)
#868F75
(134,143,117)
#737C65
(115,124,101)
#606955
(96,105,85)
#4D5645
(77,86,69)
#3A4335
(58,67,53)
#273025
(39,48,37)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #D2DBB5

#D2DBB5
(210,219,181)
#D6DEBB
(214,222,187)
#DAE1C1
(218,225,193)
#DEE4C7
(222,228,199)
#E2E7CD
(226,231,205)
#E6EAD3
(230,234,211)
#EAEDD9
(234,237,217)
#EEF0DF
(238,240,223)
#F2F3E5
(242,243,229)
#F6F6EB
(246,246,235)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DBB5 color. Also use rgb(210,219,181) instead hex code.

Text Font Color

.myTextColor { color: #D2DBB5; }

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

This text font color is #D2DBB5.


Background Color

.myBgColor { background-color: #D2DBB5; }

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

This div background color is #D2DBB5.


Border color

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

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

This div border color is #D2DBB5.


Opacity

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

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

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

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

This text has shadow with #D2DBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DBB5 on black background.


Color preview on white background

This text has color #D2DBB5 on white background.



Black color preview on #D2DBB5 background

This text has black color on #D2DBB5 background.


White color preview on #D2DBB5 background

This text has white color on #D2DBB5 background.