COLOR #D8BCE9

HEX: #D8BCE9
RGB: (216,188,233)

Color info

#D8BCE9 contains red, green and blue colors in about the same proportion. Web safe color of #D8BCE9 is #CCCCFF (or #CCF).

RGB color model

#D8BCE9 color RGB value is (216,188,233).

  • red value is 216;
  • green value is 188;
  • blue value is 233.
RGB:
(216,188,233)
(85%,74%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 188 of 255 = 74%
B 233 of 255 = 91%

216
188
233

R + G + B ~ 83%. #D8BCE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 188 + 233 = 637 (100%)
R 216 of 637 ~ 33.91%
G 188 of 637 ~ 29.51%
B 233 of 637 ~ 36.58%

%33.91
%29.51
%36.58

CMYK color model

#D8BCE9 color CMYK value is (7,19,0,9).

  • cyan value is 7.30%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(7,19,0,9)
C7M19Y0K9 
(7%,19%,0%,9%)
(0.07/0.19/0.00/0.09)	

CMYK percentages

%7.3
%19.31
%0
%8.63

Codes

Color #D8BCE9 in popluar color models

D8BCE9
RGB216188233
HSL277°50.56%82.55%
HSB/HSV277°19.31%91.37%
CMYK7.30%19.31%0.00%
8.63%

Color #D8BCE9 in popluar number systems.

HEXD8BCE9
Decimal216188233
Binary110110001011110011101001
Octal330274351

Shades and tints

Shades of #D8BCE9

#D8BCE9
(216,188,233)
#C5ABD4
(197,171,212)
#B29ABF
(178,154,191)
#9F89AA
(159,137,170)
#8C7895
(140,120,149)
#796780
(121,103,128)
#66566B
(102,86,107)
#534556
(83,69,86)
#403441
(64,52,65)
#2D232C
(45,35,44)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #D8BCE9

#D8BCE9
(216,188,233)
#DBC2EB
(219,194,235)
#DEC8ED
(222,200,237)
#E1CEEF
(225,206,239)
#E4D4F1
(228,212,241)
#E7DAF3
(231,218,243)
#EAE0F5
(234,224,245)
#EDE6F7
(237,230,247)
#F0ECF9
(240,236,249)
#F3F2FB
(243,242,251)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BCE9 color. Also use rgb(216,188,233) instead hex code.

Text Font Color

.myTextColor { color: #D8BCE9; }

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

This text font color is #D8BCE9.


Background Color

.myBgColor { background-color: #D8BCE9; }

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

This div background color is #D8BCE9.


Border color

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

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

This div border color is #D8BCE9.


Opacity

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

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

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

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

This text has shadow with #D8BCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BCE9 on black background.


Color preview on white background

This text has color #D8BCE9 on white background.



Black color preview on #D8BCE9 background

This text has black color on #D8BCE9 background.


White color preview on #D8BCE9 background

This text has white color on #D8BCE9 background.