COLOR #D2BDAD

HEX: #D2BDAD
RGB: (210,189,173)

Color info

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

RGB color model

#D2BDAD color RGB value is (210,189,173).

  • red value is 210;
  • green value is 189;
  • blue value is 173.
RGB:
(210,189,173)
(82%,74%,68%)

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 173 of 255 = 68%

210
189
173

R + G + B ~ 75%. #D2BDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 189 + 173 = 572 (100%)
R 210 of 572 ~ 36.71%
G 189 of 572 ~ 33.04%
B 173 of 572 ~ 30.24%

%36.71
%33.04
%30.24

CMYK color model

#D2BDAD color CMYK value is (0,10,18,18).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(0,10,18,18)
C0M10Y18K18 
(0%,10%,18%,18%)
(0.00/0.10/0.18/0.18)	

CMYK percentages

%0
%10
%17.62
%17.65

Codes

Color #D2BDAD in popluar color models

D2BDAD
RGB210189173
HSL26°29.13%75.10%
HSB/HSV26°17.62%82.35%
CMYK0.00%10.00%17.62%
17.65%

Color #D2BDAD in popluar number systems.

HEXD2BDAD
Decimal210189173
Binary110100101011110110101101
Octal322275255

Shades and tints

Shades of #D2BDAD

#D2BDAD
(210,189,173)
#BFAC9E
(191,172,158)
#AC9B8F
(172,155,143)
#998A80
(153,138,128)
#867971
(134,121,113)
#736862
(115,104,98)
#605753
(96,87,83)
#4D4644
(77,70,68)
#3A3535
(58,53,53)
#272426
(39,36,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #D2BDAD

#D2BDAD
(210,189,173)
#D6C3B4
(214,195,180)
#DAC9BB
(218,201,187)
#DECFC2
(222,207,194)
#E2D5C9
(226,213,201)
#E6DBD0
(230,219,208)
#EAE1D7
(234,225,215)
#EEE7DE
(238,231,222)
#F2EDE5
(242,237,229)
#F6F3EC
(246,243,236)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BDAD color. Also use rgb(210,189,173) instead hex code.

Text Font Color

.myTextColor { color: #D2BDAD; }

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

This text font color is #D2BDAD.


Background Color

.myBgColor { background-color: #D2BDAD; }

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

This div background color is #D2BDAD.


Border color

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

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

This div border color is #D2BDAD.


Opacity

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

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

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

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

This text has shadow with #D2BDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BDAD on black background.


Color preview on white background

This text has color #D2BDAD on white background.



Black color preview on #D2BDAD background

This text has black color on #D2BDAD background.


White color preview on #D2BDAD background

This text has white color on #D2BDAD background.