COLOR #D8B1B6

HEX: #D8B1B6
RGB: (216,177,182)

Color info

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

RGB color model

#D8B1B6 color RGB value is (216,177,182).

  • red value is 216;
  • green value is 177;
  • blue value is 182.
RGB:
(216,177,182)
(85%,69%,71%)

RGB channels and saturation

R 216 of 255 = 85%
G 177 of 255 = 69%
B 182 of 255 = 71%

216
177
182

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

Portions of RGB colors in percentages

R + G + B =
216 + 177 + 182 = 575 (100%)
R 216 of 575 ~ 37.57%
G 177 of 575 ~ 30.78%
B 182 of 575 ~ 31.65%

%37.57
%30.78
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 15.74%
  • key color value is 15.29%
CMYK:
(0,18,16,15)
C0M18Y16K15 
(0%,18%,16%,15%)
(0.00/0.18/0.16/0.15)	

CMYK percentages

%0
%18.06
%15.74
%15.29

Codes

Color #D8B1B6 in popluar color models

D8B1B6
RGB216177182
HSL352°33.33%77.06%
HSB/HSV352°18.06%84.71%
CMYK0.00%18.06%15.74%
15.29%

Color #D8B1B6 in popluar number systems.

HEXD8B1B6
Decimal216177182
Binary110110001011000110110110
Octal330261266

Shades and tints

Shades of #D8B1B6

#D8B1B6
(216,177,182)
#C5A1A6
(197,161,166)
#B29196
(178,145,150)
#9F8186
(159,129,134)
#8C7176
(140,113,118)
#796166
(121,97,102)
#665156
(102,81,86)
#534146
(83,65,70)
#403136
(64,49,54)
#2D2126
(45,33,38)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #D8B1B6

#D8B1B6
(216,177,182)
#DBB8BC
(219,184,188)
#DEBFC2
(222,191,194)
#E1C6C8
(225,198,200)
#E4CDCE
(228,205,206)
#E7D4D4
(231,212,212)
#EADBDA
(234,219,218)
#EDE2E0
(237,226,224)
#F0E9E6
(240,233,230)
#F3F0EC
(243,240,236)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B1B6 color. Also use rgb(216,177,182) instead hex code.

Text Font Color

.myTextColor { color: #D8B1B6; }

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

This text font color is #D8B1B6.


Background Color

.myBgColor { background-color: #D8B1B6; }

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

This div background color is #D8B1B6.


Border color

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

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

This div border color is #D8B1B6.


Opacity

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

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

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

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

This text has shadow with #D8B1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B1B6 on black background.


Color preview on white background

This text has color #D8B1B6 on white background.



Black color preview on #D8B1B6 background

This text has black color on #D8B1B6 background.


White color preview on #D8B1B6 background

This text has white color on #D8B1B6 background.