COLOR #D7BCE6

HEX: #D7BCE6
RGB: (215,188,230)

Color info

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

RGB color model

#D7BCE6 color RGB value is (215,188,230).

  • red value is 215;
  • green value is 188;
  • blue value is 230.
RGB:
(215,188,230)
(84%,74%,90%)

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 230 of 255 = 90%

215
188
230

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

Portions of RGB colors in percentages

R + G + B =
215 + 188 + 230 = 633 (100%)
R 215 of 633 ~ 33.97%
G 188 of 633 ~ 29.7%
B 230 of 633 ~ 36.33%

%33.97
%29.7
%36.33

CMYK color model

#D7BCE6 color CMYK value is (7,18,0,10).

  • cyan value is 6.52%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(7,18,0,10)
C7M18Y0K10 
(7%,18%,0%,10%)
(0.07/0.18/0.00/0.10)	

CMYK percentages

%6.52
%18.26
%0
%9.8

Codes

Color #D7BCE6 in popluar color models

D7BCE6
RGB215188230
HSL279°45.65%81.96%
HSB/HSV279°18.26%90.20%
CMYK6.52%18.26%0.00%
9.80%

Color #D7BCE6 in popluar number systems.

HEXD7BCE6
Decimal215188230
Binary110101111011110011100110
Octal327274346

Shades and tints

Shades of #D7BCE6

#D7BCE6
(215,188,230)
#C4ABD2
(196,171,210)
#B19ABE
(177,154,190)
#9E89AA
(158,137,170)
#8B7896
(139,120,150)
#786782
(120,103,130)
#65566E
(101,86,110)
#52455A
(82,69,90)
#3F3446
(63,52,70)
#2C2332
(44,35,50)
#19121E
(25,18,30)
#000000
(0,0,0)

Tints of #D7BCE6

#D7BCE6
(215,188,230)
#DAC2E8
(218,194,232)
#DDC8EA
(221,200,234)
#E0CEEC
(224,206,236)
#E3D4EE
(227,212,238)
#E6DAF0
(230,218,240)
#E9E0F2
(233,224,242)
#ECE6F4
(236,230,244)
#EFECF6
(239,236,246)
#F2F2F8
(242,242,248)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BCE6 color. Also use rgb(215,188,230) instead hex code.

Text Font Color

.myTextColor { color: #D7BCE6; }

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

This text font color is #D7BCE6.


Background Color

.myBgColor { background-color: #D7BCE6; }

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

This div background color is #D7BCE6.


Border color

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

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

This div border color is #D7BCE6.


Opacity

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

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

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

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

This text has shadow with #D7BCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BCE6 on black background.


Color preview on white background

This text has color #D7BCE6 on white background.



Black color preview on #D7BCE6 background

This text has black color on #D7BCE6 background.


White color preview on #D7BCE6 background

This text has white color on #D7BCE6 background.