COLOR #D9BEAF

HEX: #D9BEAF
RGB: (217,190,175)

Color info

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

RGB color model

#D9BEAF color RGB value is (217,190,175).

  • red value is 217;
  • green value is 190;
  • blue value is 175.
RGB:
(217,190,175)
(85%,75%,69%)

RGB channels and saturation

R 217 of 255 = 85%
G 190 of 255 = 75%
B 175 of 255 = 69%

217
190
175

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

Portions of RGB colors in percentages

R + G + B =
217 + 190 + 175 = 582 (100%)
R 217 of 582 ~ 37.29%
G 190 of 582 ~ 32.65%
B 175 of 582 ~ 30.07%

%37.29
%32.65
%30.07

CMYK color model

#D9BEAF color CMYK value is (0,12,19,15).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 19.35%
  • key color value is 14.90%
CMYK:
(0,12,19,15)
C0M12Y19K15 
(0%,12%,19%,15%)
(0.00/0.12/0.19/0.15)	

CMYK percentages

%0
%12.44
%19.35
%14.9

Codes

Color #D9BEAF in popluar color models

D9BEAF
RGB217190175
HSL21°35.59%76.86%
HSB/HSV21°19.35%85.10%
CMYK0.00%12.44%19.35%
14.90%

Color #D9BEAF in popluar number systems.

HEXD9BEAF
Decimal217190175
Binary110110011011111010101111
Octal331276257

Shades and tints

Shades of #D9BEAF

#D9BEAF
(217,190,175)
#C6ADA0
(198,173,160)
#B39C91
(179,156,145)
#A08B82
(160,139,130)
#8D7A73
(141,122,115)
#7A6964
(122,105,100)
#675855
(103,88,85)
#544746
(84,71,70)
#413637
(65,54,55)
#2E2528
(46,37,40)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #D9BEAF

#D9BEAF
(217,190,175)
#DCC3B6
(220,195,182)
#DFC8BD
(223,200,189)
#E2CDC4
(226,205,196)
#E5D2CB
(229,210,203)
#E8D7D2
(232,215,210)
#EBDCD9
(235,220,217)
#EEE1E0
(238,225,224)
#F1E6E7
(241,230,231)
#F4EBEE
(244,235,238)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BEAF color. Also use rgb(217,190,175) instead hex code.

Text Font Color

.myTextColor { color: #D9BEAF; }

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

This text font color is #D9BEAF.


Background Color

.myBgColor { background-color: #D9BEAF; }

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

This div background color is #D9BEAF.


Border color

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

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

This div border color is #D9BEAF.


Opacity

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

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

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

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

This text has shadow with #D9BEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BEAF on black background.


Color preview on white background

This text has color #D9BEAF on white background.



Black color preview on #D9BEAF background

This text has black color on #D9BEAF background.


White color preview on #D9BEAF background

This text has white color on #D9BEAF background.