COLOR #D7BEFF

HEX: #D7BEFF
RGB: (215,190,255)

Color info

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

RGB color model

#D7BEFF color RGB value is (215,190,255).

  • red value is 215;
  • green value is 190;
  • blue value is 255.
RGB:
(215,190,255)
(84%,75%,100%)

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 255 of 255 = 100%

215
190
255

R + G + B ~ 86%. #D7BEFF is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 190 + 255 = 660 (100%)
R 215 of 660 ~ 32.58%
G 190 of 660 ~ 28.79%
B 255 of 660 ~ 38.64%

%32.58
%28.79
%38.64

CMYK color model

#D7BEFF color CMYK value is (16,25,0,0).

  • cyan value is 15.69%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,25,0,0)
C16M25Y0K0 
(16%,25%,0%,0%)
(0.16/0.25/0.00/0.00)	

CMYK percentages

%15.69
%25.49
%0
%0

Codes

Color #D7BEFF in popluar color models

D7BEFF
RGB215190255
HSL263°100.00%87.25%
HSB/HSV263°25.49%100.00%
CMYK15.69%25.49%0.00%
0.00%

Color #D7BEFF in popluar number systems.

HEXD7BEFF
Decimal215190255
Binary110101111011111011111111
Octal327276377

Shades and tints

Shades of #D7BEFF

#D7BEFF
(215,190,255)
#C4ADE8
(196,173,232)
#B19CD1
(177,156,209)
#9E8BBA
(158,139,186)
#8B7AA3
(139,122,163)
#78698C
(120,105,140)
#655875
(101,88,117)
#52475E
(82,71,94)
#3F3647
(63,54,71)
#2C2530
(44,37,48)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #D7BEFF

#D7BEFF
(215,190,255)
#DAC3FF
(218,195,255)
#DDC8FF
(221,200,255)
#E0CDFF
(224,205,255)
#E3D2FF
(227,210,255)
#E6D7FF
(230,215,255)
#E9DCFF
(233,220,255)
#ECE1FF
(236,225,255)
#EFE6FF
(239,230,255)
#F2EBFF
(242,235,255)
#F5F0FF
(245,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BEFF color. Also use rgb(215,190,255) instead hex code.

Text Font Color

.myTextColor { color: #D7BEFF; }

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

This text font color is #D7BEFF.


Background Color

.myBgColor { background-color: #D7BEFF; }

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

This div background color is #D7BEFF.


Border color

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

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

This div border color is #D7BEFF.


Opacity

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

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

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

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

This text has shadow with #D7BEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BEFF on black background.


Color preview on white background

This text has color #D7BEFF on white background.



Black color preview on #D7BEFF background

This text has black color on #D7BEFF background.


White color preview on #D7BEFF background

This text has white color on #D7BEFF background.