COLOR #D2BFA6

HEX: #D2BFA6
RGB: (210,191,166)

Color info

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

RGB color model

#D2BFA6 color RGB value is (210,191,166).

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

RGB channels and saturation

R 210 of 255 = 82%
G 191 of 255 = 75%
B 166 of 255 = 65%

210
191
166

R + G + B ~ 74%. #D2BFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 191 + 166 = 567 (100%)
R 210 of 567 ~ 37.04%
G 191 of 567 ~ 33.69%
B 166 of 567 ~ 29.28%

%37.04
%33.69
%29.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 20.95%
  • key color value is 17.65%
CMYK:
(0,9,21,18)
C0M9Y21K18 
(0%,9%,21%,18%)
(0.00/0.09/0.21/0.18)	

CMYK percentages

%0
%9.05
%20.95
%17.65

Codes

Color #D2BFA6 in popluar color models

D2BFA6
RGB210191166
HSL34°32.84%73.73%
HSB/HSV34°20.95%82.35%
CMYK0.00%9.05%20.95%
17.65%

Color #D2BFA6 in popluar number systems.

HEXD2BFA6
Decimal210191166
Binary110100101011111110100110
Octal322277246

Shades and tints

Shades of #D2BFA6

#D2BFA6
(210,191,166)
#BFAE97
(191,174,151)
#AC9D88
(172,157,136)
#998C79
(153,140,121)
#867B6A
(134,123,106)
#736A5B
(115,106,91)
#60594C
(96,89,76)
#4D483D
(77,72,61)
#3A372E
(58,55,46)
#27261F
(39,38,31)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #D2BFA6

#D2BFA6
(210,191,166)
#D6C4AE
(214,196,174)
#DAC9B6
(218,201,182)
#DECEBE
(222,206,190)
#E2D3C6
(226,211,198)
#E6D8CE
(230,216,206)
#EADDD6
(234,221,214)
#EEE2DE
(238,226,222)
#F2E7E6
(242,231,230)
#F6ECEE
(246,236,238)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BFA6; }

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

This text font color is #D2BFA6.


Background Color

.myBgColor { background-color: #D2BFA6; }

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

This div background color is #D2BFA6.


Border color

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

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

This div border color is #D2BFA6.


Opacity

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

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

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

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

This text has shadow with #D2BFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BFA6 on black background.


Color preview on white background

This text has color #D2BFA6 on white background.



Black color preview on #D2BFA6 background

This text has black color on #D2BFA6 background.


White color preview on #D2BFA6 background

This text has white color on #D2BFA6 background.