COLOR #D2BBFF

HEX: #D2BBFF
RGB: (210,187,255)

Color info

#D2BBFF contains mainly red and blue colors. Web safe color of #D2BBFF is #CCCCFF (or #CCF).

RGB color model

#D2BBFF color RGB value is (210,187,255).

  • red value is 210;
  • green value is 187;
  • blue value is 255.
RGB:
(210,187,255)
(82%,73%,100%)

RGB channels and saturation

R 210 of 255 = 82%
G 187 of 255 = 73%
B 255 of 255 = 100%

210
187
255

R + G + B ~ 85%. #D2BBFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 187 + 255 = 652 (100%)
R 210 of 652 ~ 32.21%
G 187 of 652 ~ 28.68%
B 255 of 652 ~ 39.11%

%32.21
%28.68
%39.11

CMYK color model

#D2BBFF color CMYK value is (18,27,0,0).

  • cyan value is 17.65%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,27,0,0)
C18M27Y0K0 
(18%,27%,0%,0%)
(0.18/0.27/0.00/0.00)	

CMYK percentages

%17.65
%26.67
%0
%0

Codes

Color #D2BBFF in popluar color models

D2BBFF
RGB210187255
HSL260°100.00%86.67%
HSB/HSV260°26.67%100.00%
CMYK17.65%26.67%0.00%
0.00%

Color #D2BBFF in popluar number systems.

HEXD2BBFF
Decimal210187255
Binary110100101011101111111111
Octal322273377

Shades and tints

Shades of #D2BBFF

#D2BBFF
(210,187,255)
#BFAAE8
(191,170,232)
#AC99D1
(172,153,209)
#9988BA
(153,136,186)
#8677A3
(134,119,163)
#73668C
(115,102,140)
#605575
(96,85,117)
#4D445E
(77,68,94)
#3A3347
(58,51,71)
#272230
(39,34,48)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #D2BBFF

#D2BBFF
(210,187,255)
#D6C1FF
(214,193,255)
#DAC7FF
(218,199,255)
#DECDFF
(222,205,255)
#E2D3FF
(226,211,255)
#E6D9FF
(230,217,255)
#EADFFF
(234,223,255)
#EEE5FF
(238,229,255)
#F2EBFF
(242,235,255)
#F6F1FF
(246,241,255)
#FAF7FF
(250,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BBFF color. Also use rgb(210,187,255) instead hex code.

Text Font Color

.myTextColor { color: #D2BBFF; }

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

This text font color is #D2BBFF.


Background Color

.myBgColor { background-color: #D2BBFF; }

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

This div background color is #D2BBFF.


Border color

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

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

This div border color is #D2BBFF.


Opacity

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

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

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

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

This text has shadow with #D2BBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BBFF on black background.


Color preview on white background

This text has color #D2BBFF on white background.



Black color preview on #D2BBFF background

This text has black color on #D2BBFF background.


White color preview on #D2BBFF background

This text has white color on #D2BBFF background.