COLOR #D2BDA6

HEX: #D2BDA6 RGB: (210,189,166)

Color info

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

RGB color model

#D2BDA6 color RGB value is (210,189,166).

RGB: (210,189,166) (82%, 74%, 65%)

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 166 of 255 = 65%

210
189
166

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

Portions of RGB colors in percentages

R + G + B = 210 + 189 + 166 = 565 (100%)
R 210 of 565 ~ 37.17%
G 189 of 565 ~ 33.45%
B 166 of 565 ~ 29.38'%

%37.17
%33.45
%29.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 20.95%
  • key color value is 17.65%

CMYK: (0,10,21,18)
C0M10Y21K18 (0%, 10%, 21%, 18%)
(0.00 / 0.10 / 0.21 / 0.18)

CMYK percentages

%0
%10
%20.95
%17.65

Codes

Color #D2BDA6 in popluar color models

D2 BD A6
RGB 210 189 166
HSL 31° 32.84% 73.73%
HSB/HSV 31° 20.95% 82.35%
CMYK 0.00% 10.00% 20.95%
17.65%

Color #D2BDA6 in popluar number systems.

HEX D2 BD A6
Decimal 210 189 166
Binary 11010010 10111101 10100110
Octal 322 275 246

Shades and tints

Shades of #D2BDA6

#D2BDA6
(210,189,166)
#BFAC97
(191,172,151)
#AC9B88
(172,155,136)
#998A79
(153,138,121)
#86796A
(134,121,106)
#73685B
(115,104,91)
#60574C
(96,87,76)
#4D463D
(77,70,61)
#3A352E
(58,53,46)
#27241F
(39,36,31)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #D2BDA6

#D2BDA6
(210,189,166)
#D6C3AE
(214,195,174)
#DAC9B6
(218,201,182)
#DECFBE
(222,207,190)
#E2D5C6
(226,213,198)
#E6DBCE
(230,219,206)
#EAE1D6
(234,225,214)
#EEE7DE
(238,231,222)
#F2EDE6
(242,237,230)
#F6F3EE
(246,243,238)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BDA6; }

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

This text font color is #D2BDA6.

Background Color

.myBgColor { background-color: #D2BDA6; }

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

This div background color is #D2BDA6.

Border color

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

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

This div border color is #D2BDA6.

Opacity

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

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

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

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

This text has shadow with #D2BDA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BDA6.

Preview

Color preview on black background

This text has color #D2BDA6 on black background.


Color preview on white background

This text has color #D2BDA6 on white background.


Black color preview on #D2BDA6 background

This text has black color on #D2BDA6 background.


White color preview on #D2BDA6 background

This text has white color on #D2BDA6 background.


Related colors

Complementary color

Complementary color for #hex is #2D4259.


I love getcolorcode.com

Triadic colors

1 #A6D2BD and #BDA6D2 with #D2BDA6 are triadic colors.

2 #A6BDD2 and #BDD2A6 with #D2BDA6 are triadic colors.