COLOR #D2B1EF

HEX: #D2B1EF
RGB: (210,177,239)

Color info

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

RGB color model

#D2B1EF color RGB value is (210,177,239).

  • red value is 210;
  • green value is 177;
  • blue value is 239.
RGB:
(210,177,239)
(82%,69%,94%)

RGB channels and saturation

R 210 of 255 = 82%
G 177 of 255 = 69%
B 239 of 255 = 94%

210
177
239

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

Portions of RGB colors in percentages

R + G + B =
210 + 177 + 239 = 626 (100%)
R 210 of 626 ~ 33.55%
G 177 of 626 ~ 28.27%
B 239 of 626 ~ 38.18%

%33.55
%28.27
%38.18

CMYK color model

#D2B1EF color CMYK value is (12,26,0,6).

  • cyan value is 12.13%
  • magenta value is 25.94%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(12,26,0,6)
C12M26Y0K6 
(12%,26%,0%,6%)
(0.12/0.26/0.00/0.06)	

CMYK percentages

%12.13
%25.94
%0
%6.27

Codes

Color #D2B1EF in popluar color models

D2B1EF
RGB210177239
HSL272°65.96%81.57%
HSB/HSV272°25.94%93.73%
CMYK12.13%25.94%0.00%
6.27%

Color #D2B1EF in popluar number systems.

HEXD2B1EF
Decimal210177239
Binary110100101011000111101111
Octal322261357

Shades and tints

Shades of #D2B1EF

#D2B1EF
(210,177,239)
#BFA1DA
(191,161,218)
#AC91C5
(172,145,197)
#9981B0
(153,129,176)
#86719B
(134,113,155)
#736186
(115,97,134)
#605171
(96,81,113)
#4D415C
(77,65,92)
#3A3147
(58,49,71)
#272132
(39,33,50)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #D2B1EF

#D2B1EF
(210,177,239)
#D6B8F0
(214,184,240)
#DABFF1
(218,191,241)
#DEC6F2
(222,198,242)
#E2CDF3
(226,205,243)
#E6D4F4
(230,212,244)
#EADBF5
(234,219,245)
#EEE2F6
(238,226,246)
#F2E9F7
(242,233,247)
#F6F0F8
(246,240,248)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B1EF color. Also use rgb(210,177,239) instead hex code.

Text Font Color

.myTextColor { color: #D2B1EF; }

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

This text font color is #D2B1EF.


Background Color

.myBgColor { background-color: #D2B1EF; }

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

This div background color is #D2B1EF.


Border color

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

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

This div border color is #D2B1EF.


Opacity

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

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

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

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

This text has shadow with #D2B1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B1EF on black background.


Color preview on white background

This text has color #D2B1EF on white background.



Black color preview on #D2B1EF background

This text has black color on #D2B1EF background.


White color preview on #D2B1EF background

This text has white color on #D2B1EF background.