COLOR #D8B5F3

HEX: #D8B5F3
RGB: (216,181,243)

Color info

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

RGB color model

#D8B5F3 color RGB value is (216,181,243).

  • red value is 216;
  • green value is 181;
  • blue value is 243.
RGB:
(216,181,243)
(85%,71%,95%)

RGB channels and saturation

R 216 of 255 = 85%
G 181 of 255 = 71%
B 243 of 255 = 95%

216
181
243

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

Portions of RGB colors in percentages

R + G + B =
216 + 181 + 243 = 640 (100%)
R 216 of 640 ~ 33.75%
G 181 of 640 ~ 28.28%
B 243 of 640 ~ 37.97%

%33.75
%28.28
%37.97

CMYK color model

#D8B5F3 color CMYK value is (11,26,0,5).

  • cyan value is 11.11%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(11,26,0,5)
C11M26Y0K5 
(11%,26%,0%,5%)
(0.11/0.26/0.00/0.05)	

CMYK percentages

%11.11
%25.51
%0
%4.71

Codes

Color #D8B5F3 in popluar color models

D8B5F3
RGB216181243
HSL274°72.09%83.14%
HSB/HSV274°25.51%95.29%
CMYK11.11%25.51%0.00%
4.71%

Color #D8B5F3 in popluar number systems.

HEXD8B5F3
Decimal216181243
Binary110110001011010111110011
Octal330265363

Shades and tints

Shades of #D8B5F3

#D8B5F3
(216,181,243)
#C5A5DD
(197,165,221)
#B295C7
(178,149,199)
#9F85B1
(159,133,177)
#8C759B
(140,117,155)
#796585
(121,101,133)
#66556F
(102,85,111)
#534559
(83,69,89)
#403543
(64,53,67)
#2D252D
(45,37,45)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #D8B5F3

#D8B5F3
(216,181,243)
#DBBBF4
(219,187,244)
#DEC1F5
(222,193,245)
#E1C7F6
(225,199,246)
#E4CDF7
(228,205,247)
#E7D3F8
(231,211,248)
#EAD9F9
(234,217,249)
#EDDFFA
(237,223,250)
#F0E5FB
(240,229,251)
#F3EBFC
(243,235,252)
#F6F1FD
(246,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B5F3 color. Also use rgb(216,181,243) instead hex code.

Text Font Color

.myTextColor { color: #D8B5F3; }

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

This text font color is #D8B5F3.


Background Color

.myBgColor { background-color: #D8B5F3; }

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

This div background color is #D8B5F3.


Border color

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

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

This div border color is #D8B5F3.


Opacity

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

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

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

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

This text has shadow with #D8B5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B5F3 on black background.


Color preview on white background

This text has color #D8B5F3 on white background.



Black color preview on #D8B5F3 background

This text has black color on #D8B5F3 background.


White color preview on #D8B5F3 background

This text has white color on #D8B5F3 background.