COLOR #D6BFF7

HEX: #D6BFF7
RGB: (214,191,247)

Color info

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

RGB color model

#D6BFF7 color RGB value is (214,191,247).

  • red value is 214;
  • green value is 191;
  • blue value is 247.
RGB:
(214,191,247)
(84%,75%,97%)

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 247 of 255 = 97%

214
191
247

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

Portions of RGB colors in percentages

R + G + B =
214 + 191 + 247 = 652 (100%)
R 214 of 652 ~ 32.82%
G 191 of 652 ~ 29.29%
B 247 of 652 ~ 37.88%

%32.82
%29.29
%37.88

CMYK color model

#D6BFF7 color CMYK value is (13,23,0,3).

  • cyan value is 13.36%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(13,23,0,3)
C13M23Y0K3 
(13%,23%,0%,3%)
(0.13/0.23/0.00/0.03)	

CMYK percentages

%13.36
%22.67
%0
%3.14

Codes

Color #D6BFF7 in popluar color models

D6BFF7
RGB214191247
HSL265°77.78%85.88%
HSB/HSV265°22.67%96.86%
CMYK13.36%22.67%0.00%
3.14%

Color #D6BFF7 in popluar number systems.

HEXD6BFF7
Decimal214191247
Binary110101101011111111110111
Octal326277367

Shades and tints

Shades of #D6BFF7

#D6BFF7
(214,191,247)
#C3AEE1
(195,174,225)
#B09DCB
(176,157,203)
#9D8CB5
(157,140,181)
#8A7B9F
(138,123,159)
#776A89
(119,106,137)
#645973
(100,89,115)
#51485D
(81,72,93)
#3E3747
(62,55,71)
#2B2631
(43,38,49)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #D6BFF7

#D6BFF7
(214,191,247)
#D9C4F7
(217,196,247)
#DCC9F7
(220,201,247)
#DFCEF7
(223,206,247)
#E2D3F7
(226,211,247)
#E5D8F7
(229,216,247)
#E8DDF7
(232,221,247)
#EBE2F7
(235,226,247)
#EEE7F7
(238,231,247)
#F1ECF7
(241,236,247)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BFF7 color. Also use rgb(214,191,247) instead hex code.

Text Font Color

.myTextColor { color: #D6BFF7; }

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

This text font color is #D6BFF7.


Background Color

.myBgColor { background-color: #D6BFF7; }

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

This div background color is #D6BFF7.


Border color

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

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

This div border color is #D6BFF7.


Opacity

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

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

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

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

This text has shadow with #D6BFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BFF7 on black background.


Color preview on white background

This text has color #D6BFF7 on white background.



Black color preview on #D6BFF7 background

This text has black color on #D6BFF7 background.


White color preview on #D6BFF7 background

This text has white color on #D6BFF7 background.