COLOR #D9BEAE

HEX: #D9BEAE
RGB: (217,190,174)

Color info

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

RGB color model

#D9BEAE color RGB value is (217,190,174).

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

RGB channels and saturation

R 217 of 255 = 85%
G 190 of 255 = 75%
B 174 of 255 = 68%

217
190
174

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

Portions of RGB colors in percentages

R + G + B =
217 + 190 + 174 = 581 (100%)
R 217 of 581 ~ 37.35%
G 190 of 581 ~ 32.7%
B 174 of 581 ~ 29.95%

%37.35
%32.7
%29.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 19.82%
  • 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
%12.44
%19.82
%14.9

Codes

Color #D9BEAE in popluar color models

D9BEAE
RGB217190174
HSL22°36.13%76.67%
HSB/HSV22°19.82%85.10%
CMYK0.00%12.44%19.82%
14.90%

Color #D9BEAE in popluar number systems.

HEXD9BEAE
Decimal217190174
Binary110110011011111010101110
Octal331276256

Shades and tints

Shades of #D9BEAE

#D9BEAE
(217,190,174)
#C6AD9F
(198,173,159)
#B39C90
(179,156,144)
#A08B81
(160,139,129)
#8D7A72
(141,122,114)
#7A6963
(122,105,99)
#675854
(103,88,84)
#544745
(84,71,69)
#413636
(65,54,54)
#2E2527
(46,37,39)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #D9BEAE

#D9BEAE
(217,190,174)
#DCC3B5
(220,195,181)
#DFC8BC
(223,200,188)
#E2CDC3
(226,205,195)
#E5D2CA
(229,210,202)
#E8D7D1
(232,215,209)
#EBDCD8
(235,220,216)
#EEE1DF
(238,225,223)
#F1E6E6
(241,230,230)
#F4EBED
(244,235,237)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BEAE; }

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

This text font color is #D9BEAE.


Background Color

.myBgColor { background-color: #D9BEAE; }

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

This div background color is #D9BEAE.


Border color

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

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

This div border color is #D9BEAE.


Opacity

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

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

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

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

This text has shadow with #D9BEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BEAE on black background.


Color preview on white background

This text has color #D9BEAE on white background.



Black color preview on #D9BEAE background

This text has black color on #D9BEAE background.


White color preview on #D9BEAE background

This text has white color on #D9BEAE background.