COLOR #D1B3EE

HEX: #D1B3EE
RGB: (209,179,238)

Color info

#D1B3EE contains red, green and blue colors in about the same proportion. Web safe color of #D1B3EE is #CC99FF (or #C9F).

RGB color model

#D1B3EE color RGB value is (209,179,238).

  • red value is 209;
  • green value is 179;
  • blue value is 238.
RGB:
(209,179,238)
(82%,70%,93%)

RGB channels and saturation

R 209 of 255 = 82%
G 179 of 255 = 70%
B 238 of 255 = 93%

209
179
238

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

Portions of RGB colors in percentages

R + G + B =
209 + 179 + 238 = 626 (100%)
R 209 of 626 ~ 33.39%
G 179 of 626 ~ 28.59%
B 238 of 626 ~ 38.02%

%33.39
%28.59
%38.02

CMYK color model

#D1B3EE color CMYK value is (12,25,0,7).

  • cyan value is 12.18%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,25,0,7)
C12M25Y0K7 
(12%,25%,0%,7%)
(0.12/0.25/0.00/0.07)	

CMYK percentages

%12.18
%24.79
%0
%6.67

Codes

Color #D1B3EE in popluar color models

D1B3EE
RGB209179238
HSL271°63.44%81.76%
HSB/HSV271°24.79%93.33%
CMYK12.18%24.79%0.00%
6.67%

Color #D1B3EE in popluar number systems.

HEXD1B3EE
Decimal209179238
Binary110100011011001111101110
Octal321263356

Shades and tints

Shades of #D1B3EE

#D1B3EE
(209,179,238)
#BEA3D9
(190,163,217)
#AB93C4
(171,147,196)
#9883AF
(152,131,175)
#85739A
(133,115,154)
#726385
(114,99,133)
#5F5370
(95,83,112)
#4C435B
(76,67,91)
#393346
(57,51,70)
#262331
(38,35,49)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #D1B3EE

#D1B3EE
(209,179,238)
#D5B9EF
(213,185,239)
#D9BFF0
(217,191,240)
#DDC5F1
(221,197,241)
#E1CBF2
(225,203,242)
#E5D1F3
(229,209,243)
#E9D7F4
(233,215,244)
#EDDDF5
(237,221,245)
#F1E3F6
(241,227,246)
#F5E9F7
(245,233,247)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B3EE color. Also use rgb(209,179,238) instead hex code.

Text Font Color

.myTextColor { color: #D1B3EE; }

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

This text font color is #D1B3EE.


Background Color

.myBgColor { background-color: #D1B3EE; }

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

This div background color is #D1B3EE.


Border color

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

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

This div border color is #D1B3EE.


Opacity

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

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

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

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

This text has shadow with #D1B3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B3EE on black background.


Color preview on white background

This text has color #D1B3EE on white background.



Black color preview on #D1B3EE background

This text has black color on #D1B3EE background.


White color preview on #D1B3EE background

This text has white color on #D1B3EE background.