COLOR #D2BEFA

HEX: #D2BEFA
RGB: (210,190,250)

Color info

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

RGB color model

#D2BEFA color RGB value is (210,190,250).

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

RGB channels and saturation

R 210 of 255 = 82%
G 190 of 255 = 75%
B 250 of 255 = 98%

210
190
250

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

Portions of RGB colors in percentages

R + G + B =
210 + 190 + 250 = 650 (100%)
R 210 of 650 ~ 32.31%
G 190 of 650 ~ 29.23%
B 250 of 650 ~ 38.46%

%32.31
%29.23
%38.46

CMYK color model

#D2BEFA color CMYK value is (16,24,0,2).

  • cyan value is 16.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(16,24,0,2)
C16M24Y0K2 
(16%,24%,0%,2%)
(0.16/0.24/0.00/0.02)	

CMYK percentages

%16
%24
%0
%1.96

Codes

Color #D2BEFA in popluar color models

D2BEFA
RGB210190250
HSL260°85.71%86.27%
HSB/HSV260°24.00%98.04%
CMYK16.00%24.00%0.00%
1.96%

Color #D2BEFA in popluar number systems.

HEXD2BEFA
Decimal210190250
Binary110100101011111011111010
Octal322276372

Shades and tints

Shades of #D2BEFA

#D2BEFA
(210,190,250)
#BFADE4
(191,173,228)
#AC9CCE
(172,156,206)
#998BB8
(153,139,184)
#867AA2
(134,122,162)
#73698C
(115,105,140)
#605876
(96,88,118)
#4D4760
(77,71,96)
#3A364A
(58,54,74)
#272534
(39,37,52)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #D2BEFA

#D2BEFA
(210,190,250)
#D6C3FA
(214,195,250)
#DAC8FA
(218,200,250)
#DECDFA
(222,205,250)
#E2D2FA
(226,210,250)
#E6D7FA
(230,215,250)
#EADCFA
(234,220,250)
#EEE1FA
(238,225,250)
#F2E6FA
(242,230,250)
#F6EBFA
(246,235,250)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BEFA; }

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

This text font color is #D2BEFA.


Background Color

.myBgColor { background-color: #D2BEFA; }

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

This div background color is #D2BEFA.


Border color

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

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

This div border color is #D2BEFA.


Opacity

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

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

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

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

This text has shadow with #D2BEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BEFA on black background.


Color preview on white background

This text has color #D2BEFA on white background.



Black color preview on #D2BEFA background

This text has black color on #D2BEFA background.


White color preview on #D2BEFA background

This text has white color on #D2BEFA background.