COLOR #D7A3FB

HEX: #D7A3FB RGB: (215,163,251)

Color info

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

RGB color model

#D7A3FB color RGB value is (215,163,251).

RGB: (215,163,251) (84%, 64%, 98%)

RGB channels and saturation

R 215 of 255 = 84%
G 163 of 255 = 64%
B 251 of 255 = 98%

215
163
251

R + G + B ~ 82%. #D7A3FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 163 + 251 = 629 (100%)
R 215 of 629 ~ 34.18%
G 163 of 629 ~ 25.91%
B 251 of 629 ~ 39.9'%

%34.18
%25.91
%39.9

CMYK color model

#D7A3FB color CMYK value is (14,35,0,2).

  • cyan value is 14.34%
  • magenta value is 35.06%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (14,35,0,2)
C14M35Y0K2 (14%, 35%, 0%, 2%)
(0.14 / 0.35 / 0.00 / 0.02)

CMYK percentages

%14.34
%35.06
%0
%1.57

Codes

Color #D7A3FB in popluar color models

D7 A3 FB
RGB 215 163 251
HSL 275° 91.67% 81.18%
HSB/HSV 275° 35.06% 98.43%
CMYK 14.34% 35.06% 0.00%
1.57%

Color #D7A3FB in popluar number systems.

HEX D7 A3 FB
Decimal 215 163 251
Binary 11010111 10100011 11111011
Octal 327 243 373

Shades and tints

Shades of #D7A3FB

#D7A3FB
(215,163,251)
#C495E5
(196,149,229)
#B187CF
(177,135,207)
#9E79B9
(158,121,185)
#8B6BA3
(139,107,163)
#785D8D
(120,93,141)
#654F77
(101,79,119)
#524161
(82,65,97)
#3F334B
(63,51,75)
#2C2535
(44,37,53)
#19171F
(25,23,31)
#000000
(0,0,0)

Tints of #D7A3FB

#D7A3FB
(215,163,251)
#DAABFB
(218,171,251)
#DDB3FB
(221,179,251)
#E0BBFB
(224,187,251)
#E3C3FB
(227,195,251)
#E6CBFB
(230,203,251)
#E9D3FB
(233,211,251)
#ECDBFB
(236,219,251)
#EFE3FB
(239,227,251)
#F2EBFB
(242,235,251)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A3FB color. Also use rgb(215,163,251) instead hex code.

Text Font Color

.myTextColor { color: #D7A3FB; }

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

This text font color is #D7A3FB.

Background Color

.myBgColor { background-color: #D7A3FB; }

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

This div background color is #D7A3FB.

Border color

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

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

This div border color is #D7A3FB.

Opacity

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

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

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

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

This text has shadow with #D7A3FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A3FB.

Preview

Color preview on black background

This text has color #D7A3FB on black background.


Color preview on white background

This text has color #D7A3FB on white background.


Black color preview on #D7A3FB background

This text has black color on #D7A3FB background.


White color preview on #D7A3FB background

This text has white color on #D7A3FB background.


Related colors

Complementary color

Complementary color for #hex is #285C04.


I love getcolorcode.com

Triadic colors

1 #FBD7A3 and #A3FBD7 with #D7A3FB are triadic colors.

2 #FBA3D7 and #A3D7FB with #D7A3FB are triadic colors.