COLOR #D2DCAB

HEX: #D2DCAB
RGB: (210,220,171)

Color info

#D2DCAB contains red, green and blue colors in about the same proportion. Web safe color of #D2DCAB is #CCCC99 (or #CC9).

RGB color model

#D2DCAB color RGB value is (210,220,171).

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

RGB channels and saturation

R 210 of 255 = 82%
G 220 of 255 = 86%
B 171 of 255 = 67%

210
220
171

R + G + B ~ 78%. #D2DCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 220 + 171 = 601 (100%)
R 210 of 601 ~ 34.94%
G 220 of 601 ~ 36.61%
B 171 of 601 ~ 28.45%

%34.94
%36.61
%28.45

CMYK color model

#D2DCAB color CMYK value is (5,0,22,14).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(5,0,22,14)
C5M0Y22K14 
(5%,0%,22%,14%)
(0.05/0.00/0.22/0.14)	

CMYK percentages

%4.55
%0
%22.27
%13.73

Codes

Color #D2DCAB in popluar color models

D2DCAB
RGB210220171
HSL72°41.18%76.67%
HSB/HSV72°22.27%86.27%
CMYK4.55%0.00%22.27%
13.73%

Color #D2DCAB in popluar number systems.

HEXD2DCAB
Decimal210220171
Binary110100101101110010101011
Octal322334253

Shades and tints

Shades of #D2DCAB

#D2DCAB
(210,220,171)
#BFC89C
(191,200,156)
#ACB48D
(172,180,141)
#99A07E
(153,160,126)
#868C6F
(134,140,111)
#737860
(115,120,96)
#606451
(96,100,81)
#4D5042
(77,80,66)
#3A3C33
(58,60,51)
#272824
(39,40,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #D2DCAB

#D2DCAB
(210,220,171)
#D6DFB2
(214,223,178)
#DAE2B9
(218,226,185)
#DEE5C0
(222,229,192)
#E2E8C7
(226,232,199)
#E6EBCE
(230,235,206)
#EAEED5
(234,238,213)
#EEF1DC
(238,241,220)
#F2F4E3
(242,244,227)
#F6F7EA
(246,247,234)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DCAB; }

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

This text font color is #D2DCAB.


Background Color

.myBgColor { background-color: #D2DCAB; }

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

This div background color is #D2DCAB.


Border color

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

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

This div border color is #D2DCAB.


Opacity

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

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

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

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

This text has shadow with #D2DCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DCAB on black background.


Color preview on white background

This text has color #D2DCAB on white background.



Black color preview on #D2DCAB background

This text has black color on #D2DCAB background.


White color preview on #D2DCAB background

This text has white color on #D2DCAB background.