COLOR #D2DAB2

HEX: #D2DAB2
RGB: (210,218,178)

Color info

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

RGB color model

#D2DAB2 color RGB value is (210,218,178).

  • red value is 210;
  • green value is 218;
  • blue value is 178.
RGB:
(210,218,178)
(82%,85%,70%)

RGB channels and saturation

R 210 of 255 = 82%
G 218 of 255 = 85%
B 178 of 255 = 70%

210
218
178

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

Portions of RGB colors in percentages

R + G + B =
210 + 218 + 178 = 606 (100%)
R 210 of 606 ~ 34.65%
G 218 of 606 ~ 35.97%
B 178 of 606 ~ 29.37%

%34.65
%35.97
%29.37

CMYK color model

#D2DAB2 color CMYK value is (4,0,18,15).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 14.51%
CMYK:
(4,0,18,15)
C4M0Y18K15 
(4%,0%,18%,15%)
(0.04/0.00/0.18/0.15)	

CMYK percentages

%3.67
%0
%18.35
%14.51

Codes

Color #D2DAB2 in popluar color models

D2DAB2
RGB210218178
HSL72°35.09%77.65%
HSB/HSV72°18.35%85.49%
CMYK3.67%0.00%18.35%
14.51%

Color #D2DAB2 in popluar number systems.

HEXD2DAB2
Decimal210218178
Binary110100101101101010110010
Octal322332262

Shades and tints

Shades of #D2DAB2

#D2DAB2
(210,218,178)
#BFC7A2
(191,199,162)
#ACB492
(172,180,146)
#99A182
(153,161,130)
#868E72
(134,142,114)
#737B62
(115,123,98)
#606852
(96,104,82)
#4D5542
(77,85,66)
#3A4232
(58,66,50)
#272F22
(39,47,34)
#141C12
(20,28,18)
#000000
(0,0,0)

Tints of #D2DAB2

#D2DAB2
(210,218,178)
#D6DDB9
(214,221,185)
#DAE0C0
(218,224,192)
#DEE3C7
(222,227,199)
#E2E6CE
(226,230,206)
#E6E9D5
(230,233,213)
#EAECDC
(234,236,220)
#EEEFE3
(238,239,227)
#F2F2EA
(242,242,234)
#F6F5F1
(246,245,241)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DAB2 color. Also use rgb(210,218,178) instead hex code.

Text Font Color

.myTextColor { color: #D2DAB2; }

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

This text font color is #D2DAB2.


Background Color

.myBgColor { background-color: #D2DAB2; }

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

This div background color is #D2DAB2.


Border color

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

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

This div border color is #D2DAB2.


Opacity

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

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

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

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

This text has shadow with #D2DAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DAB2 on black background.


Color preview on white background

This text has color #D2DAB2 on white background.



Black color preview on #D2DAB2 background

This text has black color on #D2DAB2 background.


White color preview on #D2DAB2 background

This text has white color on #D2DAB2 background.