COLOR #D0B4EE

HEX: #D0B4EE
RGB: (208,180,238)

Color info

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

RGB color model

#D0B4EE color RGB value is (208,180,238).

  • red value is 208;
  • green value is 180;
  • blue value is 238.
RGB:
(208,180,238)
(82%,71%,93%)

RGB channels and saturation

R 208 of 255 = 82%
G 180 of 255 = 71%
B 238 of 255 = 93%

208
180
238

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

Portions of RGB colors in percentages

R + G + B =
208 + 180 + 238 = 626 (100%)
R 208 of 626 ~ 33.23%
G 180 of 626 ~ 28.75%
B 238 of 626 ~ 38.02%

%33.23
%28.75
%38.02

CMYK color model

#D0B4EE color CMYK value is (13,24,0,7).

  • cyan value is 12.61%
  • magenta value is 24.37%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,24,0,7)
C13M24Y0K7 
(13%,24%,0%,7%)
(0.13/0.24/0.00/0.07)	

CMYK percentages

%12.61
%24.37
%0
%6.67

Codes

Color #D0B4EE in popluar color models

D0B4EE
RGB208180238
HSL269°63.04%81.96%
HSB/HSV269°24.37%93.33%
CMYK12.61%24.37%0.00%
6.67%

Color #D0B4EE in popluar number systems.

HEXD0B4EE
Decimal208180238
Binary110100001011010011101110
Octal320264356

Shades and tints

Shades of #D0B4EE

#D0B4EE
(208,180,238)
#BEA4D9
(190,164,217)
#AC94C4
(172,148,196)
#9A84AF
(154,132,175)
#88749A
(136,116,154)
#766485
(118,100,133)
#645470
(100,84,112)
#52445B
(82,68,91)
#403446
(64,52,70)
#2E2431
(46,36,49)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #D0B4EE

#D0B4EE
(208,180,238)
#D4BAEF
(212,186,239)
#D8C0F0
(216,192,240)
#DCC6F1
(220,198,241)
#E0CCF2
(224,204,242)
#E4D2F3
(228,210,243)
#E8D8F4
(232,216,244)
#ECDEF5
(236,222,245)
#F0E4F6
(240,228,246)
#F4EAF7
(244,234,247)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B4EE color. Also use rgb(208,180,238) instead hex code.

Text Font Color

.myTextColor { color: #D0B4EE; }

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

This text font color is #D0B4EE.


Background Color

.myBgColor { background-color: #D0B4EE; }

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

This div background color is #D0B4EE.


Border color

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

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

This div border color is #D0B4EE.


Opacity

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

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

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

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

This text has shadow with #D0B4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B4EE on black background.


Color preview on white background

This text has color #D0B4EE on white background.



Black color preview on #D0B4EE background

This text has black color on #D0B4EE background.


White color preview on #D0B4EE background

This text has white color on #D0B4EE background.