COLOR #D1B0EF

HEX: #D1B0EF
RGB: (209,176,239)

Color info

#D1B0EF contains mainly red and blue colors. Web safe color of #D1B0EF is #CC99FF (or #C9F).

RGB color model

#D1B0EF color RGB value is (209,176,239).

  • red value is 209;
  • green value is 176;
  • blue value is 239.
RGB:
(209,176,239)
(82%,69%,94%)

RGB channels and saturation

R 209 of 255 = 82%
G 176 of 255 = 69%
B 239 of 255 = 94%

209
176
239

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

Portions of RGB colors in percentages

R + G + B =
209 + 176 + 239 = 624 (100%)
R 209 of 624 ~ 33.49%
G 176 of 624 ~ 28.21%
B 239 of 624 ~ 38.3%

%33.49
%28.21
%38.3

CMYK color model

#D1B0EF color CMYK value is (13,26,0,6).

  • cyan value is 12.55%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,26,0,6)
C13M26Y0K6 
(13%,26%,0%,6%)
(0.13/0.26/0.00/0.06)	

CMYK percentages

%12.55
%26.36
%0
%6.27

Codes

Color #D1B0EF in popluar color models

D1B0EF
RGB209176239
HSL271°66.32%81.37%
HSB/HSV271°26.36%93.73%
CMYK12.55%26.36%0.00%
6.27%

Color #D1B0EF in popluar number systems.

HEXD1B0EF
Decimal209176239
Binary110100011011000011101111
Octal321260357

Shades and tints

Shades of #D1B0EF

#D1B0EF
(209,176,239)
#BEA0DA
(190,160,218)
#AB90C5
(171,144,197)
#9880B0
(152,128,176)
#85709B
(133,112,155)
#726086
(114,96,134)
#5F5071
(95,80,113)
#4C405C
(76,64,92)
#393047
(57,48,71)
#262032
(38,32,50)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #D1B0EF

#D1B0EF
(209,176,239)
#D5B7F0
(213,183,240)
#D9BEF1
(217,190,241)
#DDC5F2
(221,197,242)
#E1CCF3
(225,204,243)
#E5D3F4
(229,211,244)
#E9DAF5
(233,218,245)
#EDE1F6
(237,225,246)
#F1E8F7
(241,232,247)
#F5EFF8
(245,239,248)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B0EF color. Also use rgb(209,176,239) instead hex code.

Text Font Color

.myTextColor { color: #D1B0EF; }

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

This text font color is #D1B0EF.


Background Color

.myBgColor { background-color: #D1B0EF; }

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

This div background color is #D1B0EF.


Border color

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

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

This div border color is #D1B0EF.


Opacity

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

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

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

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

This text has shadow with #D1B0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B0EF on black background.


Color preview on white background

This text has color #D1B0EF on white background.



Black color preview on #D1B0EF background

This text has black color on #D1B0EF background.


White color preview on #D1B0EF background

This text has white color on #D1B0EF background.