COLOR #D4BAEE

HEX: #D4BAEE
RGB: (212,186,238)

Color info

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

RGB color model

#D4BAEE color RGB value is (212,186,238).

  • red value is 212;
  • green value is 186;
  • blue value is 238.
RGB:
(212,186,238)
(83%,73%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 238 of 255 = 93%

212
186
238

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

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 238 = 636 (100%)
R 212 of 636 ~ 33.33%
G 186 of 636 ~ 29.25%
B 238 of 636 ~ 37.42%

%33.33
%29.25
%37.42

CMYK color model

#D4BAEE color CMYK value is (11,22,0,7).

  • cyan value is 10.92%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,22,0,7)
C11M22Y0K7 
(11%,22%,0%,7%)
(0.11/0.22/0.00/0.07)	

CMYK percentages

%10.92
%21.85
%0
%6.67

Codes

Color #D4BAEE in popluar color models

D4BAEE
RGB212186238
HSL270°60.47%83.14%
HSB/HSV270°21.85%93.33%
CMYK10.92%21.85%0.00%
6.67%

Color #D4BAEE in popluar number systems.

HEXD4BAEE
Decimal212186238
Binary110101001011101011101110
Octal324272356

Shades and tints

Shades of #D4BAEE

#D4BAEE
(212,186,238)
#C1AAD9
(193,170,217)
#AE9AC4
(174,154,196)
#9B8AAF
(155,138,175)
#887A9A
(136,122,154)
#756A85
(117,106,133)
#625A70
(98,90,112)
#4F4A5B
(79,74,91)
#3C3A46
(60,58,70)
#292A31
(41,42,49)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #D4BAEE

#D4BAEE
(212,186,238)
#D7C0EF
(215,192,239)
#DAC6F0
(218,198,240)
#DDCCF1
(221,204,241)
#E0D2F2
(224,210,242)
#E3D8F3
(227,216,243)
#E6DEF4
(230,222,244)
#E9E4F5
(233,228,245)
#ECEAF6
(236,234,246)
#EFF0F7
(239,240,247)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BAEE color. Also use rgb(212,186,238) instead hex code.

Text Font Color

.myTextColor { color: #D4BAEE; }

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

This text font color is #D4BAEE.


Background Color

.myBgColor { background-color: #D4BAEE; }

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

This div background color is #D4BAEE.


Border color

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

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

This div border color is #D4BAEE.


Opacity

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

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

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

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

This text has shadow with #D4BAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BAEE on black background.


Color preview on white background

This text has color #D4BAEE on white background.



Black color preview on #D4BAEE background

This text has black color on #D4BAEE background.


White color preview on #D4BAEE background

This text has white color on #D4BAEE background.