COLOR #D9B0B5

HEX: #D9B0B5
RGB: (217,176,181)

Color info

#D9B0B5 contains red, green and blue colors in about the same proportion. Web safe color of #D9B0B5 is #CC99CC (or #C9C).

RGB color model

#D9B0B5 color RGB value is (217,176,181).

  • red value is 217;
  • green value is 176;
  • blue value is 181.
RGB:
(217,176,181)
(85%,69%,71%)

RGB channels and saturation

R 217 of 255 = 85%
G 176 of 255 = 69%
B 181 of 255 = 71%

217
176
181

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

Portions of RGB colors in percentages

R + G + B =
217 + 176 + 181 = 574 (100%)
R 217 of 574 ~ 37.8%
G 176 of 574 ~ 30.66%
B 181 of 574 ~ 31.53%

%37.8
%30.66
%31.53

CMYK color model

#D9B0B5 color CMYK value is (0,19,17,15).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 16.59%
  • key color value is 14.90%
CMYK:
(0,19,17,15)
C0M19Y17K15 
(0%,19%,17%,15%)
(0.00/0.19/0.17/0.15)	

CMYK percentages

%0
%18.89
%16.59
%14.9

Codes

Color #D9B0B5 in popluar color models

D9B0B5
RGB217176181
HSL353°35.04%77.06%
HSB/HSV353°18.89%85.10%
CMYK0.00%18.89%16.59%
14.90%

Color #D9B0B5 in popluar number systems.

HEXD9B0B5
Decimal217176181
Binary110110011011000010110101
Octal331260265

Shades and tints

Shades of #D9B0B5

#D9B0B5
(217,176,181)
#C6A0A5
(198,160,165)
#B39095
(179,144,149)
#A08085
(160,128,133)
#8D7075
(141,112,117)
#7A6065
(122,96,101)
#675055
(103,80,85)
#544045
(84,64,69)
#413035
(65,48,53)
#2E2025
(46,32,37)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #D9B0B5

#D9B0B5
(217,176,181)
#DCB7BB
(220,183,187)
#DFBEC1
(223,190,193)
#E2C5C7
(226,197,199)
#E5CCCD
(229,204,205)
#E8D3D3
(232,211,211)
#EBDAD9
(235,218,217)
#EEE1DF
(238,225,223)
#F1E8E5
(241,232,229)
#F4EFEB
(244,239,235)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B0B5 color. Also use rgb(217,176,181) instead hex code.

Text Font Color

.myTextColor { color: #D9B0B5; }

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

This text font color is #D9B0B5.


Background Color

.myBgColor { background-color: #D9B0B5; }

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

This div background color is #D9B0B5.


Border color

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

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

This div border color is #D9B0B5.


Opacity

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

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

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

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

This text has shadow with #D9B0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B0B5 on black background.


Color preview on white background

This text has color #D9B0B5 on white background.



Black color preview on #D9B0B5 background

This text has black color on #D9B0B5 background.


White color preview on #D9B0B5 background

This text has white color on #D9B0B5 background.