COLOR #D2BEE7

HEX: #D2BEE7
RGB: (210,190,231)

Color info

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

RGB color model

#D2BEE7 color RGB value is (210,190,231).

  • red value is 210;
  • green value is 190;
  • blue value is 231.
RGB:
(210,190,231)
(82%,75%,91%)

RGB channels and saturation

R 210 of 255 = 82%
G 190 of 255 = 75%
B 231 of 255 = 91%

210
190
231

R + G + B ~ 83%. #D2BEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 190 + 231 = 631 (100%)
R 210 of 631 ~ 33.28%
G 190 of 631 ~ 30.11%
B 231 of 631 ~ 36.61%

%33.28
%30.11
%36.61

CMYK color model

#D2BEE7 color CMYK value is (9,18,0,9).

  • cyan value is 9.09%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,18,0,9)
C9M18Y0K9 
(9%,18%,0%,9%)
(0.09/0.18/0.00/0.09)	

CMYK percentages

%9.09
%17.75
%0
%9.41

Codes

Color #D2BEE7 in popluar color models

D2BEE7
RGB210190231
HSL269°46.07%82.55%
HSB/HSV269°17.75%90.59%
CMYK9.09%17.75%0.00%
9.41%

Color #D2BEE7 in popluar number systems.

HEXD2BEE7
Decimal210190231
Binary110100101011111011100111
Octal322276347

Shades and tints

Shades of #D2BEE7

#D2BEE7
(210,190,231)
#BFADD2
(191,173,210)
#AC9CBD
(172,156,189)
#998BA8
(153,139,168)
#867A93
(134,122,147)
#73697E
(115,105,126)
#605869
(96,88,105)
#4D4754
(77,71,84)
#3A363F
(58,54,63)
#27252A
(39,37,42)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #D2BEE7

#D2BEE7
(210,190,231)
#D6C3E9
(214,195,233)
#DAC8EB
(218,200,235)
#DECDED
(222,205,237)
#E2D2EF
(226,210,239)
#E6D7F1
(230,215,241)
#EADCF3
(234,220,243)
#EEE1F5
(238,225,245)
#F2E6F7
(242,230,247)
#F6EBF9
(246,235,249)
#FAF0FB
(250,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BEE7 color. Also use rgb(210,190,231) instead hex code.

Text Font Color

.myTextColor { color: #D2BEE7; }

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

This text font color is #D2BEE7.


Background Color

.myBgColor { background-color: #D2BEE7; }

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

This div background color is #D2BEE7.


Border color

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

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

This div border color is #D2BEE7.


Opacity

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

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

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

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

This text has shadow with #D2BEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BEE7 on black background.


Color preview on white background

This text has color #D2BEE7 on white background.



Black color preview on #D2BEE7 background

This text has black color on #D2BEE7 background.


White color preview on #D2BEE7 background

This text has white color on #D2BEE7 background.