COLOR #D8B9F5

HEX: #D8B9F5
RGB: (216,185,245)

Color info

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

RGB color model

#D8B9F5 color RGB value is (216,185,245).

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

RGB channels and saturation

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

216
185
245

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

Portions of RGB colors in percentages

R + G + B =
216 + 185 + 245 = 646 (100%)
R 216 of 646 ~ 33.44%
G 185 of 646 ~ 28.64%
B 245 of 646 ~ 37.93%

%33.44
%28.64
%37.93

CMYK color model

#D8B9F5 color CMYK value is (12,24,0,4).

  • cyan value is 11.84%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(12,24,0,4)
C12M24Y0K4 
(12%,24%,0%,4%)
(0.12/0.24/0.00/0.04)	

CMYK percentages

%11.84
%24.49
%0
%3.92

Codes

Color #D8B9F5 in popluar color models

D8B9F5
RGB216185245
HSL271°75.00%84.31%
HSB/HSV271°24.49%96.08%
CMYK11.84%24.49%0.00%
3.92%

Color #D8B9F5 in popluar number systems.

HEXD8B9F5
Decimal216185245
Binary110110001011100111110101
Octal330271365

Shades and tints

Shades of #D8B9F5

#D8B9F5
(216,185,245)
#C5A9DF
(197,169,223)
#B299C9
(178,153,201)
#9F89B3
(159,137,179)
#8C799D
(140,121,157)
#796987
(121,105,135)
#665971
(102,89,113)
#53495B
(83,73,91)
#403945
(64,57,69)
#2D292F
(45,41,47)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #D8B9F5

#D8B9F5
(216,185,245)
#DBBFF5
(219,191,245)
#DEC5F5
(222,197,245)
#E1CBF5
(225,203,245)
#E4D1F5
(228,209,245)
#E7D7F5
(231,215,245)
#EADDF5
(234,221,245)
#EDE3F5
(237,227,245)
#F0E9F5
(240,233,245)
#F3EFF5
(243,239,245)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B9F5; }

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

This text font color is #D8B9F5.


Background Color

.myBgColor { background-color: #D8B9F5; }

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

This div background color is #D8B9F5.


Border color

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

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

This div border color is #D8B9F5.


Opacity

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

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

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

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

This text has shadow with #D8B9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B9F5 on black background.


Color preview on white background

This text has color #D8B9F5 on white background.



Black color preview on #D8B9F5 background

This text has black color on #D8B9F5 background.


White color preview on #D8B9F5 background

This text has white color on #D8B9F5 background.