COLOR #D2B7EC

HEX: #D2B7EC
RGB: (210,183,236)

Color info

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

RGB color model

#D2B7EC color RGB value is (210,183,236).

  • red value is 210;
  • green value is 183;
  • blue value is 236.
RGB:
(210,183,236)
(82%,72%,93%)

RGB channels and saturation

R 210 of 255 = 82%
G 183 of 255 = 72%
B 236 of 255 = 93%

210
183
236

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

Portions of RGB colors in percentages

R + G + B =
210 + 183 + 236 = 629 (100%)
R 210 of 629 ~ 33.39%
G 183 of 629 ~ 29.09%
B 236 of 629 ~ 37.52%

%33.39
%29.09
%37.52

CMYK color model

#D2B7EC color CMYK value is (11,22,0,7).

  • cyan value is 11.02%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(11,22,0,7)
C11M22Y0K7 
(11%,22%,0%,7%)
(0.11/0.22/0.00/0.07)	

CMYK percentages

%11.02
%22.46
%0
%7.45

Codes

Color #D2B7EC in popluar color models

D2B7EC
RGB210183236
HSL271°58.24%82.16%
HSB/HSV271°22.46%92.55%
CMYK11.02%22.46%0.00%
7.45%

Color #D2B7EC in popluar number systems.

HEXD2B7EC
Decimal210183236
Binary110100101011011111101100
Octal322267354

Shades and tints

Shades of #D2B7EC

#D2B7EC
(210,183,236)
#BFA7D7
(191,167,215)
#AC97C2
(172,151,194)
#9987AD
(153,135,173)
#867798
(134,119,152)
#736783
(115,103,131)
#60576E
(96,87,110)
#4D4759
(77,71,89)
#3A3744
(58,55,68)
#27272F
(39,39,47)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #D2B7EC

#D2B7EC
(210,183,236)
#D6BDED
(214,189,237)
#DAC3EE
(218,195,238)
#DEC9EF
(222,201,239)
#E2CFF0
(226,207,240)
#E6D5F1
(230,213,241)
#EADBF2
(234,219,242)
#EEE1F3
(238,225,243)
#F2E7F4
(242,231,244)
#F6EDF5
(246,237,245)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B7EC color. Also use rgb(210,183,236) instead hex code.

Text Font Color

.myTextColor { color: #D2B7EC; }

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

This text font color is #D2B7EC.


Background Color

.myBgColor { background-color: #D2B7EC; }

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

This div background color is #D2B7EC.


Border color

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

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

This div border color is #D2B7EC.


Opacity

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

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

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

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

This text has shadow with #D2B7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B7EC on black background.


Color preview on white background

This text has color #D2B7EC on white background.



Black color preview on #D2B7EC background

This text has black color on #D2B7EC background.


White color preview on #D2B7EC background

This text has white color on #D2B7EC background.