COLOR #D6BAF7

HEX: #D6BAF7
RGB: (214,186,247)

Color info

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

RGB color model

#D6BAF7 color RGB value is (214,186,247).

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

RGB channels and saturation

R 214 of 255 = 84%
G 186 of 255 = 73%
B 247 of 255 = 97%

214
186
247

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

Portions of RGB colors in percentages

R + G + B =
214 + 186 + 247 = 647 (100%)
R 214 of 647 ~ 33.08%
G 186 of 647 ~ 28.75%
B 247 of 647 ~ 38.18%

%33.08
%28.75
%38.18

CMYK color model

#D6BAF7 color CMYK value is (13,25,0,3).

  • cyan value is 13.36%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(13,25,0,3)
C13M25Y0K3 
(13%,25%,0%,3%)
(0.13/0.25/0.00/0.03)	

CMYK percentages

%13.36
%24.7
%0
%3.14

Codes

Color #D6BAF7 in popluar color models

D6BAF7
RGB214186247
HSL268°79.22%84.90%
HSB/HSV268°24.70%96.86%
CMYK13.36%24.70%0.00%
3.14%

Color #D6BAF7 in popluar number systems.

HEXD6BAF7
Decimal214186247
Binary110101101011101011110111
Octal326272367

Shades and tints

Shades of #D6BAF7

#D6BAF7
(214,186,247)
#C3AAE1
(195,170,225)
#B09ACB
(176,154,203)
#9D8AB5
(157,138,181)
#8A7A9F
(138,122,159)
#776A89
(119,106,137)
#645A73
(100,90,115)
#514A5D
(81,74,93)
#3E3A47
(62,58,71)
#2B2A31
(43,42,49)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #D6BAF7

#D6BAF7
(214,186,247)
#D9C0F7
(217,192,247)
#DCC6F7
(220,198,247)
#DFCCF7
(223,204,247)
#E2D2F7
(226,210,247)
#E5D8F7
(229,216,247)
#E8DEF7
(232,222,247)
#EBE4F7
(235,228,247)
#EEEAF7
(238,234,247)
#F1F0F7
(241,240,247)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BAF7; }

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

This text font color is #D6BAF7.


Background Color

.myBgColor { background-color: #D6BAF7; }

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

This div background color is #D6BAF7.


Border color

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

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

This div border color is #D6BAF7.


Opacity

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

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

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

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

This text has shadow with #D6BAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BAF7 on black background.


Color preview on white background

This text has color #D6BAF7 on white background.



Black color preview on #D6BAF7 background

This text has black color on #D6BAF7 background.


White color preview on #D6BAF7 background

This text has white color on #D6BAF7 background.