COLOR #D7BAF8

HEX: #D7BAF8
RGB: (215,186,248)

Color info

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

RGB color model

#D7BAF8 color RGB value is (215,186,248).

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

RGB channels and saturation

R 215 of 255 = 84%
G 186 of 255 = 73%
B 248 of 255 = 97%

215
186
248

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

Portions of RGB colors in percentages

R + G + B =
215 + 186 + 248 = 649 (100%)
R 215 of 649 ~ 33.13%
G 186 of 649 ~ 28.66%
B 248 of 649 ~ 38.21%

%33.13
%28.66
%38.21

CMYK color model

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

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

CMYK percentages

%13.31
%25
%0
%2.75

Codes

Color #D7BAF8 in popluar color models

D7BAF8
RGB215186248
HSL268°81.58%85.10%
HSB/HSV268°25.00%97.25%
CMYK13.31%25.00%0.00%
2.75%

Color #D7BAF8 in popluar number systems.

HEXD7BAF8
Decimal215186248
Binary110101111011101011111000
Octal327272370

Shades and tints

Shades of #D7BAF8

#D7BAF8
(215,186,248)
#C4AAE2
(196,170,226)
#B19ACC
(177,154,204)
#9E8AB6
(158,138,182)
#8B7AA0
(139,122,160)
#786A8A
(120,106,138)
#655A74
(101,90,116)
#524A5E
(82,74,94)
#3F3A48
(63,58,72)
#2C2A32
(44,42,50)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #D7BAF8

#D7BAF8
(215,186,248)
#DAC0F8
(218,192,248)
#DDC6F8
(221,198,248)
#E0CCF8
(224,204,248)
#E3D2F8
(227,210,248)
#E6D8F8
(230,216,248)
#E9DEF8
(233,222,248)
#ECE4F8
(236,228,248)
#EFEAF8
(239,234,248)
#F2F0F8
(242,240,248)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BAF8 color. Also use rgb(215,186,248) instead hex code.

Text Font Color

.myTextColor { color: #D7BAF8; }

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

This text font color is #D7BAF8.


Background Color

.myBgColor { background-color: #D7BAF8; }

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

This div background color is #D7BAF8.


Border color

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

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

This div border color is #D7BAF8.


Opacity

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

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

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

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

This text has shadow with #D7BAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BAF8 on black background.


Color preview on white background

This text has color #D7BAF8 on white background.



Black color preview on #D7BAF8 background

This text has black color on #D7BAF8 background.


White color preview on #D7BAF8 background

This text has white color on #D7BAF8 background.