COLOR #D6BDAD

HEX: #D6BDAD
RGB: (214,189,173)

Color info

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

RGB color model

#D6BDAD color RGB value is (214,189,173).

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

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 173 of 255 = 68%

214
189
173

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

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 173 = 576 (100%)
R 214 of 576 ~ 37.15%
G 189 of 576 ~ 32.81%
B 173 of 576 ~ 30.03%

%37.15
%32.81
%30.03

CMYK color model

#D6BDAD color CMYK value is (0,12,19,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 19.16%
  • key color value is 16.08%
CMYK:
(0,12,19,16)
C0M12Y19K16 
(0%,12%,19%,16%)
(0.00/0.12/0.19/0.16)	

CMYK percentages

%0
%11.68
%19.16
%16.08

Codes

Color #D6BDAD in popluar color models

D6BDAD
RGB214189173
HSL23°33.33%75.88%
HSB/HSV23°19.16%83.92%
CMYK0.00%11.68%19.16%
16.08%

Color #D6BDAD in popluar number systems.

HEXD6BDAD
Decimal214189173
Binary110101101011110110101101
Octal326275255

Shades and tints

Shades of #D6BDAD

#D6BDAD
(214,189,173)
#C3AC9E
(195,172,158)
#B09B8F
(176,155,143)
#9D8A80
(157,138,128)
#8A7971
(138,121,113)
#776862
(119,104,98)
#645753
(100,87,83)
#514644
(81,70,68)
#3E3535
(62,53,53)
#2B2426
(43,36,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D6BDAD

#D6BDAD
(214,189,173)
#D9C3B4
(217,195,180)
#DCC9BB
(220,201,187)
#DFCFC2
(223,207,194)
#E2D5C9
(226,213,201)
#E5DBD0
(229,219,208)
#E8E1D7
(232,225,215)
#EBE7DE
(235,231,222)
#EEEDE5
(238,237,229)
#F1F3EC
(241,243,236)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BDAD; }

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

This text font color is #D6BDAD.


Background Color

.myBgColor { background-color: #D6BDAD; }

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

This div background color is #D6BDAD.


Border color

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

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

This div border color is #D6BDAD.


Opacity

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

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

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

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

This text has shadow with #D6BDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BDAD on black background.


Color preview on white background

This text has color #D6BDAD on white background.



Black color preview on #D6BDAD background

This text has black color on #D6BDAD background.


White color preview on #D6BDAD background

This text has white color on #D6BDAD background.