COLOR #D1BFFD

HEX: #D1BFFD
RGB: (209,191,253)

Color info

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

RGB color model

#D1BFFD color RGB value is (209,191,253).

  • red value is 209;
  • green value is 191;
  • blue value is 253.
RGB:
(209,191,253)
(82%,75%,99%)

RGB channels and saturation

R 209 of 255 = 82%
G 191 of 255 = 75%
B 253 of 255 = 99%

209
191
253

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

Portions of RGB colors in percentages

R + G + B =
209 + 191 + 253 = 653 (100%)
R 209 of 653 ~ 32.01%
G 191 of 653 ~ 29.25%
B 253 of 653 ~ 38.74%

%32.01
%29.25
%38.74

CMYK color model

#D1BFFD color CMYK value is (17,25,0,1).

  • cyan value is 17.39%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,25,0,1)
C17M25Y0K1 
(17%,25%,0%,1%)
(0.17/0.25/0.00/0.01)	

CMYK percentages

%17.39
%24.51
%0
%0.78

Codes

Color #D1BFFD in popluar color models

D1BFFD
RGB209191253
HSL257°93.94%87.06%
HSB/HSV257°24.51%99.22%
CMYK17.39%24.51%0.00%
0.78%

Color #D1BFFD in popluar number systems.

HEXD1BFFD
Decimal209191253
Binary110100011011111111111101
Octal321277375

Shades and tints

Shades of #D1BFFD

#D1BFFD
(209,191,253)
#BEAEE6
(190,174,230)
#AB9DCF
(171,157,207)
#988CB8
(152,140,184)
#857BA1
(133,123,161)
#726A8A
(114,106,138)
#5F5973
(95,89,115)
#4C485C
(76,72,92)
#393745
(57,55,69)
#26262E
(38,38,46)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #D1BFFD

#D1BFFD
(209,191,253)
#D5C4FD
(213,196,253)
#D9C9FD
(217,201,253)
#DDCEFD
(221,206,253)
#E1D3FD
(225,211,253)
#E5D8FD
(229,216,253)
#E9DDFD
(233,221,253)
#EDE2FD
(237,226,253)
#F1E7FD
(241,231,253)
#F5ECFD
(245,236,253)
#F9F1FD
(249,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BFFD color. Also use rgb(209,191,253) instead hex code.

Text Font Color

.myTextColor { color: #D1BFFD; }

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

This text font color is #D1BFFD.


Background Color

.myBgColor { background-color: #D1BFFD; }

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

This div background color is #D1BFFD.


Border color

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

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

This div border color is #D1BFFD.


Opacity

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

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

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

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

This text has shadow with #D1BFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BFFD on black background.


Color preview on white background

This text has color #D1BFFD on white background.



Black color preview on #D1BFFD background

This text has black color on #D1BFFD background.


White color preview on #D1BFFD background

This text has white color on #D1BFFD background.