COLOR #D2DA9B

HEX: #D2DA9B RGB: (210,218,155)

Color info

#D2DA9B contains mainly red and green colors. Web safe color of #D2DA9B is #CCCC99 (or #CC9).

RGB color model

#D2DA9B color RGB value is (210,218,155).

RGB: (210,218,155) (82%, 85%, 61%)

RGB channels and saturation

R 210 of 255 = 82%
G 218 of 255 = 85%
B 155 of 255 = 61%

210
218
155

R + G + B ~ 76%. #D2DA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 218 + 155 = 583 (100%)
R 210 of 583 ~ 36.02%
G 218 of 583 ~ 37.39%
B 155 of 583 ~ 26.59'%

%36.02
%37.39
%26.59

CMYK color model

#D2DA9B color CMYK value is (4,0,29,15).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 14.51%

CMYK: (4,0,29,15)
C4M0Y29K15 (4%, 0%, 29%, 15%)
(0.04 / 0.00 / 0.29 / 0.15)

CMYK percentages

%3.67
%0
%28.9
%14.51

Codes

Color #D2DA9B in popluar color models

D2 DA 9B
RGB 210 218 155
HSL 68° 45.99% 73.14%
HSB/HSV 68° 28.90% 85.49%
CMYK 3.67% 0.00% 28.90%
14.51%

Color #D2DA9B in popluar number systems.

HEX D2 DA 9B
Decimal 210 218 155
Binary 11010010 11011010 10011011
Octal 322 332 233

Shades and tints

Shades of #D2DA9B

#D2DA9B
(210,218,155)
#BFC78D
(191,199,141)
#ACB47F
(172,180,127)
#99A171
(153,161,113)
#868E63
(134,142,99)
#737B55
(115,123,85)
#606847
(96,104,71)
#4D5539
(77,85,57)
#3A422B
(58,66,43)
#272F1D
(39,47,29)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #D2DA9B

#D2DA9B
(210,218,155)
#D6DDA4
(214,221,164)
#DAE0AD
(218,224,173)
#DEE3B6
(222,227,182)
#E2E6BF
(226,230,191)
#E6E9C8
(230,233,200)
#EAECD1
(234,236,209)
#EEEFDA
(238,239,218)
#F2F2E3
(242,242,227)
#F6F5EC
(246,245,236)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DA9B; }

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

This text font color is #D2DA9B.

Background Color

.myBgColor { background-color: #D2DA9B; }

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

This div background color is #D2DA9B.

Border color

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

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

This div border color is #D2DA9B.

Opacity

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

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

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

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

This text has shadow with #D2DA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2DA9B.

Preview

Color preview on black background

This text has color #D2DA9B on black background.


Color preview on white background

This text has color #D2DA9B on white background.


Black color preview on #D2DA9B background

This text has black color on #D2DA9B background.


White color preview on #D2DA9B background

This text has white color on #D2DA9B background.


Related colors

Complementary color

Complementary color for #hex is #2D2564.


I love getcolorcode.com

Triadic colors

1 #9BD2DA and #DA9BD2 with #D2DA9B are triadic colors.

2 #9BDAD2 and #DAD29B with #D2DA9B are triadic colors.