COLOR #D6BAAE

HEX: #D6BAAE
RGB: (214,186,174)

Color info

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

RGB color model

#D6BAAE color RGB value is (214,186,174).

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

RGB channels and saturation

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

214
186
174

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

Portions of RGB colors in percentages

R + G + B =
214 + 186 + 174 = 574 (100%)
R 214 of 574 ~ 37.28%
G 186 of 574 ~ 32.4%
B 174 of 574 ~ 30.31%

%37.28
%32.4
%30.31

CMYK color model

#D6BAAE color CMYK value is (0,13,19,16).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 18.69%
  • key color value is 16.08%
CMYK:
(0,13,19,16)
C0M13Y19K16 
(0%,13%,19%,16%)
(0.00/0.13/0.19/0.16)	

CMYK percentages

%0
%13.08
%18.69
%16.08

Codes

Color #D6BAAE in popluar color models

D6BAAE
RGB214186174
HSL18°32.79%76.08%
HSB/HSV18°18.69%83.92%
CMYK0.00%13.08%18.69%
16.08%

Color #D6BAAE in popluar number systems.

HEXD6BAAE
Decimal214186174
Binary110101101011101010101110
Octal326272256

Shades and tints

Shades of #D6BAAE

#D6BAAE
(214,186,174)
#C3AA9F
(195,170,159)
#B09A90
(176,154,144)
#9D8A81
(157,138,129)
#8A7A72
(138,122,114)
#776A63
(119,106,99)
#645A54
(100,90,84)
#514A45
(81,74,69)
#3E3A36
(62,58,54)
#2B2A27
(43,42,39)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #D6BAAE

#D6BAAE
(214,186,174)
#D9C0B5
(217,192,181)
#DCC6BC
(220,198,188)
#DFCCC3
(223,204,195)
#E2D2CA
(226,210,202)
#E5D8D1
(229,216,209)
#E8DED8
(232,222,216)
#EBE4DF
(235,228,223)
#EEEAE6
(238,234,230)
#F1F0ED
(241,240,237)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BAAE; }

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

This text font color is #D6BAAE.


Background Color

.myBgColor { background-color: #D6BAAE; }

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

This div background color is #D6BAAE.


Border color

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

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

This div border color is #D6BAAE.


Opacity

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

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

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

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

This text has shadow with #D6BAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BAAE on black background.


Color preview on white background

This text has color #D6BAAE on white background.



Black color preview on #D6BAAE background

This text has black color on #D6BAAE background.


White color preview on #D6BAAE background

This text has white color on #D6BAAE background.