COLOR #D6B9AE

HEX: #D6B9AE
RGB: (214,185,174)

Color info

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

RGB color model

#D6B9AE color RGB value is (214,185,174).

  • red value is 214;
  • green value is 185;
  • blue value is 174.
RGB:
(214,185,174)
(84%,73%,68%)

RGB channels and saturation

R 214 of 255 = 84%
G 185 of 255 = 73%
B 174 of 255 = 68%

214
185
174

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

Portions of RGB colors in percentages

R + G + B =
214 + 185 + 174 = 573 (100%)
R 214 of 573 ~ 37.35%
G 185 of 573 ~ 32.29%
B 174 of 573 ~ 30.37%

%37.35
%32.29
%30.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.55%
  • 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
%13.55
%18.69
%16.08

Codes

Color #D6B9AE in popluar color models

D6B9AE
RGB214185174
HSL17°32.79%76.08%
HSB/HSV17°18.69%83.92%
CMYK0.00%13.55%18.69%
16.08%

Color #D6B9AE in popluar number systems.

HEXD6B9AE
Decimal214185174
Binary110101101011100110101110
Octal326271256

Shades and tints

Shades of #D6B9AE

#D6B9AE
(214,185,174)
#C3A99F
(195,169,159)
#B09990
(176,153,144)
#9D8981
(157,137,129)
#8A7972
(138,121,114)
#776963
(119,105,99)
#645954
(100,89,84)
#514945
(81,73,69)
#3E3936
(62,57,54)
#2B2927
(43,41,39)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6B9AE

#D6B9AE
(214,185,174)
#D9BFB5
(217,191,181)
#DCC5BC
(220,197,188)
#DFCBC3
(223,203,195)
#E2D1CA
(226,209,202)
#E5D7D1
(229,215,209)
#E8DDD8
(232,221,216)
#EBE3DF
(235,227,223)
#EEE9E6
(238,233,230)
#F1EFED
(241,239,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B9AE; }

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

This text font color is #D6B9AE.


Background Color

.myBgColor { background-color: #D6B9AE; }

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

This div background color is #D6B9AE.


Border color

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

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

This div border color is #D6B9AE.


Opacity

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

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

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

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

This text has shadow with #D6B9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B9AE on black background.


Color preview on white background

This text has color #D6B9AE on white background.



Black color preview on #D6B9AE background

This text has black color on #D6B9AE background.


White color preview on #D6B9AE background

This text has white color on #D6B9AE background.