COLOR #D1BAEB

HEX: #D1BAEB RGB: (209,186,235)

Color info

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

RGB color model

#D1BAEB color RGB value is (209,186,235).

RGB: (209,186,235) (82%, 73%, 92%)

RGB channels and saturation

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

209
186
235

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

Portions of RGB colors in percentages

R + G + B = 209 + 186 + 235 = 630 (100%)
R 209 of 630 ~ 33.17%
G 186 of 630 ~ 29.52%
B 235 of 630 ~ 37.3'%

%33.17
%29.52
%37.3

CMYK color model

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

  • cyan value is 11.06%
  • magenta value is 20.85%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (11,21,0,8)
C11M21Y0K8 (11%, 21%, 0%, 8%)
(0.11 / 0.21 / 0.00 / 0.08)

CMYK percentages

%11.06
%20.85
%0
%7.84

Codes

Color #D1BAEB in popluar color models

D1 BA EB
RGB 209 186 235
HSL 268° 55.06% 82.55%
HSB/HSV 268° 20.85% 92.16%
CMYK 11.06% 20.85% 0.00%
7.84%

Color #D1BAEB in popluar number systems.

HEX D1 BA EB
Decimal 209 186 235
Binary 11010001 10111010 11101011
Octal 321 272 353

Shades and tints

Shades of #D1BAEB

#D1BAEB
(209,186,235)
#BEAAD6
(190,170,214)
#AB9AC1
(171,154,193)
#988AAC
(152,138,172)
#857A97
(133,122,151)
#726A82
(114,106,130)
#5F5A6D
(95,90,109)
#4C4A58
(76,74,88)
#393A43
(57,58,67)
#262A2E
(38,42,46)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #D1BAEB

#D1BAEB
(209,186,235)
#D5C0EC
(213,192,236)
#D9C6ED
(217,198,237)
#DDCCEE
(221,204,238)
#E1D2EF
(225,210,239)
#E5D8F0
(229,216,240)
#E9DEF1
(233,222,241)
#EDE4F2
(237,228,242)
#F1EAF3
(241,234,243)
#F5F0F4
(245,240,244)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BAEB; }

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

This text font color is #D1BAEB.

Background Color

.myBgColor { background-color: #D1BAEB; }

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

This div background color is #D1BAEB.

Border color

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

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

This div border color is #D1BAEB.

Opacity

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

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

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

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

This text has shadow with #D1BAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BAEB.

Preview

Color preview on black background

This text has color #D1BAEB on black background.


Color preview on white background

This text has color #D1BAEB on white background.


Black color preview on #D1BAEB background

This text has black color on #D1BAEB background.


White color preview on #D1BAEB background

This text has white color on #D1BAEB background.


Related colors

Complementary color

Complementary color for #hex is #2E4514.


I love getcolorcode.com

Triadic colors

1 #EBD1BA and #BAEBD1 with #D1BAEB are triadic colors.

2 #EBBAD1 and #BAD1EB with #D1BAEB are triadic colors.