COLOR #D9B9BE

HEX: #D9B9BE
RGB: (217,185,190)

Color info

#D9B9BE contains red, green and blue colors in about the same proportion. Web safe color of #D9B9BE is #CCCCCC (or #CCC).

RGB color model

#D9B9BE color RGB value is (217,185,190).

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

RGB channels and saturation

R 217 of 255 = 85%
G 185 of 255 = 73%
B 190 of 255 = 75%

217
185
190

R + G + B ~ 78%. #D9B9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 185 + 190 = 592 (100%)
R 217 of 592 ~ 36.66%
G 185 of 592 ~ 31.25%
B 190 of 592 ~ 32.09%

%36.66
%31.25
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(0,15,12,15)
C0M15Y12K15 
(0%,15%,12%,15%)
(0.00/0.15/0.12/0.15)	

CMYK percentages

%0
%14.75
%12.44
%14.9

Codes

Color #D9B9BE in popluar color models

D9B9BE
RGB217185190
HSL351°29.63%78.82%
HSB/HSV351°14.75%85.10%
CMYK0.00%14.75%12.44%
14.90%

Color #D9B9BE in popluar number systems.

HEXD9B9BE
Decimal217185190
Binary110110011011100110111110
Octal331271276

Shades and tints

Shades of #D9B9BE

#D9B9BE
(217,185,190)
#C6A9AD
(198,169,173)
#B3999C
(179,153,156)
#A0898B
(160,137,139)
#8D797A
(141,121,122)
#7A6969
(122,105,105)
#675958
(103,89,88)
#544947
(84,73,71)
#413936
(65,57,54)
#2E2925
(46,41,37)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #D9B9BE

#D9B9BE
(217,185,190)
#DCBFC3
(220,191,195)
#DFC5C8
(223,197,200)
#E2CBCD
(226,203,205)
#E5D1D2
(229,209,210)
#E8D7D7
(232,215,215)
#EBDDDC
(235,221,220)
#EEE3E1
(238,227,225)
#F1E9E6
(241,233,230)
#F4EFEB
(244,239,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B9BE; }

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

This text font color is #D9B9BE.


Background Color

.myBgColor { background-color: #D9B9BE; }

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

This div background color is #D9B9BE.


Border color

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

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

This div border color is #D9B9BE.


Opacity

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

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

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

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

This text has shadow with #D9B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B9BE on black background.


Color preview on white background

This text has color #D9B9BE on white background.



Black color preview on #D9B9BE background

This text has black color on #D9B9BE background.


White color preview on #D9B9BE background

This text has white color on #D9B9BE background.