COLOR #D7BFE6

HEX: #D7BFE6
RGB: (215,191,230)

Color info

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

RGB color model

#D7BFE6 color RGB value is (215,191,230).

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

RGB channels and saturation

R 215 of 255 = 84%
G 191 of 255 = 75%
B 230 of 255 = 90%

215
191
230

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

Portions of RGB colors in percentages

R + G + B =
215 + 191 + 230 = 636 (100%)
R 215 of 636 ~ 33.81%
G 191 of 636 ~ 30.03%
B 230 of 636 ~ 36.16%

%33.81
%30.03
%36.16

CMYK color model

#D7BFE6 color CMYK value is (7,17,0,10).

  • cyan value is 6.52%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(7,17,0,10)
C7M17Y0K10 
(7%,17%,0%,10%)
(0.07/0.17/0.00/0.10)	

CMYK percentages

%6.52
%16.96
%0
%9.8

Codes

Color #D7BFE6 in popluar color models

D7BFE6
RGB215191230
HSL277°43.82%82.55%
HSB/HSV277°16.96%90.20%
CMYK6.52%16.96%0.00%
9.80%

Color #D7BFE6 in popluar number systems.

HEXD7BFE6
Decimal215191230
Binary110101111011111111100110
Octal327277346

Shades and tints

Shades of #D7BFE6

#D7BFE6
(215,191,230)
#C4AED2
(196,174,210)
#B19DBE
(177,157,190)
#9E8CAA
(158,140,170)
#8B7B96
(139,123,150)
#786A82
(120,106,130)
#65596E
(101,89,110)
#52485A
(82,72,90)
#3F3746
(63,55,70)
#2C2632
(44,38,50)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #D7BFE6

#D7BFE6
(215,191,230)
#DAC4E8
(218,196,232)
#DDC9EA
(221,201,234)
#E0CEEC
(224,206,236)
#E3D3EE
(227,211,238)
#E6D8F0
(230,216,240)
#E9DDF2
(233,221,242)
#ECE2F4
(236,226,244)
#EFE7F6
(239,231,246)
#F2ECF8
(242,236,248)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BFE6; }

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

This text font color is #D7BFE6.


Background Color

.myBgColor { background-color: #D7BFE6; }

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

This div background color is #D7BFE6.


Border color

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

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

This div border color is #D7BFE6.


Opacity

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

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

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

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

This text has shadow with #D7BFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BFE6 on black background.


Color preview on white background

This text has color #D7BFE6 on white background.



Black color preview on #D7BFE6 background

This text has black color on #D7BFE6 background.


White color preview on #D7BFE6 background

This text has white color on #D7BFE6 background.