COLOR #D0B2E1

HEX: #D0B2E1
RGB: (208,178,225)

Color info

#D0B2E1 contains red, green and blue colors in about the same proportion. Web safe color of #D0B2E1 is #CC99CC (or #C9C).

RGB color model

#D0B2E1 color RGB value is (208,178,225).

  • red value is 208;
  • green value is 178;
  • blue value is 225.
RGB:
(208,178,225)
(82%,70%,88%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 225 of 255 = 88%

208
178
225

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

Portions of RGB colors in percentages

R + G + B =
208 + 178 + 225 = 611 (100%)
R 208 of 611 ~ 34.04%
G 178 of 611 ~ 29.13%
B 225 of 611 ~ 36.82%

%34.04
%29.13
%36.82

CMYK color model

#D0B2E1 color CMYK value is (8,21,0,12).

  • cyan value is 7.56%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,21,0,12)
C8M21Y0K12 
(8%,21%,0%,12%)
(0.08/0.21/0.00/0.12)	

CMYK percentages

%7.56
%20.89
%0
%11.76

Codes

Color #D0B2E1 in popluar color models

D0B2E1
RGB208178225
HSL278°43.93%79.02%
HSB/HSV278°20.89%88.24%
CMYK7.56%20.89%0.00%
11.76%

Color #D0B2E1 in popluar number systems.

HEXD0B2E1
Decimal208178225
Binary110100001011001011100001
Octal320262341

Shades and tints

Shades of #D0B2E1

#D0B2E1
(208,178,225)
#BEA2CD
(190,162,205)
#AC92B9
(172,146,185)
#9A82A5
(154,130,165)
#887291
(136,114,145)
#76627D
(118,98,125)
#645269
(100,82,105)
#524255
(82,66,85)
#403241
(64,50,65)
#2E222D
(46,34,45)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #D0B2E1

#D0B2E1
(208,178,225)
#D4B9E3
(212,185,227)
#D8C0E5
(216,192,229)
#DCC7E7
(220,199,231)
#E0CEE9
(224,206,233)
#E4D5EB
(228,213,235)
#E8DCED
(232,220,237)
#ECE3EF
(236,227,239)
#F0EAF1
(240,234,241)
#F4F1F3
(244,241,243)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B2E1 color. Also use rgb(208,178,225) instead hex code.

Text Font Color

.myTextColor { color: #D0B2E1; }

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

This text font color is #D0B2E1.


Background Color

.myBgColor { background-color: #D0B2E1; }

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

This div background color is #D0B2E1.


Border color

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

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

This div border color is #D0B2E1.


Opacity

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

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

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

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

This text has shadow with #D0B2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B2E1 on black background.


Color preview on white background

This text has color #D0B2E1 on white background.



Black color preview on #D0B2E1 background

This text has black color on #D0B2E1 background.


White color preview on #D0B2E1 background

This text has white color on #D0B2E1 background.