COLOR #D1BAEA

HEX: #D1BAEA
RGB: (209,186,234)

Color info

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

RGB color model

#D1BAEA color RGB value is (209,186,234).

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

RGB channels and saturation

R 209 of 255 = 82%
G 186 of 255 = 73%
B 234 of 255 = 92%

209
186
234

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

Portions of RGB colors in percentages

R + G + B =
209 + 186 + 234 = 629 (100%)
R 209 of 629 ~ 33.23%
G 186 of 629 ~ 29.57%
B 234 of 629 ~ 37.2%

%33.23
%29.57
%37.2

CMYK color model

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

  • cyan value is 10.68%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(11,21,0,8)
C11M21Y0K8 
(11%,21%,0%,8%)
(0.11/0.21/0.00/0.08)	

CMYK percentages

%10.68
%20.51
%0
%8.24

Codes

Color #D1BAEA in popluar color models

D1BAEA
RGB209186234
HSL269°53.33%82.35%
HSB/HSV269°20.51%91.76%
CMYK10.68%20.51%0.00%
8.24%

Color #D1BAEA in popluar number systems.

HEXD1BAEA
Decimal209186234
Binary110100011011101011101010
Octal321272352

Shades and tints

Shades of #D1BAEA

#D1BAEA
(209,186,234)
#BEAAD5
(190,170,213)
#AB9AC0
(171,154,192)
#988AAB
(152,138,171)
#857A96
(133,122,150)
#726A81
(114,106,129)
#5F5A6C
(95,90,108)
#4C4A57
(76,74,87)
#393A42
(57,58,66)
#262A2D
(38,42,45)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #D1BAEA

#D1BAEA
(209,186,234)
#D5C0EB
(213,192,235)
#D9C6EC
(217,198,236)
#DDCCED
(221,204,237)
#E1D2EE
(225,210,238)
#E5D8EF
(229,216,239)
#E9DEF0
(233,222,240)
#EDE4F1
(237,228,241)
#F1EAF2
(241,234,242)
#F5F0F3
(245,240,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BAEA; }

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

This text font color is #D1BAEA.


Background Color

.myBgColor { background-color: #D1BAEA; }

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

This div background color is #D1BAEA.


Border color

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

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

This div border color is #D1BAEA.


Opacity

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

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

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

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

This text has shadow with #D1BAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BAEA on black background.


Color preview on white background

This text has color #D1BAEA on white background.



Black color preview on #D1BAEA background

This text has black color on #D1BAEA background.


White color preview on #D1BAEA background

This text has white color on #D1BAEA background.