COLOR #D3B0EE

HEX: #D3B0EE
RGB: (211,176,238)

Color info

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

RGB color model

#D3B0EE color RGB value is (211,176,238).

  • red value is 211;
  • green value is 176;
  • blue value is 238.
RGB:
(211,176,238)
(83%,69%,93%)

RGB channels and saturation

R 211 of 255 = 83%
G 176 of 255 = 69%
B 238 of 255 = 93%

211
176
238

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

Portions of RGB colors in percentages

R + G + B =
211 + 176 + 238 = 625 (100%)
R 211 of 625 ~ 33.76%
G 176 of 625 ~ 28.16%
B 238 of 625 ~ 38.08%

%33.76
%28.16
%38.08

CMYK color model

#D3B0EE color CMYK value is (11,26,0,7).

  • cyan value is 11.34%
  • magenta value is 26.05%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,26,0,7)
C11M26Y0K7 
(11%,26%,0%,7%)
(0.11/0.26/0.00/0.07)	

CMYK percentages

%11.34
%26.05
%0
%6.67

Codes

Color #D3B0EE in popluar color models

D3B0EE
RGB211176238
HSL274°64.58%81.18%
HSB/HSV274°26.05%93.33%
CMYK11.34%26.05%0.00%
6.67%

Color #D3B0EE in popluar number systems.

HEXD3B0EE
Decimal211176238
Binary110100111011000011101110
Octal323260356

Shades and tints

Shades of #D3B0EE

#D3B0EE
(211,176,238)
#C0A0D9
(192,160,217)
#AD90C4
(173,144,196)
#9A80AF
(154,128,175)
#87709A
(135,112,154)
#746085
(116,96,133)
#615070
(97,80,112)
#4E405B
(78,64,91)
#3B3046
(59,48,70)
#282031
(40,32,49)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #D3B0EE

#D3B0EE
(211,176,238)
#D7B7EF
(215,183,239)
#DBBEF0
(219,190,240)
#DFC5F1
(223,197,241)
#E3CCF2
(227,204,242)
#E7D3F3
(231,211,243)
#EBDAF4
(235,218,244)
#EFE1F5
(239,225,245)
#F3E8F6
(243,232,246)
#F7EFF7
(247,239,247)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B0EE color. Also use rgb(211,176,238) instead hex code.

Text Font Color

.myTextColor { color: #D3B0EE; }

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

This text font color is #D3B0EE.


Background Color

.myBgColor { background-color: #D3B0EE; }

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

This div background color is #D3B0EE.


Border color

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

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

This div border color is #D3B0EE.


Opacity

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

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

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

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

This text has shadow with #D3B0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B0EE on black background.


Color preview on white background

This text has color #D3B0EE on white background.



Black color preview on #D3B0EE background

This text has black color on #D3B0EE background.


White color preview on #D3B0EE background

This text has white color on #D3B0EE background.