COLOR #D2BFAD

HEX: #D2BFAD
RGB: (210,191,173)

Color info

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

RGB color model

#D2BFAD color RGB value is (210,191,173).

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

RGB channels and saturation

R 210 of 255 = 82%
G 191 of 255 = 75%
B 173 of 255 = 68%

210
191
173

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

Portions of RGB colors in percentages

R + G + B =
210 + 191 + 173 = 574 (100%)
R 210 of 574 ~ 36.59%
G 191 of 574 ~ 33.28%
B 173 of 574 ~ 30.14%

%36.59
%33.28
%30.14

CMYK color model

#D2BFAD color CMYK value is (0,9,18,18).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(0,9,18,18)
C0M9Y18K18 
(0%,9%,18%,18%)
(0.00/0.09/0.18/0.18)	

CMYK percentages

%0
%9.05
%17.62
%17.65

Codes

Color #D2BFAD in popluar color models

D2BFAD
RGB210191173
HSL29°29.13%75.10%
HSB/HSV29°17.62%82.35%
CMYK0.00%9.05%17.62%
17.65%

Color #D2BFAD in popluar number systems.

HEXD2BFAD
Decimal210191173
Binary110100101011111110101101
Octal322277255

Shades and tints

Shades of #D2BFAD

#D2BFAD
(210,191,173)
#BFAE9E
(191,174,158)
#AC9D8F
(172,157,143)
#998C80
(153,140,128)
#867B71
(134,123,113)
#736A62
(115,106,98)
#605953
(96,89,83)
#4D4844
(77,72,68)
#3A3735
(58,55,53)
#272626
(39,38,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #D2BFAD

#D2BFAD
(210,191,173)
#D6C4B4
(214,196,180)
#DAC9BB
(218,201,187)
#DECEC2
(222,206,194)
#E2D3C9
(226,211,201)
#E6D8D0
(230,216,208)
#EADDD7
(234,221,215)
#EEE2DE
(238,226,222)
#F2E7E5
(242,231,229)
#F6ECEC
(246,236,236)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BFAD; }

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

This text font color is #D2BFAD.


Background Color

.myBgColor { background-color: #D2BFAD; }

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

This div background color is #D2BFAD.


Border color

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

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

This div border color is #D2BFAD.


Opacity

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

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

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

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

This text has shadow with #D2BFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BFAD on black background.


Color preview on white background

This text has color #D2BFAD on white background.



Black color preview on #D2BFAD background

This text has black color on #D2BFAD background.


White color preview on #D2BFAD background

This text has white color on #D2BFAD background.