COLOR #D5B3FA

HEX: #D5B3FA
RGB: (213,179,250)

Color info

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

RGB color model

#D5B3FA color RGB value is (213,179,250).

  • red value is 213;
  • green value is 179;
  • blue value is 250.
RGB:
(213,179,250)
(84%,70%,98%)

RGB channels and saturation

R 213 of 255 = 84%
G 179 of 255 = 70%
B 250 of 255 = 98%

213
179
250

R + G + B ~ 84%. #D5B3FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 179 + 250 = 642 (100%)
R 213 of 642 ~ 33.18%
G 179 of 642 ~ 27.88%
B 250 of 642 ~ 38.94%

%33.18
%27.88
%38.94

CMYK color model

#D5B3FA color CMYK value is (15,28,0,2).

  • cyan value is 14.80%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,28,0,2)
C15M28Y0K2 
(15%,28%,0%,2%)
(0.15/0.28/0.00/0.02)	

CMYK percentages

%14.8
%28.4
%0
%1.96

Codes

Color #D5B3FA in popluar color models

D5B3FA
RGB213179250
HSL269°87.65%84.12%
HSB/HSV269°28.40%98.04%
CMYK14.80%28.40%0.00%
1.96%

Color #D5B3FA in popluar number systems.

HEXD5B3FA
Decimal213179250
Binary110101011011001111111010
Octal325263372

Shades and tints

Shades of #D5B3FA

#D5B3FA
(213,179,250)
#C2A3E4
(194,163,228)
#AF93CE
(175,147,206)
#9C83B8
(156,131,184)
#8973A2
(137,115,162)
#76638C
(118,99,140)
#635376
(99,83,118)
#504360
(80,67,96)
#3D334A
(61,51,74)
#2A2334
(42,35,52)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #D5B3FA

#D5B3FA
(213,179,250)
#D8B9FA
(216,185,250)
#DBBFFA
(219,191,250)
#DEC5FA
(222,197,250)
#E1CBFA
(225,203,250)
#E4D1FA
(228,209,250)
#E7D7FA
(231,215,250)
#EADDFA
(234,221,250)
#EDE3FA
(237,227,250)
#F0E9FA
(240,233,250)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B3FA color. Also use rgb(213,179,250) instead hex code.

Text Font Color

.myTextColor { color: #D5B3FA; }

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

This text font color is #D5B3FA.


Background Color

.myBgColor { background-color: #D5B3FA; }

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

This div background color is #D5B3FA.


Border color

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

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

This div border color is #D5B3FA.


Opacity

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

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

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

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

This text has shadow with #D5B3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B3FA on black background.


Color preview on white background

This text has color #D5B3FA on white background.



Black color preview on #D5B3FA background

This text has black color on #D5B3FA background.


White color preview on #D5B3FA background

This text has white color on #D5B3FA background.