COLOR #D9BEA5

HEX: #D9BEA5 RGB: (217,190,165)

Color info

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

RGB color model

#D9BEA5 color RGB value is (217,190,165).

RGB: (217,190,165) (85%, 75%, 65%)

RGB channels and saturation

R 217 of 255 = 85%
G 190 of 255 = 75%
B 165 of 255 = 65%

217
190
165

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

Portions of RGB colors in percentages

R + G + B = 217 + 190 + 165 = 572 (100%)
R 217 of 572 ~ 37.94%
G 190 of 572 ~ 33.22%
B 165 of 572 ~ 28.85'%

%37.94
%33.22
%28.85

CMYK color model

#D9BEA5 color CMYK value is (0,12,24,15).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 23.96%
  • key color value is 14.90%

CMYK: (0,12,24,15)
C0M12Y24K15 (0%, 12%, 24%, 15%)
(0.00 / 0.12 / 0.24 / 0.15)

CMYK percentages

%0
%12.44
%23.96
%14.9

Codes

Color #D9BEA5 in popluar color models

D9 BE A5
RGB 217 190 165
HSL 29° 40.63% 74.90%
HSB/HSV 29° 23.96% 85.10%
CMYK 0.00% 12.44% 23.96%
14.90%

Color #D9BEA5 in popluar number systems.

HEX D9 BE A5
Decimal 217 190 165
Binary 11011001 10111110 10100101
Octal 331 276 245

Shades and tints

Shades of #D9BEA5

#D9BEA5
(217,190,165)
#C6AD96
(198,173,150)
#B39C87
(179,156,135)
#A08B78
(160,139,120)
#8D7A69
(141,122,105)
#7A695A
(122,105,90)
#67584B
(103,88,75)
#54473C
(84,71,60)
#41362D
(65,54,45)
#2E251E
(46,37,30)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #D9BEA5

#D9BEA5
(217,190,165)
#DCC3AD
(220,195,173)
#DFC8B5
(223,200,181)
#E2CDBD
(226,205,189)
#E5D2C5
(229,210,197)
#E8D7CD
(232,215,205)
#EBDCD5
(235,220,213)
#EEE1DD
(238,225,221)
#F1E6E5
(241,230,229)
#F4EBED
(244,235,237)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BEA5; }

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

This text font color is #D9BEA5.

Background Color

.myBgColor { background-color: #D9BEA5; }

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

This div background color is #D9BEA5.

Border color

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

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

This div border color is #D9BEA5.

Opacity

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

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

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

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

This text has shadow with #D9BEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BEA5.

Preview

Color preview on black background

This text has color #D9BEA5 on black background.


Color preview on white background

This text has color #D9BEA5 on white background.


Black color preview on #D9BEA5 background

This text has black color on #D9BEA5 background.


White color preview on #D9BEA5 background

This text has white color on #D9BEA5 background.


Related colors

Complementary color

Complementary color for #hex is #26415A.


I love getcolorcode.com

Triadic colors

1 #A5D9BE and #BEA5D9 with #D9BEA5 are triadic colors.

2 #A5BED9 and #BED9A5 with #D9BEA5 are triadic colors.