COLOR #D7BCF9

HEX: #D7BCF9
RGB: (215,188,249)

Color info

#D7BCF9 contains mainly red and blue colors. Web safe color of #D7BCF9 is #CCCCFF (or #CCF).

RGB color model

#D7BCF9 color RGB value is (215,188,249).

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

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 249 of 255 = 98%

215
188
249

R + G + B ~ 85%. #D7BCF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 188 + 249 = 652 (100%)
R 215 of 652 ~ 32.98%
G 188 of 652 ~ 28.83%
B 249 of 652 ~ 38.19%

%32.98
%28.83
%38.19

CMYK color model

#D7BCF9 color CMYK value is (14,24,0,2).

  • cyan value is 13.65%
  • magenta value is 24.50%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(14,24,0,2)
C14M24Y0K2 
(14%,24%,0%,2%)
(0.14/0.24/0.00/0.02)	

CMYK percentages

%13.65
%24.5
%0
%2.35

Codes

Color #D7BCF9 in popluar color models

D7BCF9
RGB215188249
HSL267°83.56%85.69%
HSB/HSV267°24.50%97.65%
CMYK13.65%24.50%0.00%
2.35%

Color #D7BCF9 in popluar number systems.

HEXD7BCF9
Decimal215188249
Binary110101111011110011111001
Octal327274371

Shades and tints

Shades of #D7BCF9

#D7BCF9
(215,188,249)
#C4ABE3
(196,171,227)
#B19ACD
(177,154,205)
#9E89B7
(158,137,183)
#8B78A1
(139,120,161)
#78678B
(120,103,139)
#655675
(101,86,117)
#52455F
(82,69,95)
#3F3449
(63,52,73)
#2C2333
(44,35,51)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #D7BCF9

#D7BCF9
(215,188,249)
#DAC2F9
(218,194,249)
#DDC8F9
(221,200,249)
#E0CEF9
(224,206,249)
#E3D4F9
(227,212,249)
#E6DAF9
(230,218,249)
#E9E0F9
(233,224,249)
#ECE6F9
(236,230,249)
#EFECF9
(239,236,249)
#F2F2F9
(242,242,249)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BCF9; }

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

This text font color is #D7BCF9.


Background Color

.myBgColor { background-color: #D7BCF9; }

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

This div background color is #D7BCF9.


Border color

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

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

This div border color is #D7BCF9.


Opacity

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

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

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

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

This text has shadow with #D7BCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BCF9 on black background.


Color preview on white background

This text has color #D7BCF9 on white background.



Black color preview on #D7BCF9 background

This text has black color on #D7BCF9 background.


White color preview on #D7BCF9 background

This text has white color on #D7BCF9 background.