COLOR #D9B3EC

HEX: #D9B3EC
RGB: (217,179,236)

Color info

#D9B3EC contains red, green and blue colors in about the same proportion. Web safe color of #D9B3EC is #CC99FF (or #C9F).

RGB color model

#D9B3EC color RGB value is (217,179,236).

  • red value is 217;
  • green value is 179;
  • blue value is 236.
RGB:
(217,179,236)
(85%,70%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 179 of 255 = 70%
B 236 of 255 = 93%

217
179
236

R + G + B ~ 83%. #D9B3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 179 + 236 = 632 (100%)
R 217 of 632 ~ 34.34%
G 179 of 632 ~ 28.32%
B 236 of 632 ~ 37.34%

%34.34
%28.32
%37.34

CMYK color model

#D9B3EC color CMYK value is (8,24,0,7).

  • cyan value is 8.05%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,24,0,7)
C8M24Y0K7 
(8%,24%,0%,7%)
(0.08/0.24/0.00/0.07)	

CMYK percentages

%8.05
%24.15
%0
%7.45

Codes

Color #D9B3EC in popluar color models

D9B3EC
RGB217179236
HSL280°60.00%81.37%
HSB/HSV280°24.15%92.55%
CMYK8.05%24.15%0.00%
7.45%

Color #D9B3EC in popluar number systems.

HEXD9B3EC
Decimal217179236
Binary110110011011001111101100
Octal331263354

Shades and tints

Shades of #D9B3EC

#D9B3EC
(217,179,236)
#C6A3D7
(198,163,215)
#B393C2
(179,147,194)
#A083AD
(160,131,173)
#8D7398
(141,115,152)
#7A6383
(122,99,131)
#67536E
(103,83,110)
#544359
(84,67,89)
#413344
(65,51,68)
#2E232F
(46,35,47)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #D9B3EC

#D9B3EC
(217,179,236)
#DCB9ED
(220,185,237)
#DFBFEE
(223,191,238)
#E2C5EF
(226,197,239)
#E5CBF0
(229,203,240)
#E8D1F1
(232,209,241)
#EBD7F2
(235,215,242)
#EEDDF3
(238,221,243)
#F1E3F4
(241,227,244)
#F4E9F5
(244,233,245)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B3EC color. Also use rgb(217,179,236) instead hex code.

Text Font Color

.myTextColor { color: #D9B3EC; }

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

This text font color is #D9B3EC.


Background Color

.myBgColor { background-color: #D9B3EC; }

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

This div background color is #D9B3EC.


Border color

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

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

This div border color is #D9B3EC.


Opacity

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

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

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

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

This text has shadow with #D9B3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B3EC on black background.


Color preview on white background

This text has color #D9B3EC on white background.



Black color preview on #D9B3EC background

This text has black color on #D9B3EC background.


White color preview on #D9B3EC background

This text has white color on #D9B3EC background.