COLOR #D7B3DC

HEX: #D7B3DC
RGB: (215,179,220)

Color info

#D7B3DC contains red, green and blue colors in about the same proportion. Web safe color of #D7B3DC is #CC99CC (or #C9C).

RGB color model

#D7B3DC color RGB value is (215,179,220).

  • red value is 215;
  • green value is 179;
  • blue value is 220.
RGB:
(215,179,220)
(84%,70%,86%)

RGB channels and saturation

R 215 of 255 = 84%
G 179 of 255 = 70%
B 220 of 255 = 86%

215
179
220

R + G + B ~ 80%. #D7B3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 179 + 220 = 614 (100%)
R 215 of 614 ~ 35.02%
G 179 of 614 ~ 29.15%
B 220 of 614 ~ 35.83%

%35.02
%29.15
%35.83

CMYK color model

#D7B3DC color CMYK value is (2,19,0,14).

  • cyan value is 2.27%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,19,0,14)
C2M19Y0K14 
(2%,19%,0%,14%)
(0.02/0.19/0.00/0.14)	

CMYK percentages

%2.27
%18.64
%0
%13.73

Codes

Color #D7B3DC in popluar color models

D7B3DC
RGB215179220
HSL293°36.94%78.24%
HSB/HSV293°18.64%86.27%
CMYK2.27%18.64%0.00%
13.73%

Color #D7B3DC in popluar number systems.

HEXD7B3DC
Decimal215179220
Binary110101111011001111011100
Octal327263334

Shades and tints

Shades of #D7B3DC

#D7B3DC
(215,179,220)
#C4A3C8
(196,163,200)
#B193B4
(177,147,180)
#9E83A0
(158,131,160)
#8B738C
(139,115,140)
#786378
(120,99,120)
#655364
(101,83,100)
#524350
(82,67,80)
#3F333C
(63,51,60)
#2C2328
(44,35,40)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #D7B3DC

#D7B3DC
(215,179,220)
#DAB9DF
(218,185,223)
#DDBFE2
(221,191,226)
#E0C5E5
(224,197,229)
#E3CBE8
(227,203,232)
#E6D1EB
(230,209,235)
#E9D7EE
(233,215,238)
#ECDDF1
(236,221,241)
#EFE3F4
(239,227,244)
#F2E9F7
(242,233,247)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B3DC color. Also use rgb(215,179,220) instead hex code.

Text Font Color

.myTextColor { color: #D7B3DC; }

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

This text font color is #D7B3DC.


Background Color

.myBgColor { background-color: #D7B3DC; }

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

This div background color is #D7B3DC.


Border color

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

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

This div border color is #D7B3DC.


Opacity

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

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

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

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

This text has shadow with #D7B3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B3DC on black background.


Color preview on white background

This text has color #D7B3DC on white background.



Black color preview on #D7B3DC background

This text has black color on #D7B3DC background.


White color preview on #D7B3DC background

This text has white color on #D7B3DC background.