COLOR #D9B1AE

HEX: #D9B1AE
RGB: (217,177,174)

Color info

#D9B1AE contains red, green and blue colors in about the same proportion. Web safe color of #D9B1AE is #CC9999 (or #C99).

RGB color model

#D9B1AE color RGB value is (217,177,174).

  • red value is 217;
  • green value is 177;
  • blue value is 174.
RGB:
(217,177,174)
(85%,69%,68%)

RGB channels and saturation

R 217 of 255 = 85%
G 177 of 255 = 69%
B 174 of 255 = 68%

217
177
174

R + G + B ~ 74%. #D9B1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 177 + 174 = 568 (100%)
R 217 of 568 ~ 38.2%
G 177 of 568 ~ 31.16%
B 174 of 568 ~ 30.63%

%38.2
%31.16
%30.63

CMYK color model

#D9B1AE color CMYK value is (0,18,20,15).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(0,18,20,15)
C0M18Y20K15 
(0%,18%,20%,15%)
(0.00/0.18/0.20/0.15)	

CMYK percentages

%0
%18.43
%19.82
%14.9

Codes

Color #D9B1AE in popluar color models

D9B1AE
RGB217177174
HSL36.13%76.67%
HSB/HSV19.82%85.10%
CMYK0.00%18.43%19.82%
14.90%

Color #D9B1AE in popluar number systems.

HEXD9B1AE
Decimal217177174
Binary110110011011000110101110
Octal331261256

Shades and tints

Shades of #D9B1AE

#D9B1AE
(217,177,174)
#C6A19F
(198,161,159)
#B39190
(179,145,144)
#A08181
(160,129,129)
#8D7172
(141,113,114)
#7A6163
(122,97,99)
#675154
(103,81,84)
#544145
(84,65,69)
#413136
(65,49,54)
#2E2127
(46,33,39)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #D9B1AE

#D9B1AE
(217,177,174)
#DCB8B5
(220,184,181)
#DFBFBC
(223,191,188)
#E2C6C3
(226,198,195)
#E5CDCA
(229,205,202)
#E8D4D1
(232,212,209)
#EBDBD8
(235,219,216)
#EEE2DF
(238,226,223)
#F1E9E6
(241,233,230)
#F4F0ED
(244,240,237)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B1AE color. Also use rgb(217,177,174) instead hex code.

Text Font Color

.myTextColor { color: #D9B1AE; }

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

This text font color is #D9B1AE.


Background Color

.myBgColor { background-color: #D9B1AE; }

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

This div background color is #D9B1AE.


Border color

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

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

This div border color is #D9B1AE.


Opacity

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

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

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

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

This text has shadow with #D9B1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B1AE on black background.


Color preview on white background

This text has color #D9B1AE on white background.



Black color preview on #D9B1AE background

This text has black color on #D9B1AE background.


White color preview on #D9B1AE background

This text has white color on #D9B1AE background.