COLOR #D0B6DE

HEX: #D0B6DE
RGB: (208,182,222)

Color info

#D0B6DE contains red, green and blue colors in about the same proportion. Web safe color of #D0B6DE is #CCCCCC (or #CCC).

RGB color model

#D0B6DE color RGB value is (208,182,222).

  • red value is 208;
  • green value is 182;
  • blue value is 222.
RGB:
(208,182,222)
(82%,71%,87%)

RGB channels and saturation

R 208 of 255 = 82%
G 182 of 255 = 71%
B 222 of 255 = 87%

208
182
222

R + G + B ~ 80%. #D0B6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 182 + 222 = 612 (100%)
R 208 of 612 ~ 33.99%
G 182 of 612 ~ 29.74%
B 222 of 612 ~ 36.27%

%33.99
%29.74
%36.27

CMYK color model

#D0B6DE color CMYK value is (6,18,0,13).

  • cyan value is 6.31%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,18,0,13)
C6M18Y0K13 
(6%,18%,0%,13%)
(0.06/0.18/0.00/0.13)	

CMYK percentages

%6.31
%18.02
%0
%12.94

Codes

Color #D0B6DE in popluar color models

D0B6DE
RGB208182222
HSL279°37.74%79.22%
HSB/HSV279°18.02%87.06%
CMYK6.31%18.02%0.00%
12.94%

Color #D0B6DE in popluar number systems.

HEXD0B6DE
Decimal208182222
Binary110100001011011011011110
Octal320266336

Shades and tints

Shades of #D0B6DE

#D0B6DE
(208,182,222)
#BEA6CA
(190,166,202)
#AC96B6
(172,150,182)
#9A86A2
(154,134,162)
#88768E
(136,118,142)
#76667A
(118,102,122)
#645666
(100,86,102)
#524652
(82,70,82)
#40363E
(64,54,62)
#2E262A
(46,38,42)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #D0B6DE

#D0B6DE
(208,182,222)
#D4BCE1
(212,188,225)
#D8C2E4
(216,194,228)
#DCC8E7
(220,200,231)
#E0CEEA
(224,206,234)
#E4D4ED
(228,212,237)
#E8DAF0
(232,218,240)
#ECE0F3
(236,224,243)
#F0E6F6
(240,230,246)
#F4ECF9
(244,236,249)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B6DE color. Also use rgb(208,182,222) instead hex code.

Text Font Color

.myTextColor { color: #D0B6DE; }

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

This text font color is #D0B6DE.


Background Color

.myBgColor { background-color: #D0B6DE; }

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

This div background color is #D0B6DE.


Border color

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

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

This div border color is #D0B6DE.


Opacity

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

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

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

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

This text has shadow with #D0B6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B6DE on black background.


Color preview on white background

This text has color #D0B6DE on white background.



Black color preview on #D0B6DE background

This text has black color on #D0B6DE background.


White color preview on #D0B6DE background

This text has white color on #D0B6DE background.