COLOR #D2DBBD

HEX: #D2DBBD
RGB: (210,219,189)

Color info

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

RGB color model

#D2DBBD color RGB value is (210,219,189).

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

RGB channels and saturation

R 210 of 255 = 82%
G 219 of 255 = 86%
B 189 of 255 = 74%

210
219
189

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

Portions of RGB colors in percentages

R + G + B =
210 + 219 + 189 = 618 (100%)
R 210 of 618 ~ 33.98%
G 219 of 618 ~ 35.44%
B 189 of 618 ~ 30.58%

%33.98
%35.44
%30.58

CMYK color model

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

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 14.12%
CMYK:
(4,0,14,14)
C4M0Y14K14 
(4%,0%,14%,14%)
(0.04/0.00/0.14/0.14)	

CMYK percentages

%4.11
%0
%13.7
%14.12

Codes

Color #D2DBBD in popluar color models

D2DBBD
RGB210219189
HSL78°29.41%80.00%
HSB/HSV78°13.70%85.88%
CMYK4.11%0.00%13.70%
14.12%

Color #D2DBBD in popluar number systems.

HEXD2DBBD
Decimal210219189
Binary110100101101101110111101
Octal322333275

Shades and tints

Shades of #D2DBBD

#D2DBBD
(210,219,189)
#BFC8AC
(191,200,172)
#ACB59B
(172,181,155)
#99A28A
(153,162,138)
#868F79
(134,143,121)
#737C68
(115,124,104)
#606957
(96,105,87)
#4D5646
(77,86,70)
#3A4335
(58,67,53)
#273024
(39,48,36)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #D2DBBD

#D2DBBD
(210,219,189)
#D6DEC3
(214,222,195)
#DAE1C9
(218,225,201)
#DEE4CF
(222,228,207)
#E2E7D5
(226,231,213)
#E6EADB
(230,234,219)
#EAEDE1
(234,237,225)
#EEF0E7
(238,240,231)
#F2F3ED
(242,243,237)
#F6F6F3
(246,246,243)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DBBD; }

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

This text font color is #D2DBBD.


Background Color

.myBgColor { background-color: #D2DBBD; }

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

This div background color is #D2DBBD.


Border color

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

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

This div border color is #D2DBBD.


Opacity

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

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

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

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

This text has shadow with #D2DBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DBBD on black background.


Color preview on white background

This text has color #D2DBBD on white background.



Black color preview on #D2DBBD background

This text has black color on #D2DBBD background.


White color preview on #D2DBBD background

This text has white color on #D2DBBD background.