COLOR #D3B1FB

HEX: #D3B1FB
RGB: (211,177,251)

Color info

#D3B1FB contains mainly red and blue colors. Web safe color of #D3B1FB is #CC99FF (or #C9F).

RGB color model

#D3B1FB color RGB value is (211,177,251).

  • red value is 211;
  • green value is 177;
  • blue value is 251.
RGB:
(211,177,251)
(83%,69%,98%)

RGB channels and saturation

R 211 of 255 = 83%
G 177 of 255 = 69%
B 251 of 255 = 98%

211
177
251

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

Portions of RGB colors in percentages

R + G + B =
211 + 177 + 251 = 639 (100%)
R 211 of 639 ~ 33.02%
G 177 of 639 ~ 27.7%
B 251 of 639 ~ 39.28%

%33.02
%27.7
%39.28

CMYK color model

#D3B1FB color CMYK value is (16,29,0,2).

  • cyan value is 15.94%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(16,29,0,2)
C16M29Y0K2 
(16%,29%,0%,2%)
(0.16/0.29/0.00/0.02)	

CMYK percentages

%15.94
%29.48
%0
%1.57

Codes

Color #D3B1FB in popluar color models

D3B1FB
RGB211177251
HSL268°90.24%83.92%
HSB/HSV268°29.48%98.43%
CMYK15.94%29.48%0.00%
1.57%

Color #D3B1FB in popluar number systems.

HEXD3B1FB
Decimal211177251
Binary110100111011000111111011
Octal323261373

Shades and tints

Shades of #D3B1FB

#D3B1FB
(211,177,251)
#C0A1E5
(192,161,229)
#AD91CF
(173,145,207)
#9A81B9
(154,129,185)
#8771A3
(135,113,163)
#74618D
(116,97,141)
#615177
(97,81,119)
#4E4161
(78,65,97)
#3B314B
(59,49,75)
#282135
(40,33,53)
#15111F
(21,17,31)
#000000
(0,0,0)

Tints of #D3B1FB

#D3B1FB
(211,177,251)
#D7B8FB
(215,184,251)
#DBBFFB
(219,191,251)
#DFC6FB
(223,198,251)
#E3CDFB
(227,205,251)
#E7D4FB
(231,212,251)
#EBDBFB
(235,219,251)
#EFE2FB
(239,226,251)
#F3E9FB
(243,233,251)
#F7F0FB
(247,240,251)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B1FB color. Also use rgb(211,177,251) instead hex code.

Text Font Color

.myTextColor { color: #D3B1FB; }

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

This text font color is #D3B1FB.


Background Color

.myBgColor { background-color: #D3B1FB; }

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

This div background color is #D3B1FB.


Border color

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

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

This div border color is #D3B1FB.


Opacity

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

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

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

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

This text has shadow with #D3B1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B1FB on black background.


Color preview on white background

This text has color #D3B1FB on white background.



Black color preview on #D3B1FB background

This text has black color on #D3B1FB background.


White color preview on #D3B1FB background

This text has white color on #D3B1FB background.