COLOR #D6B7AE

HEX: #D6B7AE RGB: (214,183,174)

Color info

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

RGB color model

#D6B7AE color RGB value is (214,183,174).

RGB: (214,183,174) (84%, 72%, 68%)

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 174 of 255 = 68%

214
183
174

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

Portions of RGB colors in percentages

R + G + B = 214 + 183 + 174 = 571 (100%)
R 214 of 571 ~ 37.48%
G 183 of 571 ~ 32.05%
B 174 of 571 ~ 30.47'%

%37.48
%32.05
%30.47

CMYK color model

#D6B7AE color CMYK value is (0,14,19,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 18.69%
  • key color value is 16.08%

CMYK: (0,14,19,16)
C0M14Y19K16 (0%, 14%, 19%, 16%)
(0.00 / 0.14 / 0.19 / 0.16)

CMYK percentages

%0
%14.49
%18.69
%16.08

Codes

Color #D6B7AE in popluar color models

D6 B7 AE
RGB 214 183 174
HSL 14° 32.79% 76.08%
HSB/HSV 14° 18.69% 83.92%
CMYK 0.00% 14.49% 18.69%
16.08%

Color #D6B7AE in popluar number systems.

HEX D6 B7 AE
Decimal 214 183 174
Binary 11010110 10110111 10101110
Octal 326 267 256

Shades and tints

Shades of #D6B7AE

#D6B7AE
(214,183,174)
#C3A79F
(195,167,159)
#B09790
(176,151,144)
#9D8781
(157,135,129)
#8A7772
(138,119,114)
#776763
(119,103,99)
#645754
(100,87,84)
#514745
(81,71,69)
#3E3736
(62,55,54)
#2B2727
(43,39,39)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #D6B7AE

#D6B7AE
(214,183,174)
#D9BDB5
(217,189,181)
#DCC3BC
(220,195,188)
#DFC9C3
(223,201,195)
#E2CFCA
(226,207,202)
#E5D5D1
(229,213,209)
#E8DBD8
(232,219,216)
#EBE1DF
(235,225,223)
#EEE7E6
(238,231,230)
#F1EDED
(241,237,237)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B7AE; }

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

This text font color is #D6B7AE.

Background Color

.myBgColor { background-color: #D6B7AE; }

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

This div background color is #D6B7AE.

Border color

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

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

This div border color is #D6B7AE.

Opacity

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

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

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

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

This text has shadow with #D6B7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B7AE.

Preview

Color preview on black background

This text has color #D6B7AE on black background.


Color preview on white background

This text has color #D6B7AE on white background.


Black color preview on #D6B7AE background

This text has black color on #D6B7AE background.


White color preview on #D6B7AE background

This text has white color on #D6B7AE background.


Related colors

Complementary color

Complementary color for #hex is #294851.


I love getcolorcode.com

Triadic colors

1 #AED6B7 and #B7AED6 with #D6B7AE are triadic colors.

2 #AEB7D6 and #B7D6AE with #D6B7AE are triadic colors.