COLOR #D1B9EB

HEX: #D1B9EB RGB: (209,185,235)

Color info

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

RGB color model

#D1B9EB color RGB value is (209,185,235).

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

RGB channels and saturation

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

209
185
235

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

Portions of RGB colors in percentages

R + G + B = 209 + 185 + 235 = 629 (100%)
R 209 of 629 ~ 33.23%
G 185 of 629 ~ 29.41%
B 235 of 629 ~ 37.36'%

%33.23
%29.41
%37.36

CMYK color model

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

  • cyan value is 11.06%
  • magenta value is 21.28%
  • 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
%21.28
%0
%7.84

Codes

Color #D1B9EB in popluar color models

D1 B9 EB
RGB 209 185 235
HSL 269° 55.56% 82.35%
HSB/HSV 269° 21.28% 92.16%
CMYK 11.06% 21.28% 0.00%
7.84%

Color #D1B9EB in popluar number systems.

HEX D1 B9 EB
Decimal 209 185 235
Binary 11010001 10111001 11101011
Octal 321 271 353

Shades and tints

Shades of #D1B9EB

#D1B9EB
(209,185,235)
#BEA9D6
(190,169,214)
#AB99C1
(171,153,193)
#9889AC
(152,137,172)
#857997
(133,121,151)
#726982
(114,105,130)
#5F596D
(95,89,109)
#4C4958
(76,73,88)
#393943
(57,57,67)
#26292E
(38,41,46)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #D1B9EB

#D1B9EB
(209,185,235)
#D5BFEC
(213,191,236)
#D9C5ED
(217,197,237)
#DDCBEE
(221,203,238)
#E1D1EF
(225,209,239)
#E5D7F0
(229,215,240)
#E9DDF1
(233,221,241)
#EDE3F2
(237,227,242)
#F1E9F3
(241,233,243)
#F5EFF4
(245,239,244)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B9EB; }

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

This text font color is #D1B9EB.

Background Color

.myBgColor { background-color: #D1B9EB; }

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

This div background color is #D1B9EB.

Border color

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

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

This div border color is #D1B9EB.

Opacity

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

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

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

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

This text has shadow with #D1B9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B9EB.

Preview

Color preview on black background

This text has color #D1B9EB on black background.


Color preview on white background

This text has color #D1B9EB on white background.


Black color preview on #D1B9EB background

This text has black color on #D1B9EB background.


White color preview on #D1B9EB background

This text has white color on #D1B9EB background.


Related colors

Complementary color

Complementary color for #hex is #2E4614.


I love getcolorcode.com

Triadic colors

1 #EBD1B9 and #B9EBD1 with #D1B9EB are triadic colors.

2 #EBB9D1 and #B9D1EB with #D1B9EB are triadic colors.