COLOR #D2B0ED

HEX: #D2B0ED
RGB: (210,176,237)

Color info

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

RGB color model

#D2B0ED color RGB value is (210,176,237).

  • red value is 210;
  • green value is 176;
  • blue value is 237.
RGB:
(210,176,237)
(82%,69%,93%)

RGB channels and saturation

R 210 of 255 = 82%
G 176 of 255 = 69%
B 237 of 255 = 93%

210
176
237

R + G + B ~ 81%. #D2B0ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 176 + 237 = 623 (100%)
R 210 of 623 ~ 33.71%
G 176 of 623 ~ 28.25%
B 237 of 623 ~ 38.04%

%33.71
%28.25
%38.04

CMYK color model

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

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

CMYK percentages

%11.39
%25.74
%0
%7.06

Codes

Color #D2B0ED in popluar color models

D2B0ED
RGB210176237
HSL273°62.89%80.98%
HSB/HSV273°25.74%92.94%
CMYK11.39%25.74%0.00%
7.06%

Color #D2B0ED in popluar number systems.

HEXD2B0ED
Decimal210176237
Binary110100101011000011101101
Octal322260355

Shades and tints

Shades of #D2B0ED

#D2B0ED
(210,176,237)
#BFA0D8
(191,160,216)
#AC90C3
(172,144,195)
#9980AE
(153,128,174)
#867099
(134,112,153)
#736084
(115,96,132)
#60506F
(96,80,111)
#4D405A
(77,64,90)
#3A3045
(58,48,69)
#272030
(39,32,48)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #D2B0ED

#D2B0ED
(210,176,237)
#D6B7EE
(214,183,238)
#DABEEF
(218,190,239)
#DEC5F0
(222,197,240)
#E2CCF1
(226,204,241)
#E6D3F2
(230,211,242)
#EADAF3
(234,218,243)
#EEE1F4
(238,225,244)
#F2E8F5
(242,232,245)
#F6EFF6
(246,239,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B0ED color. Also use rgb(210,176,237) instead hex code.

Text Font Color

.myTextColor { color: #D2B0ED; }

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

This text font color is #D2B0ED.


Background Color

.myBgColor { background-color: #D2B0ED; }

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

This div background color is #D2B0ED.


Border color

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

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

This div border color is #D2B0ED.


Opacity

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

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

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

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

This text has shadow with #D2B0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B0ED on black background.


Color preview on white background

This text has color #D2B0ED on white background.



Black color preview on #D2B0ED background

This text has black color on #D2B0ED background.


White color preview on #D2B0ED background

This text has white color on #D2B0ED background.