COLOR #D8B0CE

HEX: #D8B0CE
RGB: (216,176,206)

Color info

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

RGB color model

#D8B0CE color RGB value is (216,176,206).

  • red value is 216;
  • green value is 176;
  • blue value is 206.
RGB:
(216,176,206)
(85%,69%,81%)

RGB channels and saturation

R 216 of 255 = 85%
G 176 of 255 = 69%
B 206 of 255 = 81%

216
176
206

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

Portions of RGB colors in percentages

R + G + B =
216 + 176 + 206 = 598 (100%)
R 216 of 598 ~ 36.12%
G 176 of 598 ~ 29.43%
B 206 of 598 ~ 34.45%

%36.12
%29.43
%34.45

CMYK color model

#D8B0CE color CMYK value is (0,19,5,15).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 4.63%
  • key color value is 15.29%
CMYK:
(0,19,5,15)
C0M19Y5K15 
(0%,19%,5%,15%)
(0.00/0.19/0.05/0.15)	

CMYK percentages

%0
%18.52
%4.63
%15.29

Codes

Color #D8B0CE in popluar color models

D8B0CE
RGB216176206
HSL315°33.90%76.86%
HSB/HSV315°18.52%84.71%
CMYK0.00%18.52%4.63%
15.29%

Color #D8B0CE in popluar number systems.

HEXD8B0CE
Decimal216176206
Binary110110001011000011001110
Octal330260316

Shades and tints

Shades of #D8B0CE

#D8B0CE
(216,176,206)
#C5A0BC
(197,160,188)
#B290AA
(178,144,170)
#9F8098
(159,128,152)
#8C7086
(140,112,134)
#796074
(121,96,116)
#665062
(102,80,98)
#534050
(83,64,80)
#40303E
(64,48,62)
#2D202C
(45,32,44)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #D8B0CE

#D8B0CE
(216,176,206)
#DBB7D2
(219,183,210)
#DEBED6
(222,190,214)
#E1C5DA
(225,197,218)
#E4CCDE
(228,204,222)
#E7D3E2
(231,211,226)
#EADAE6
(234,218,230)
#EDE1EA
(237,225,234)
#F0E8EE
(240,232,238)
#F3EFF2
(243,239,242)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B0CE color. Also use rgb(216,176,206) instead hex code.

Text Font Color

.myTextColor { color: #D8B0CE; }

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

This text font color is #D8B0CE.


Background Color

.myBgColor { background-color: #D8B0CE; }

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

This div background color is #D8B0CE.


Border color

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

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

This div border color is #D8B0CE.


Opacity

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

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

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

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

This text has shadow with #D8B0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B0CE on black background.


Color preview on white background

This text has color #D8B0CE on white background.



Black color preview on #D8B0CE background

This text has black color on #D8B0CE background.


White color preview on #D8B0CE background

This text has white color on #D8B0CE background.