COLOR #D9B9F5

HEX: #D9B9F5
RGB: (217,185,245)

Color info

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

RGB color model

#D9B9F5 color RGB value is (217,185,245).

  • red value is 217;
  • green value is 185;
  • blue value is 245.
RGB:
(217,185,245)
(85%,73%,96%)

RGB channels and saturation

R 217 of 255 = 85%
G 185 of 255 = 73%
B 245 of 255 = 96%

217
185
245

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

Portions of RGB colors in percentages

R + G + B =
217 + 185 + 245 = 647 (100%)
R 217 of 647 ~ 33.54%
G 185 of 647 ~ 28.59%
B 245 of 647 ~ 37.87%

%33.54
%28.59
%37.87

CMYK color model

#D9B9F5 color CMYK value is (11,24,0,4).

  • cyan value is 11.43%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(11,24,0,4)
C11M24Y0K4 
(11%,24%,0%,4%)
(0.11/0.24/0.00/0.04)	

CMYK percentages

%11.43
%24.49
%0
%3.92

Codes

Color #D9B9F5 in popluar color models

D9B9F5
RGB217185245
HSL272°75.00%84.31%
HSB/HSV272°24.49%96.08%
CMYK11.43%24.49%0.00%
3.92%

Color #D9B9F5 in popluar number systems.

HEXD9B9F5
Decimal217185245
Binary110110011011100111110101
Octal331271365

Shades and tints

Shades of #D9B9F5

#D9B9F5
(217,185,245)
#C6A9DF
(198,169,223)
#B399C9
(179,153,201)
#A089B3
(160,137,179)
#8D799D
(141,121,157)
#7A6987
(122,105,135)
#675971
(103,89,113)
#54495B
(84,73,91)
#413945
(65,57,69)
#2E292F
(46,41,47)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #D9B9F5

#D9B9F5
(217,185,245)
#DCBFF5
(220,191,245)
#DFC5F5
(223,197,245)
#E2CBF5
(226,203,245)
#E5D1F5
(229,209,245)
#E8D7F5
(232,215,245)
#EBDDF5
(235,221,245)
#EEE3F5
(238,227,245)
#F1E9F5
(241,233,245)
#F4EFF5
(244,239,245)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B9F5 color. Also use rgb(217,185,245) instead hex code.

Text Font Color

.myTextColor { color: #D9B9F5; }

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

This text font color is #D9B9F5.


Background Color

.myBgColor { background-color: #D9B9F5; }

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

This div background color is #D9B9F5.


Border color

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

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

This div border color is #D9B9F5.


Opacity

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

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

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

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

This text has shadow with #D9B9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B9F5 on black background.


Color preview on white background

This text has color #D9B9F5 on white background.



Black color preview on #D9B9F5 background

This text has black color on #D9B9F5 background.


White color preview on #D9B9F5 background

This text has white color on #D9B9F5 background.