COLOR #D9BCA6

HEX: #D9BCA6
RGB: (217,188,166)

Color info

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

RGB color model

#D9BCA6 color RGB value is (217,188,166).

  • red value is 217;
  • green value is 188;
  • blue value is 166.
RGB:
(217,188,166)
(85%,74%,65%)

RGB channels and saturation

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

217
188
166

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

Portions of RGB colors in percentages

R + G + B =
217 + 188 + 166 = 571 (100%)
R 217 of 571 ~ 38%
G 188 of 571 ~ 32.92%
B 166 of 571 ~ 29.07%

%38
%32.92
%29.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 23.50%
  • 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.5
%14.9

Codes

Color #D9BCA6 in popluar color models

D9BCA6
RGB217188166
HSL26°40.16%75.10%
HSB/HSV26°23.50%85.10%
CMYK0.00%13.36%23.50%
14.90%

Color #D9BCA6 in popluar number systems.

HEXD9BCA6
Decimal217188166
Binary110110011011110010100110
Octal331274246

Shades and tints

Shades of #D9BCA6

#D9BCA6
(217,188,166)
#C6AB97
(198,171,151)
#B39A88
(179,154,136)
#A08979
(160,137,121)
#8D786A
(141,120,106)
#7A675B
(122,103,91)
#67564C
(103,86,76)
#54453D
(84,69,61)
#41342E
(65,52,46)
#2E231F
(46,35,31)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #D9BCA6

#D9BCA6
(217,188,166)
#DCC2AE
(220,194,174)
#DFC8B6
(223,200,182)
#E2CEBE
(226,206,190)
#E5D4C6
(229,212,198)
#E8DACE
(232,218,206)
#EBE0D6
(235,224,214)
#EEE6DE
(238,230,222)
#F1ECE6
(241,236,230)
#F4F2EE
(244,242,238)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BCA6; }

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

This text font color is #D9BCA6.


Background Color

.myBgColor { background-color: #D9BCA6; }

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

This div background color is #D9BCA6.


Border color

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

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

This div border color is #D9BCA6.


Opacity

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

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

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

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

This text has shadow with #D9BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BCA6 on black background.


Color preview on white background

This text has color #D9BCA6 on white background.



Black color preview on #D9BCA6 background

This text has black color on #D9BCA6 background.


White color preview on #D9BCA6 background

This text has white color on #D9BCA6 background.