COLOR #D2B7AE

HEX: #D2B7AE RGB: (210,183,174)

Color info

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

RGB color model

#D2B7AE color RGB value is (210,183,174).

RGB: (210,183,174) (82%, 72%, 68%)

RGB channels and saturation

R 210 of 255 = 82%
G 183 of 255 = 72%
B 174 of 255 = 68%

210
183
174

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

Portions of RGB colors in percentages

R + G + B = 210 + 183 + 174 = 567 (100%)
R 210 of 567 ~ 37.04%
G 183 of 567 ~ 32.28%
B 174 of 567 ~ 30.69'%

%37.04
%32.28
%30.69

CMYK color model

#D2B7AE color CMYK value is (0,13,17,18).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 17.14%
  • key color value is 17.65%

CMYK: (0,13,17,18)
C0M13Y17K18 (0%, 13%, 17%, 18%)
(0.00 / 0.13 / 0.17 / 0.18)

CMYK percentages

%0
%12.86
%17.14
%17.65

Codes

Color #D2B7AE in popluar color models

D2 B7 AE
RGB 210 183 174
HSL 15° 28.57% 75.29%
HSB/HSV 15° 17.14% 82.35%
CMYK 0.00% 12.86% 17.14%
17.65%

Color #D2B7AE in popluar number systems.

HEX D2 B7 AE
Decimal 210 183 174
Binary 11010010 10110111 10101110
Octal 322 267 256

Shades and tints

Shades of #D2B7AE

#D2B7AE
(210,183,174)
#BFA79F
(191,167,159)
#AC9790
(172,151,144)
#998781
(153,135,129)
#867772
(134,119,114)
#736763
(115,103,99)
#605754
(96,87,84)
#4D4745
(77,71,69)
#3A3736
(58,55,54)
#272727
(39,39,39)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #D2B7AE

#D2B7AE
(210,183,174)
#D6BDB5
(214,189,181)
#DAC3BC
(218,195,188)
#DEC9C3
(222,201,195)
#E2CFCA
(226,207,202)
#E6D5D1
(230,213,209)
#EADBD8
(234,219,216)
#EEE1DF
(238,225,223)
#F2E7E6
(242,231,230)
#F6EDED
(246,237,237)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B7AE color. Also use rgb(210,183,174) instead hex code.

Text Font Color

.myTextColor { color: #D2B7AE; }

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

This text font color is #D2B7AE.

Background Color

.myBgColor { background-color: #D2B7AE; }

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

This div background color is #D2B7AE.

Border color

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

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

This div border color is #D2B7AE.

Opacity

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

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

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

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

This text has shadow with #D2B7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B7AE.

Preview

Color preview on black background

This text has color #D2B7AE on black background.


Color preview on white background

This text has color #D2B7AE on white background.


Black color preview on #D2B7AE background

This text has black color on #D2B7AE background.


White color preview on #D2B7AE background

This text has white color on #D2B7AE background.


Related colors

Complementary color

Complementary color for #hex is #2D4851.


I love getcolorcode.com

Triadic colors

1 #AED2B7 and #B7AED2 with #D2B7AE are triadic colors.

2 #AEB7D2 and #B7D2AE with #D2B7AE are triadic colors.