COLOR #D8BBE0

HEX: #D8BBE0
RGB: (216,187,224)

Color info

#D8BBE0 contains red, green and blue colors in about the same proportion. Web safe color of #D8BBE0 is #CCCCCC (or #CCC).

RGB color model

#D8BBE0 color RGB value is (216,187,224).

  • red value is 216;
  • green value is 187;
  • blue value is 224.
RGB:
(216,187,224)
(85%,73%,88%)

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 224 of 255 = 88%

216
187
224

R + G + B ~ 82%. #D8BBE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 224 = 627 (100%)
R 216 of 627 ~ 34.45%
G 187 of 627 ~ 29.82%
B 224 of 627 ~ 35.73%

%34.45
%29.82
%35.73

CMYK color model

#D8BBE0 color CMYK value is (4,17,0,12).

  • cyan value is 3.57%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(4,17,0,12)
C4M17Y0K12 
(4%,17%,0%,12%)
(0.04/0.17/0.00/0.12)	

CMYK percentages

%3.57
%16.52
%0
%12.16

Codes

Color #D8BBE0 in popluar color models

D8BBE0
RGB216187224
HSL287°37.37%80.59%
HSB/HSV287°16.52%87.84%
CMYK3.57%16.52%0.00%
12.16%

Color #D8BBE0 in popluar number systems.

HEXD8BBE0
Decimal216187224
Binary110110001011101111100000
Octal330273340

Shades and tints

Shades of #D8BBE0

#D8BBE0
(216,187,224)
#C5AACC
(197,170,204)
#B299B8
(178,153,184)
#9F88A4
(159,136,164)
#8C7790
(140,119,144)
#79667C
(121,102,124)
#665568
(102,85,104)
#534454
(83,68,84)
#403340
(64,51,64)
#2D222C
(45,34,44)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #D8BBE0

#D8BBE0
(216,187,224)
#DBC1E2
(219,193,226)
#DEC7E4
(222,199,228)
#E1CDE6
(225,205,230)
#E4D3E8
(228,211,232)
#E7D9EA
(231,217,234)
#EADFEC
(234,223,236)
#EDE5EE
(237,229,238)
#F0EBF0
(240,235,240)
#F3F1F2
(243,241,242)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BBE0 color. Also use rgb(216,187,224) instead hex code.

Text Font Color

.myTextColor { color: #D8BBE0; }

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

This text font color is #D8BBE0.


Background Color

.myBgColor { background-color: #D8BBE0; }

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

This div background color is #D8BBE0.


Border color

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

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

This div border color is #D8BBE0.


Opacity

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

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

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

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

This text has shadow with #D8BBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBE0 on black background.


Color preview on white background

This text has color #D8BBE0 on white background.



Black color preview on #D8BBE0 background

This text has black color on #D8BBE0 background.


White color preview on #D8BBE0 background

This text has white color on #D8BBE0 background.