COLOR #D6BDAF

HEX: #D6BDAF
RGB: (214,189,175)

Color info

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

RGB color model

#D6BDAF color RGB value is (214,189,175).

  • red value is 214;
  • green value is 189;
  • blue value is 175.
RGB:
(214,189,175)
(84%,74%,69%)

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 175 of 255 = 69%

214
189
175

R + G + B ~ 76%. #D6BDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 175 = 578 (100%)
R 214 of 578 ~ 37.02%
G 189 of 578 ~ 32.7%
B 175 of 578 ~ 30.28%

%37.02
%32.7
%30.28

CMYK color model

#D6BDAF color CMYK value is (0,12,18,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 18.22%
  • key color value is 16.08%
CMYK:
(0,12,18,16)
C0M12Y18K16 
(0%,12%,18%,16%)
(0.00/0.12/0.18/0.16)	

CMYK percentages

%0
%11.68
%18.22
%16.08

Codes

Color #D6BDAF in popluar color models

D6BDAF
RGB214189175
HSL22°32.23%76.27%
HSB/HSV22°18.22%83.92%
CMYK0.00%11.68%18.22%
16.08%

Color #D6BDAF in popluar number systems.

HEXD6BDAF
Decimal214189175
Binary110101101011110110101111
Octal326275257

Shades and tints

Shades of #D6BDAF

#D6BDAF
(214,189,175)
#C3ACA0
(195,172,160)
#B09B91
(176,155,145)
#9D8A82
(157,138,130)
#8A7973
(138,121,115)
#776864
(119,104,100)
#645755
(100,87,85)
#514646
(81,70,70)
#3E3537
(62,53,55)
#2B2428
(43,36,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #D6BDAF

#D6BDAF
(214,189,175)
#D9C3B6
(217,195,182)
#DCC9BD
(220,201,189)
#DFCFC4
(223,207,196)
#E2D5CB
(226,213,203)
#E5DBD2
(229,219,210)
#E8E1D9
(232,225,217)
#EBE7E0
(235,231,224)
#EEEDE7
(238,237,231)
#F1F3EE
(241,243,238)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BDAF color. Also use rgb(214,189,175) instead hex code.

Text Font Color

.myTextColor { color: #D6BDAF; }

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

This text font color is #D6BDAF.


Background Color

.myBgColor { background-color: #D6BDAF; }

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

This div background color is #D6BDAF.


Border color

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

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

This div border color is #D6BDAF.


Opacity

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

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

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

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

This text has shadow with #D6BDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BDAF on black background.


Color preview on white background

This text has color #D6BDAF on white background.



Black color preview on #D6BDAF background

This text has black color on #D6BDAF background.


White color preview on #D6BDAF background

This text has white color on #D6BDAF background.