COLOR #D7B3F6

HEX: #D7B3F6
RGB: (215,179,246)

Color info

#D7B3F6 contains mainly red and blue colors. Web safe color of #D7B3F6 is #CC99FF (or #C9F).

RGB color model

#D7B3F6 color RGB value is (215,179,246).

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

RGB channels and saturation

R 215 of 255 = 84%
G 179 of 255 = 70%
B 246 of 255 = 96%

215
179
246

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

Portions of RGB colors in percentages

R + G + B =
215 + 179 + 246 = 640 (100%)
R 215 of 640 ~ 33.59%
G 179 of 640 ~ 27.97%
B 246 of 640 ~ 38.44%

%33.59
%27.97
%38.44

CMYK color model

#D7B3F6 color CMYK value is (13,27,0,4).

  • cyan value is 12.60%
  • magenta value is 27.24%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(13,27,0,4)
C13M27Y0K4 
(13%,27%,0%,4%)
(0.13/0.27/0.00/0.04)	

CMYK percentages

%12.6
%27.24
%0
%3.53

Codes

Color #D7B3F6 in popluar color models

D7B3F6
RGB215179246
HSL272°78.82%83.33%
HSB/HSV272°27.24%96.47%
CMYK12.60%27.24%0.00%
3.53%

Color #D7B3F6 in popluar number systems.

HEXD7B3F6
Decimal215179246
Binary110101111011001111110110
Octal327263366

Shades and tints

Shades of #D7B3F6

#D7B3F6
(215,179,246)
#C4A3E0
(196,163,224)
#B193CA
(177,147,202)
#9E83B4
(158,131,180)
#8B739E
(139,115,158)
#786388
(120,99,136)
#655372
(101,83,114)
#52435C
(82,67,92)
#3F3346
(63,51,70)
#2C2330
(44,35,48)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #D7B3F6

#D7B3F6
(215,179,246)
#DAB9F6
(218,185,246)
#DDBFF6
(221,191,246)
#E0C5F6
(224,197,246)
#E3CBF6
(227,203,246)
#E6D1F6
(230,209,246)
#E9D7F6
(233,215,246)
#ECDDF6
(236,221,246)
#EFE3F6
(239,227,246)
#F2E9F6
(242,233,246)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B3F6; }

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

This text font color is #D7B3F6.


Background Color

.myBgColor { background-color: #D7B3F6; }

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

This div background color is #D7B3F6.


Border color

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

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

This div border color is #D7B3F6.


Opacity

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

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

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

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

This text has shadow with #D7B3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B3F6 on black background.


Color preview on white background

This text has color #D7B3F6 on white background.



Black color preview on #D7B3F6 background

This text has black color on #D7B3F6 background.


White color preview on #D7B3F6 background

This text has white color on #D7B3F6 background.