COLOR #D0BDEA

HEX: #D0BDEA
RGB: (208,189,234)

Color info

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

RGB color model

#D0BDEA color RGB value is (208,189,234).

  • red value is 208;
  • green value is 189;
  • blue value is 234.
RGB:
(208,189,234)
(82%,74%,92%)

RGB channels and saturation

R 208 of 255 = 82%
G 189 of 255 = 74%
B 234 of 255 = 92%

208
189
234

R + G + B ~ 83%. #D0BDEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 189 + 234 = 631 (100%)
R 208 of 631 ~ 32.96%
G 189 of 631 ~ 29.95%
B 234 of 631 ~ 37.08%

%32.96
%29.95
%37.08

CMYK color model

#D0BDEA color CMYK value is (11,19,0,8).

  • cyan value is 11.11%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(11,19,0,8)
C11M19Y0K8 
(11%,19%,0%,8%)
(0.11/0.19/0.00/0.08)	

CMYK percentages

%11.11
%19.23
%0
%8.24

Codes

Color #D0BDEA in popluar color models

D0BDEA
RGB208189234
HSL265°51.72%82.94%
HSB/HSV265°19.23%91.76%
CMYK11.11%19.23%0.00%
8.24%

Color #D0BDEA in popluar number systems.

HEXD0BDEA
Decimal208189234
Binary110100001011110111101010
Octal320275352

Shades and tints

Shades of #D0BDEA

#D0BDEA
(208,189,234)
#BEACD5
(190,172,213)
#AC9BC0
(172,155,192)
#9A8AAB
(154,138,171)
#887996
(136,121,150)
#766881
(118,104,129)
#64576C
(100,87,108)
#524657
(82,70,87)
#403542
(64,53,66)
#2E242D
(46,36,45)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #D0BDEA

#D0BDEA
(208,189,234)
#D4C3EB
(212,195,235)
#D8C9EC
(216,201,236)
#DCCFED
(220,207,237)
#E0D5EE
(224,213,238)
#E4DBEF
(228,219,239)
#E8E1F0
(232,225,240)
#ECE7F1
(236,231,241)
#F0EDF2
(240,237,242)
#F4F3F3
(244,243,243)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BDEA color. Also use rgb(208,189,234) instead hex code.

Text Font Color

.myTextColor { color: #D0BDEA; }

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

This text font color is #D0BDEA.


Background Color

.myBgColor { background-color: #D0BDEA; }

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

This div background color is #D0BDEA.


Border color

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

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

This div border color is #D0BDEA.


Opacity

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

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

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

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

This text has shadow with #D0BDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BDEA on black background.


Color preview on white background

This text has color #D0BDEA on white background.



Black color preview on #D0BDEA background

This text has black color on #D0BDEA background.


White color preview on #D0BDEA background

This text has white color on #D0BDEA background.