COLOR #D2BEE0

HEX: #D2BEE0
RGB: (210,190,224)

Color info

#D2BEE0 contains red, green and blue colors in about the same proportion. Web safe color of #D2BEE0 is #CCCCCC (or #CCC).

RGB color model

#D2BEE0 color RGB value is (210,190,224).

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

RGB channels and saturation

R 210 of 255 = 82%
G 190 of 255 = 75%
B 224 of 255 = 88%

210
190
224

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

Portions of RGB colors in percentages

R + G + B =
210 + 190 + 224 = 624 (100%)
R 210 of 624 ~ 33.65%
G 190 of 624 ~ 30.45%
B 224 of 624 ~ 35.9%

%33.65
%30.45
%35.9

CMYK color model

#D2BEE0 color CMYK value is (6,15,0,12).

  • cyan value is 6.25%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(6,15,0,12)
C6M15Y0K12 
(6%,15%,0%,12%)
(0.06/0.15/0.00/0.12)	

CMYK percentages

%6.25
%15.18
%0
%12.16

Codes

Color #D2BEE0 in popluar color models

D2BEE0
RGB210190224
HSL275°35.42%81.18%
HSB/HSV275°15.18%87.84%
CMYK6.25%15.18%0.00%
12.16%

Color #D2BEE0 in popluar number systems.

HEXD2BEE0
Decimal210190224
Binary110100101011111011100000
Octal322276340

Shades and tints

Shades of #D2BEE0

#D2BEE0
(210,190,224)
#BFADCC
(191,173,204)
#AC9CB8
(172,156,184)
#998BA4
(153,139,164)
#867A90
(134,122,144)
#73697C
(115,105,124)
#605868
(96,88,104)
#4D4754
(77,71,84)
#3A3640
(58,54,64)
#27252C
(39,37,44)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #D2BEE0

#D2BEE0
(210,190,224)
#D6C3E2
(214,195,226)
#DAC8E4
(218,200,228)
#DECDE6
(222,205,230)
#E2D2E8
(226,210,232)
#E6D7EA
(230,215,234)
#EADCEC
(234,220,236)
#EEE1EE
(238,225,238)
#F2E6F0
(242,230,240)
#F6EBF2
(246,235,242)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BEE0; }

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

This text font color is #D2BEE0.


Background Color

.myBgColor { background-color: #D2BEE0; }

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

This div background color is #D2BEE0.


Border color

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

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

This div border color is #D2BEE0.


Opacity

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

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

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

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

This text has shadow with #D2BEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BEE0 on black background.


Color preview on white background

This text has color #D2BEE0 on white background.



Black color preview on #D2BEE0 background

This text has black color on #D2BEE0 background.


White color preview on #D2BEE0 background

This text has white color on #D2BEE0 background.