COLOR #D7BAEA

HEX: #D7BAEA
RGB: (215,186,234)

Color info

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

RGB color model

#D7BAEA color RGB value is (215,186,234).

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

RGB channels and saturation

R 215 of 255 = 84%
G 186 of 255 = 73%
B 234 of 255 = 92%

215
186
234

R + G + B ~ 83%. #D7BAEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 186 + 234 = 635 (100%)
R 215 of 635 ~ 33.86%
G 186 of 635 ~ 29.29%
B 234 of 635 ~ 36.85%

%33.86
%29.29
%36.85

CMYK color model

#D7BAEA color CMYK value is (8,21,0,8).

  • cyan value is 8.12%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(8,21,0,8)
C8M21Y0K8 
(8%,21%,0%,8%)
(0.08/0.21/0.00/0.08)	

CMYK percentages

%8.12
%20.51
%0
%8.24

Codes

Color #D7BAEA in popluar color models

D7BAEA
RGB215186234
HSL276°53.33%82.35%
HSB/HSV276°20.51%91.76%
CMYK8.12%20.51%0.00%
8.24%

Color #D7BAEA in popluar number systems.

HEXD7BAEA
Decimal215186234
Binary110101111011101011101010
Octal327272352

Shades and tints

Shades of #D7BAEA

#D7BAEA
(215,186,234)
#C4AAD5
(196,170,213)
#B19AC0
(177,154,192)
#9E8AAB
(158,138,171)
#8B7A96
(139,122,150)
#786A81
(120,106,129)
#655A6C
(101,90,108)
#524A57
(82,74,87)
#3F3A42
(63,58,66)
#2C2A2D
(44,42,45)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #D7BAEA

#D7BAEA
(215,186,234)
#DAC0EB
(218,192,235)
#DDC6EC
(221,198,236)
#E0CCED
(224,204,237)
#E3D2EE
(227,210,238)
#E6D8EF
(230,216,239)
#E9DEF0
(233,222,240)
#ECE4F1
(236,228,241)
#EFEAF2
(239,234,242)
#F2F0F3
(242,240,243)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BAEA; }

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

This text font color is #D7BAEA.


Background Color

.myBgColor { background-color: #D7BAEA; }

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

This div background color is #D7BAEA.


Border color

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

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

This div border color is #D7BAEA.


Opacity

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

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

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

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

This text has shadow with #D7BAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BAEA on black background.


Color preview on white background

This text has color #D7BAEA on white background.



Black color preview on #D7BAEA background

This text has black color on #D7BAEA background.


White color preview on #D7BAEA background

This text has white color on #D7BAEA background.