COLOR #D3BAF7

HEX: #D3BAF7
RGB: (211,186,247)

Color info

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

RGB color model

#D3BAF7 color RGB value is (211,186,247).

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

RGB channels and saturation

R 211 of 255 = 83%
G 186 of 255 = 73%
B 247 of 255 = 97%

211
186
247

R + G + B ~ 84%. #D3BAF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 186 + 247 = 644 (100%)
R 211 of 644 ~ 32.76%
G 186 of 644 ~ 28.88%
B 247 of 644 ~ 38.35%

%32.76
%28.88
%38.35

CMYK color model

#D3BAF7 color CMYK value is (15,25,0,3).

  • cyan value is 14.57%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(15,25,0,3)
C15M25Y0K3 
(15%,25%,0%,3%)
(0.15/0.25/0.00/0.03)	

CMYK percentages

%14.57
%24.7
%0
%3.14

Codes

Color #D3BAF7 in popluar color models

D3BAF7
RGB211186247
HSL265°79.22%84.90%
HSB/HSV265°24.70%96.86%
CMYK14.57%24.70%0.00%
3.14%

Color #D3BAF7 in popluar number systems.

HEXD3BAF7
Decimal211186247
Binary110100111011101011110111
Octal323272367

Shades and tints

Shades of #D3BAF7

#D3BAF7
(211,186,247)
#C0AAE1
(192,170,225)
#AD9ACB
(173,154,203)
#9A8AB5
(154,138,181)
#877A9F
(135,122,159)
#746A89
(116,106,137)
#615A73
(97,90,115)
#4E4A5D
(78,74,93)
#3B3A47
(59,58,71)
#282A31
(40,42,49)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #D3BAF7

#D3BAF7
(211,186,247)
#D7C0F7
(215,192,247)
#DBC6F7
(219,198,247)
#DFCCF7
(223,204,247)
#E3D2F7
(227,210,247)
#E7D8F7
(231,216,247)
#EBDEF7
(235,222,247)
#EFE4F7
(239,228,247)
#F3EAF7
(243,234,247)
#F7F0F7
(247,240,247)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BAF7; }

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

This text font color is #D3BAF7.


Background Color

.myBgColor { background-color: #D3BAF7; }

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

This div background color is #D3BAF7.


Border color

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

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

This div border color is #D3BAF7.


Opacity

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

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

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

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

This text has shadow with #D3BAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BAF7 on black background.


Color preview on white background

This text has color #D3BAF7 on white background.



Black color preview on #D3BAF7 background

This text has black color on #D3BAF7 background.


White color preview on #D3BAF7 background

This text has white color on #D3BAF7 background.