COLOR #D9B1B9

HEX: #D9B1B9
RGB: (217,177,185)

Color info

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

RGB color model

#D9B1B9 color RGB value is (217,177,185).

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

RGB channels and saturation

R 217 of 255 = 85%
G 177 of 255 = 69%
B 185 of 255 = 73%

217
177
185

R + G + B ~ 76%. #D9B1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 177 + 185 = 579 (100%)
R 217 of 579 ~ 37.48%
G 177 of 579 ~ 30.57%
B 185 of 579 ~ 31.95%

%37.48
%30.57
%31.95

CMYK color model

#D9B1B9 color CMYK value is (0,18,15,15).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 14.75%
  • key color value is 14.90%
CMYK:
(0,18,15,15)
C0M18Y15K15 
(0%,18%,15%,15%)
(0.00/0.18/0.15/0.15)	

CMYK percentages

%0
%18.43
%14.75
%14.9

Codes

Color #D9B1B9 in popluar color models

D9B1B9
RGB217177185
HSL348°34.48%77.25%
HSB/HSV348°18.43%85.10%
CMYK0.00%18.43%14.75%
14.90%

Color #D9B1B9 in popluar number systems.

HEXD9B1B9
Decimal217177185
Binary110110011011000110111001
Octal331261271

Shades and tints

Shades of #D9B1B9

#D9B1B9
(217,177,185)
#C6A1A9
(198,161,169)
#B39199
(179,145,153)
#A08189
(160,129,137)
#8D7179
(141,113,121)
#7A6169
(122,97,105)
#675159
(103,81,89)
#544149
(84,65,73)
#413139
(65,49,57)
#2E2129
(46,33,41)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #D9B1B9

#D9B1B9
(217,177,185)
#DCB8BF
(220,184,191)
#DFBFC5
(223,191,197)
#E2C6CB
(226,198,203)
#E5CDD1
(229,205,209)
#E8D4D7
(232,212,215)
#EBDBDD
(235,219,221)
#EEE2E3
(238,226,227)
#F1E9E9
(241,233,233)
#F4F0EF
(244,240,239)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B1B9; }

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

This text font color is #D9B1B9.


Background Color

.myBgColor { background-color: #D9B1B9; }

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

This div background color is #D9B1B9.


Border color

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

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

This div border color is #D9B1B9.


Opacity

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

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

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

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

This text has shadow with #D9B1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B1B9 on black background.


Color preview on white background

This text has color #D9B1B9 on white background.



Black color preview on #D9B1B9 background

This text has black color on #D9B1B9 background.


White color preview on #D9B1B9 background

This text has white color on #D9B1B9 background.