COLOR #D1B7EE

HEX: #D1B7EE
RGB: (209,183,238)

Color info

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

RGB color model

#D1B7EE color RGB value is (209,183,238).

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

RGB channels and saturation

R 209 of 255 = 82%
G 183 of 255 = 72%
B 238 of 255 = 93%

209
183
238

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

Portions of RGB colors in percentages

R + G + B =
209 + 183 + 238 = 630 (100%)
R 209 of 630 ~ 33.17%
G 183 of 630 ~ 29.05%
B 238 of 630 ~ 37.78%

%33.17
%29.05
%37.78

CMYK color model

#D1B7EE color CMYK value is (12,23,0,7).

  • cyan value is 12.18%
  • magenta value is 23.11%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,23,0,7)
C12M23Y0K7 
(12%,23%,0%,7%)
(0.12/0.23/0.00/0.07)	

CMYK percentages

%12.18
%23.11
%0
%6.67

Codes

Color #D1B7EE in popluar color models

D1B7EE
RGB209183238
HSL268°61.80%82.55%
HSB/HSV268°23.11%93.33%
CMYK12.18%23.11%0.00%
6.67%

Color #D1B7EE in popluar number systems.

HEXD1B7EE
Decimal209183238
Binary110100011011011111101110
Octal321267356

Shades and tints

Shades of #D1B7EE

#D1B7EE
(209,183,238)
#BEA7D9
(190,167,217)
#AB97C4
(171,151,196)
#9887AF
(152,135,175)
#85779A
(133,119,154)
#726785
(114,103,133)
#5F5770
(95,87,112)
#4C475B
(76,71,91)
#393746
(57,55,70)
#262731
(38,39,49)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #D1B7EE

#D1B7EE
(209,183,238)
#D5BDEF
(213,189,239)
#D9C3F0
(217,195,240)
#DDC9F1
(221,201,241)
#E1CFF2
(225,207,242)
#E5D5F3
(229,213,243)
#E9DBF4
(233,219,244)
#EDE1F5
(237,225,245)
#F1E7F6
(241,231,246)
#F5EDF7
(245,237,247)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B7EE; }

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

This text font color is #D1B7EE.


Background Color

.myBgColor { background-color: #D1B7EE; }

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

This div background color is #D1B7EE.


Border color

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

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

This div border color is #D1B7EE.


Opacity

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

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

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

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

This text has shadow with #D1B7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B7EE on black background.


Color preview on white background

This text has color #D1B7EE on white background.



Black color preview on #D1B7EE background

This text has black color on #D1B7EE background.


White color preview on #D1B7EE background

This text has white color on #D1B7EE background.