COLOR #D2D6B4

HEX: #D2D6B4
RGB: (210,214,180)

Color info

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

RGB color model

#D2D6B4 color RGB value is (210,214,180).

  • red value is 210;
  • green value is 214;
  • blue value is 180.
RGB:
(210,214,180)
(82%,84%,71%)

RGB channels and saturation

R 210 of 255 = 82%
G 214 of 255 = 84%
B 180 of 255 = 71%

210
214
180

R + G + B ~ 79%. #D2D6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 214 + 180 = 604 (100%)
R 210 of 604 ~ 34.77%
G 214 of 604 ~ 35.43%
B 180 of 604 ~ 29.8%

%34.77
%35.43
%29.8

CMYK color model

#D2D6B4 color CMYK value is (2,0,16,16).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 16.08%
CMYK:
(2,0,16,16)
C2M0Y16K16 
(2%,0%,16%,16%)
(0.02/0.00/0.16/0.16)	

CMYK percentages

%1.87
%0
%15.89
%16.08

Codes

Color #D2D6B4 in popluar color models

D2D6B4
RGB210214180
HSL67°29.31%77.25%
HSB/HSV67°15.89%83.92%
CMYK1.87%0.00%15.89%
16.08%

Color #D2D6B4 in popluar number systems.

HEXD2D6B4
Decimal210214180
Binary110100101101011010110100
Octal322326264

Shades and tints

Shades of #D2D6B4

#D2D6B4
(210,214,180)
#BFC3A4
(191,195,164)
#ACB094
(172,176,148)
#999D84
(153,157,132)
#868A74
(134,138,116)
#737764
(115,119,100)
#606454
(96,100,84)
#4D5144
(77,81,68)
#3A3E34
(58,62,52)
#272B24
(39,43,36)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #D2D6B4

#D2D6B4
(210,214,180)
#D6D9BA
(214,217,186)
#DADCC0
(218,220,192)
#DEDFC6
(222,223,198)
#E2E2CC
(226,226,204)
#E6E5D2
(230,229,210)
#EAE8D8
(234,232,216)
#EEEBDE
(238,235,222)
#F2EEE4
(242,238,228)
#F6F1EA
(246,241,234)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D6B4 color. Also use rgb(210,214,180) instead hex code.

Text Font Color

.myTextColor { color: #D2D6B4; }

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

This text font color is #D2D6B4.


Background Color

.myBgColor { background-color: #D2D6B4; }

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

This div background color is #D2D6B4.


Border color

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

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

This div border color is #D2D6B4.


Opacity

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

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

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

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

This text has shadow with #D2D6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D6B4 on black background.


Color preview on white background

This text has color #D2D6B4 on white background.



Black color preview on #D2D6B4 background

This text has black color on #D2D6B4 background.


White color preview on #D2D6B4 background

This text has white color on #D2D6B4 background.