COLOR #D1BEFA

HEX: #D1BEFA
RGB: (209,190,250)

Color info

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

RGB color model

#D1BEFA color RGB value is (209,190,250).

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

RGB channels and saturation

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

209
190
250

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

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 250 = 649 (100%)
R 209 of 649 ~ 32.2%
G 190 of 649 ~ 29.28%
B 250 of 649 ~ 38.52%

%32.2
%29.28
%38.52

CMYK color model

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

  • cyan value is 16.40%
  • 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.4
%24
%0
%1.96

Codes

Color #D1BEFA in popluar color models

D1BEFA
RGB209190250
HSL259°85.71%86.27%
HSB/HSV259°24.00%98.04%
CMYK16.40%24.00%0.00%
1.96%

Color #D1BEFA in popluar number systems.

HEXD1BEFA
Decimal209190250
Binary110100011011111011111010
Octal321276372

Shades and tints

Shades of #D1BEFA

#D1BEFA
(209,190,250)
#BEADE4
(190,173,228)
#AB9CCE
(171,156,206)
#988BB8
(152,139,184)
#857AA2
(133,122,162)
#72698C
(114,105,140)
#5F5876
(95,88,118)
#4C4760
(76,71,96)
#39364A
(57,54,74)
#262534
(38,37,52)
#13141E
(19,20,30)
#000000
(0,0,0)

Tints of #D1BEFA

#D1BEFA
(209,190,250)
#D5C3FA
(213,195,250)
#D9C8FA
(217,200,250)
#DDCDFA
(221,205,250)
#E1D2FA
(225,210,250)
#E5D7FA
(229,215,250)
#E9DCFA
(233,220,250)
#EDE1FA
(237,225,250)
#F1E6FA
(241,230,250)
#F5EBFA
(245,235,250)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BEFA; }

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

This text font color is #D1BEFA.


Background Color

.myBgColor { background-color: #D1BEFA; }

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

This div background color is #D1BEFA.


Border color

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

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

This div border color is #D1BEFA.


Opacity

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

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

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

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

This text has shadow with #D1BEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BEFA on black background.


Color preview on white background

This text has color #D1BEFA on white background.



Black color preview on #D1BEFA background

This text has black color on #D1BEFA background.


White color preview on #D1BEFA background

This text has white color on #D1BEFA background.