COLOR #D7BAE6

HEX: #D7BAE6
RGB: (215,186,230)

Color info

#D7BAE6 contains red, green and blue colors in about the same proportion. Web safe color of #D7BAE6 is #CCCCCC (or #CCC).

RGB color model

#D7BAE6 color RGB value is (215,186,230).

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

RGB channels and saturation

R 215 of 255 = 84%
G 186 of 255 = 73%
B 230 of 255 = 90%

215
186
230

R + G + B ~ 82%. #D7BAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 186 + 230 = 631 (100%)
R 215 of 631 ~ 34.07%
G 186 of 631 ~ 29.48%
B 230 of 631 ~ 36.45%

%34.07
%29.48
%36.45

CMYK color model

#D7BAE6 color CMYK value is (7,19,0,10).

  • cyan value is 6.52%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(7,19,0,10)
C7M19Y0K10 
(7%,19%,0%,10%)
(0.07/0.19/0.00/0.10)	

CMYK percentages

%6.52
%19.13
%0
%9.8

Codes

Color #D7BAE6 in popluar color models

D7BAE6
RGB215186230
HSL280°46.81%81.57%
HSB/HSV280°19.13%90.20%
CMYK6.52%19.13%0.00%
9.80%

Color #D7BAE6 in popluar number systems.

HEXD7BAE6
Decimal215186230
Binary110101111011101011100110
Octal327272346

Shades and tints

Shades of #D7BAE6

#D7BAE6
(215,186,230)
#C4AAD2
(196,170,210)
#B19ABE
(177,154,190)
#9E8AAA
(158,138,170)
#8B7A96
(139,122,150)
#786A82
(120,106,130)
#655A6E
(101,90,110)
#524A5A
(82,74,90)
#3F3A46
(63,58,70)
#2C2A32
(44,42,50)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #D7BAE6

#D7BAE6
(215,186,230)
#DAC0E8
(218,192,232)
#DDC6EA
(221,198,234)
#E0CCEC
(224,204,236)
#E3D2EE
(227,210,238)
#E6D8F0
(230,216,240)
#E9DEF2
(233,222,242)
#ECE4F4
(236,228,244)
#EFEAF6
(239,234,246)
#F2F0F8
(242,240,248)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BAE6; }

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

This text font color is #D7BAE6.


Background Color

.myBgColor { background-color: #D7BAE6; }

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

This div background color is #D7BAE6.


Border color

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

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

This div border color is #D7BAE6.


Opacity

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

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

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

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

This text has shadow with #D7BAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BAE6 on black background.


Color preview on white background

This text has color #D7BAE6 on white background.



Black color preview on #D7BAE6 background

This text has black color on #D7BAE6 background.


White color preview on #D7BAE6 background

This text has white color on #D7BAE6 background.