COLOR #D1BAE1

HEX: #D1BAE1
RGB: (209,186,225)

Color info

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

RGB color model

#D1BAE1 color RGB value is (209,186,225).

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

RGB channels and saturation

R 209 of 255 = 82%
G 186 of 255 = 73%
B 225 of 255 = 88%

209
186
225

R + G + B ~ 81%. #D1BAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 186 + 225 = 620 (100%)
R 209 of 620 ~ 33.71%
G 186 of 620 ~ 30%
B 225 of 620 ~ 36.29%

%33.71
%30
%36.29

CMYK color model

#D1BAE1 color CMYK value is (7,17,0,12).

  • cyan value is 7.11%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(7,17,0,12)
C7M17Y0K12 
(7%,17%,0%,12%)
(0.07/0.17/0.00/0.12)	

CMYK percentages

%7.11
%17.33
%0
%11.76

Codes

Color #D1BAE1 in popluar color models

D1BAE1
RGB209186225
HSL275°39.39%80.59%
HSB/HSV275°17.33%88.24%
CMYK7.11%17.33%0.00%
11.76%

Color #D1BAE1 in popluar number systems.

HEXD1BAE1
Decimal209186225
Binary110100011011101011100001
Octal321272341

Shades and tints

Shades of #D1BAE1

#D1BAE1
(209,186,225)
#BEAACD
(190,170,205)
#AB9AB9
(171,154,185)
#988AA5
(152,138,165)
#857A91
(133,122,145)
#726A7D
(114,106,125)
#5F5A69
(95,90,105)
#4C4A55
(76,74,85)
#393A41
(57,58,65)
#262A2D
(38,42,45)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #D1BAE1

#D1BAE1
(209,186,225)
#D5C0E3
(213,192,227)
#D9C6E5
(217,198,229)
#DDCCE7
(221,204,231)
#E1D2E9
(225,210,233)
#E5D8EB
(229,216,235)
#E9DEED
(233,222,237)
#EDE4EF
(237,228,239)
#F1EAF1
(241,234,241)
#F5F0F3
(245,240,243)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BAE1; }

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

This text font color is #D1BAE1.


Background Color

.myBgColor { background-color: #D1BAE1; }

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

This div background color is #D1BAE1.


Border color

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

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

This div border color is #D1BAE1.


Opacity

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

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

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

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

This text has shadow with #D1BAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BAE1 on black background.


Color preview on white background

This text has color #D1BAE1 on white background.



Black color preview on #D1BAE1 background

This text has black color on #D1BAE1 background.


White color preview on #D1BAE1 background

This text has white color on #D1BAE1 background.