COLOR #D9D2BA

HEX: #D9D2BA
RGB: (217,210,186)

Color info

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

RGB color model

#D9D2BA color RGB value is (217,210,186).

  • red value is 217;
  • green value is 210;
  • blue value is 186.
RGB:
(217,210,186)
(85%,82%,73%)

RGB channels and saturation

R 217 of 255 = 85%
G 210 of 255 = 82%
B 186 of 255 = 73%

217
210
186

R + G + B ~ 80%. #D9D2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 210 + 186 = 613 (100%)
R 217 of 613 ~ 35.4%
G 210 of 613 ~ 34.26%
B 186 of 613 ~ 30.34%

%35.4
%34.26
%30.34

CMYK color model

#D9D2BA color CMYK value is (0,3,14,15).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 14.29%
  • key color value is 14.90%
CMYK:
(0,3,14,15)
C0M3Y14K15 
(0%,3%,14%,15%)
(0.00/0.03/0.14/0.15)	

CMYK percentages

%0
%3.23
%14.29
%14.9

Codes

Color #D9D2BA in popluar color models

D9D2BA
RGB217210186
HSL46°28.97%79.02%
HSB/HSV46°14.29%85.10%
CMYK0.00%3.23%14.29%
14.90%

Color #D9D2BA in popluar number systems.

HEXD9D2BA
Decimal217210186
Binary110110011101001010111010
Octal331322272

Shades and tints

Shades of #D9D2BA

#D9D2BA
(217,210,186)
#C6BFAA
(198,191,170)
#B3AC9A
(179,172,154)
#A0998A
(160,153,138)
#8D867A
(141,134,122)
#7A736A
(122,115,106)
#67605A
(103,96,90)
#544D4A
(84,77,74)
#413A3A
(65,58,58)
#2E272A
(46,39,42)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #D9D2BA

#D9D2BA
(217,210,186)
#DCD6C0
(220,214,192)
#DFDAC6
(223,218,198)
#E2DECC
(226,222,204)
#E5E2D2
(229,226,210)
#E8E6D8
(232,230,216)
#EBEADE
(235,234,222)
#EEEEE4
(238,238,228)
#F1F2EA
(241,242,234)
#F4F6F0
(244,246,240)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D2BA color. Also use rgb(217,210,186) instead hex code.

Text Font Color

.myTextColor { color: #D9D2BA; }

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

This text font color is #D9D2BA.


Background Color

.myBgColor { background-color: #D9D2BA; }

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

This div background color is #D9D2BA.


Border color

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

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

This div border color is #D9D2BA.


Opacity

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

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

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

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

This text has shadow with #D9D2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D2BA on black background.


Color preview on white background

This text has color #D9D2BA on white background.



Black color preview on #D9D2BA background

This text has black color on #D9D2BA background.


White color preview on #D9D2BA background

This text has white color on #D9D2BA background.