COLOR #D8B1CD

HEX: #D8B1CD
RGB: (216,177,205)

Color info

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

RGB color model

#D8B1CD color RGB value is (216,177,205).

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

RGB channels and saturation

R 216 of 255 = 85%
G 177 of 255 = 69%
B 205 of 255 = 80%

216
177
205

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

Portions of RGB colors in percentages

R + G + B =
216 + 177 + 205 = 598 (100%)
R 216 of 598 ~ 36.12%
G 177 of 598 ~ 29.6%
B 205 of 598 ~ 34.28%

%36.12
%29.6
%34.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 5.09%
  • key color value is 15.29%
CMYK:
(0,18,5,15)
C0M18Y5K15 
(0%,18%,5%,15%)
(0.00/0.18/0.05/0.15)	

CMYK percentages

%0
%18.06
%5.09
%15.29

Codes

Color #D8B1CD in popluar color models

D8B1CD
RGB216177205
HSL317°33.33%77.06%
HSB/HSV317°18.06%84.71%
CMYK0.00%18.06%5.09%
15.29%

Color #D8B1CD in popluar number systems.

HEXD8B1CD
Decimal216177205
Binary110110001011000111001101
Octal330261315

Shades and tints

Shades of #D8B1CD

#D8B1CD
(216,177,205)
#C5A1BB
(197,161,187)
#B291A9
(178,145,169)
#9F8197
(159,129,151)
#8C7185
(140,113,133)
#796173
(121,97,115)
#665161
(102,81,97)
#53414F
(83,65,79)
#40313D
(64,49,61)
#2D212B
(45,33,43)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #D8B1CD

#D8B1CD
(216,177,205)
#DBB8D1
(219,184,209)
#DEBFD5
(222,191,213)
#E1C6D9
(225,198,217)
#E4CDDD
(228,205,221)
#E7D4E1
(231,212,225)
#EADBE5
(234,219,229)
#EDE2E9
(237,226,233)
#F0E9ED
(240,233,237)
#F3F0F1
(243,240,241)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B1CD; }

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

This text font color is #D8B1CD.


Background Color

.myBgColor { background-color: #D8B1CD; }

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

This div background color is #D8B1CD.


Border color

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

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

This div border color is #D8B1CD.


Opacity

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

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

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

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

This text has shadow with #D8B1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B1CD on black background.


Color preview on white background

This text has color #D8B1CD on white background.



Black color preview on #D8B1CD background

This text has black color on #D8B1CD background.


White color preview on #D8B1CD background

This text has white color on #D8B1CD background.