COLOR #D8B1C8

HEX: #D8B1C8
RGB: (216,177,200)

Color info

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

RGB color model

#D8B1C8 color RGB value is (216,177,200).

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

RGB channels and saturation

R 216 of 255 = 85%
G 177 of 255 = 69%
B 200 of 255 = 78%

216
177
200

R + G + B ~ 77%. #D8B1C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 177 + 200 = 593 (100%)
R 216 of 593 ~ 36.42%
G 177 of 593 ~ 29.85%
B 200 of 593 ~ 33.73%

%36.42
%29.85
%33.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 7.41%
  • key color value is 15.29%
CMYK:
(0,18,7,15)
C0M18Y7K15 
(0%,18%,7%,15%)
(0.00/0.18/0.07/0.15)	

CMYK percentages

%0
%18.06
%7.41
%15.29

Codes

Color #D8B1C8 in popluar color models

D8B1C8
RGB216177200
HSL325°33.33%77.06%
HSB/HSV325°18.06%84.71%
CMYK0.00%18.06%7.41%
15.29%

Color #D8B1C8 in popluar number systems.

HEXD8B1C8
Decimal216177200
Binary110110001011000111001000
Octal330261310

Shades and tints

Shades of #D8B1C8

#D8B1C8
(216,177,200)
#C5A1B6
(197,161,182)
#B291A4
(178,145,164)
#9F8192
(159,129,146)
#8C7180
(140,113,128)
#79616E
(121,97,110)
#66515C
(102,81,92)
#53414A
(83,65,74)
#403138
(64,49,56)
#2D2126
(45,33,38)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #D8B1C8

#D8B1C8
(216,177,200)
#DBB8CD
(219,184,205)
#DEBFD2
(222,191,210)
#E1C6D7
(225,198,215)
#E4CDDC
(228,205,220)
#E7D4E1
(231,212,225)
#EADBE6
(234,219,230)
#EDE2EB
(237,226,235)
#F0E9F0
(240,233,240)
#F3F0F5
(243,240,245)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B1C8; }

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

This text font color is #D8B1C8.


Background Color

.myBgColor { background-color: #D8B1C8; }

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

This div background color is #D8B1C8.


Border color

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

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

This div border color is #D8B1C8.


Opacity

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

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

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

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

This text has shadow with #D8B1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B1C8 on black background.


Color preview on white background

This text has color #D8B1C8 on white background.



Black color preview on #D8B1C8 background

This text has black color on #D8B1C8 background.


White color preview on #D8B1C8 background

This text has white color on #D8B1C8 background.