COLOR #D9B2FA

HEX: #D9B2FA
RGB: (217,178,250)

Color info

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

RGB color model

#D9B2FA color RGB value is (217,178,250).

  • red value is 217;
  • green value is 178;
  • blue value is 250.
RGB:
(217,178,250)
(85%,70%,98%)

RGB channels and saturation

R 217 of 255 = 85%
G 178 of 255 = 70%
B 250 of 255 = 98%

217
178
250

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

Portions of RGB colors in percentages

R + G + B =
217 + 178 + 250 = 645 (100%)
R 217 of 645 ~ 33.64%
G 178 of 645 ~ 27.6%
B 250 of 645 ~ 38.76%

%33.64
%27.6
%38.76

CMYK color model

#D9B2FA color CMYK value is (13,29,0,2).

  • cyan value is 13.20%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(13,29,0,2)
C13M29Y0K2 
(13%,29%,0%,2%)
(0.13/0.29/0.00/0.02)	

CMYK percentages

%13.2
%28.8
%0
%1.96

Codes

Color #D9B2FA in popluar color models

D9B2FA
RGB217178250
HSL273°87.80%83.92%
HSB/HSV273°28.80%98.04%
CMYK13.20%28.80%0.00%
1.96%

Color #D9B2FA in popluar number systems.

HEXD9B2FA
Decimal217178250
Binary110110011011001011111010
Octal331262372

Shades and tints

Shades of #D9B2FA

#D9B2FA
(217,178,250)
#C6A2E4
(198,162,228)
#B392CE
(179,146,206)
#A082B8
(160,130,184)
#8D72A2
(141,114,162)
#7A628C
(122,98,140)
#675276
(103,82,118)
#544260
(84,66,96)
#41324A
(65,50,74)
#2E2234
(46,34,52)
#1B121E
(27,18,30)
#000000
(0,0,0)

Tints of #D9B2FA

#D9B2FA
(217,178,250)
#DCB9FA
(220,185,250)
#DFC0FA
(223,192,250)
#E2C7FA
(226,199,250)
#E5CEFA
(229,206,250)
#E8D5FA
(232,213,250)
#EBDCFA
(235,220,250)
#EEE3FA
(238,227,250)
#F1EAFA
(241,234,250)
#F4F1FA
(244,241,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B2FA color. Also use rgb(217,178,250) instead hex code.

Text Font Color

.myTextColor { color: #D9B2FA; }

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

This text font color is #D9B2FA.


Background Color

.myBgColor { background-color: #D9B2FA; }

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

This div background color is #D9B2FA.


Border color

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

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

This div border color is #D9B2FA.


Opacity

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

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

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

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

This text has shadow with #D9B2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B2FA on black background.


Color preview on white background

This text has color #D9B2FA on white background.



Black color preview on #D9B2FA background

This text has black color on #D9B2FA background.


White color preview on #D9B2FA background

This text has white color on #D9B2FA background.