COLOR #D9BFAD

HEX: #D9BFAD RGB: (217,191,173)

Color info

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

RGB color model

#D9BFAD color RGB value is (217,191,173).

RGB: (217,191,173) (85%, 75%, 68%)

RGB channels and saturation

R 217 of 255 = 85%
G 191 of 255 = 75%
B 173 of 255 = 68%

217
191
173

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

Portions of RGB colors in percentages

R + G + B = 217 + 191 + 173 = 581 (100%)
R 217 of 581 ~ 37.35%
G 191 of 581 ~ 32.87%
B 173 of 581 ~ 29.78'%

%37.35
%32.87
%29.78

CMYK color model

#D9BFAD color CMYK value is (0,12,20,15).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 20.28%
  • key color value is 14.90%

CMYK: (0,12,20,15)
C0M12Y20K15 (0%, 12%, 20%, 15%)
(0.00 / 0.12 / 0.20 / 0.15)

CMYK percentages

%0
%11.98
%20.28
%14.9

Codes

Color #D9BFAD in popluar color models

D9 BF AD
RGB 217 191 173
HSL 25° 36.67% 76.47%
HSB/HSV 25° 20.28% 85.10%
CMYK 0.00% 11.98% 20.28%
14.90%

Color #D9BFAD in popluar number systems.

HEX D9 BF AD
Decimal 217 191 173
Binary 11011001 10111111 10101101
Octal 331 277 255

Shades and tints

Shades of #D9BFAD

#D9BFAD
(217,191,173)
#C6AE9E
(198,174,158)
#B39D8F
(179,157,143)
#A08C80
(160,140,128)
#8D7B71
(141,123,113)
#7A6A62
(122,106,98)
#675953
(103,89,83)
#544844
(84,72,68)
#413735
(65,55,53)
#2E2626
(46,38,38)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #D9BFAD

#D9BFAD
(217,191,173)
#DCC4B4
(220,196,180)
#DFC9BB
(223,201,187)
#E2CEC2
(226,206,194)
#E5D3C9
(229,211,201)
#E8D8D0
(232,216,208)
#EBDDD7
(235,221,215)
#EEE2DE
(238,226,222)
#F1E7E5
(241,231,229)
#F4ECEC
(244,236,236)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BFAD color. Also use rgb(217,191,173) instead hex code.

Text Font Color

.myTextColor { color: #D9BFAD; }

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

This text font color is #D9BFAD.

Background Color

.myBgColor { background-color: #D9BFAD; }

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

This div background color is #D9BFAD.

Border color

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

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

This div border color is #D9BFAD.

Opacity

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

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

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

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

This text has shadow with #D9BFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BFAD.

Preview

Color preview on black background

This text has color #D9BFAD on black background.


Color preview on white background

This text has color #D9BFAD on white background.


Black color preview on #D9BFAD background

This text has black color on #D9BFAD background.


White color preview on #D9BFAD background

This text has white color on #D9BFAD background.


Related colors

Complementary color

Complementary color for #hex is #264052.


I love getcolorcode.com

Triadic colors

1 #ADD9BF and #BFADD9 with #D9BFAD are triadic colors.

2 #ADBFD9 and #BFD9AD with #D9BFAD are triadic colors.