COLOR #D9BCA5

HEX: #D9BCA5 RGB: (217,188,165)

Color info

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

RGB color model

#D9BCA5 color RGB value is (217,188,165).

RGB: (217,188,165) (85%, 74%, 65%)

RGB channels and saturation

R 217 of 255 = 85%
G 188 of 255 = 74%
B 165 of 255 = 65%

217
188
165

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

Portions of RGB colors in percentages

R + G + B = 217 + 188 + 165 = 570 (100%)
R 217 of 570 ~ 38.07%
G 188 of 570 ~ 32.98%
B 165 of 570 ~ 28.95'%

%38.07
%32.98
%28.95

CMYK color model

#D9BCA5 color CMYK value is (0,13,24,15).

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

CMYK: (0,13,24,15)
C0M13Y24K15 (0%, 13%, 24%, 15%)
(0.00 / 0.13 / 0.24 / 0.15)

CMYK percentages

%0
%13.36
%23.96
%14.9

Codes

Color #D9BCA5 in popluar color models

D9 BC A5
RGB 217 188 165
HSL 27° 40.63% 74.90%
HSB/HSV 27° 23.96% 85.10%
CMYK 0.00% 13.36% 23.96%
14.90%

Color #D9BCA5 in popluar number systems.

HEX D9 BC A5
Decimal 217 188 165
Binary 11011001 10111100 10100101
Octal 331 274 245

Shades and tints

Shades of #D9BCA5

#D9BCA5
(217,188,165)
#C6AB96
(198,171,150)
#B39A87
(179,154,135)
#A08978
(160,137,120)
#8D7869
(141,120,105)
#7A675A
(122,103,90)
#67564B
(103,86,75)
#54453C
(84,69,60)
#41342D
(65,52,45)
#2E231E
(46,35,30)
#1B120F
(27,18,15)
#000000
(0,0,0)

Tints of #D9BCA5

#D9BCA5
(217,188,165)
#DCC2AD
(220,194,173)
#DFC8B5
(223,200,181)
#E2CEBD
(226,206,189)
#E5D4C5
(229,212,197)
#E8DACD
(232,218,205)
#EBE0D5
(235,224,213)
#EEE6DD
(238,230,221)
#F1ECE5
(241,236,229)
#F4F2ED
(244,242,237)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BCA5; }

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

This text font color is #D9BCA5.

Background Color

.myBgColor { background-color: #D9BCA5; }

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

This div background color is #D9BCA5.

Border color

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

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

This div border color is #D9BCA5.

Opacity

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

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

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

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

This text has shadow with #D9BCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BCA5.

Preview

Color preview on black background

This text has color #D9BCA5 on black background.


Color preview on white background

This text has color #D9BCA5 on white background.


Black color preview on #D9BCA5 background

This text has black color on #D9BCA5 background.


White color preview on #D9BCA5 background

This text has white color on #D9BCA5 background.


Related colors

Complementary color

Complementary color for #hex is #26435A.


I love getcolorcode.com

Triadic colors

1 #A5D9BC and #BCA5D9 with #D9BCA5 are triadic colors.

2 #A5BCD9 and #BCD9A5 with #D9BCA5 are triadic colors.