COLOR #D7A7FB

HEX: #D7A7FB RGB: (215,167,251)

Color info

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

RGB color model

#D7A7FB color RGB value is (215,167,251).

RGB: (215,167,251) (84%, 65%, 98%)

RGB channels and saturation

R 215 of 255 = 84%
G 167 of 255 = 65%
B 251 of 255 = 98%

215
167
251

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

Portions of RGB colors in percentages

R + G + B = 215 + 167 + 251 = 633 (100%)
R 215 of 633 ~ 33.97%
G 167 of 633 ~ 26.38%
B 251 of 633 ~ 39.65'%

%33.97
%26.38
%39.65

CMYK color model

#D7A7FB color CMYK value is (14,33,0,2).

  • cyan value is 14.34%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (14,33,0,2) C14M33Y0K2 (14%,33%,0%,2%) (0.14/0.33/0.00/0.02) 

CMYK percentages

%14.34
%33.47
%0
%1.57

Codes

Color #D7A7FB in popluar color models

D7 A7 FB
RGB 215 167 251
HSL 274° 91.30% 81.96%
HSB/HSV 274° 33.47% 98.43%
CMYK 14.34% 33.47% 0.00%
1.57%

Color #D7A7FB in popluar number systems.

HEX D7 A7 FB
Decimal 215 167 251
Binary 11010111 10100111 11111011
Octal 327 247 373

Shades and tints

Shades of #D7A7FB

#D7A7FB
(215,167,251)
#C498E5
(196,152,229)
#B189CF
(177,137,207)
#9E7AB9
(158,122,185)
#8B6BA3
(139,107,163)
#785C8D
(120,92,141)
#654D77
(101,77,119)
#523E61
(82,62,97)
#3F2F4B
(63,47,75)
#2C2035
(44,32,53)
#19111F
(25,17,31)
#000000
(0,0,0)

Tints of #D7A7FB

#D7A7FB
(215,167,251)
#DAAFFB
(218,175,251)
#DDB7FB
(221,183,251)
#E0BFFB
(224,191,251)
#E3C7FB
(227,199,251)
#E6CFFB
(230,207,251)
#E9D7FB
(233,215,251)
#ECDFFB
(236,223,251)
#EFE7FB
(239,231,251)
#F2EFFB
(242,239,251)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A7FB; }

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

This text font color is #D7A7FB.

Background Color

.myBgColor { background-color: #D7A7FB; }

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

This div background color is #D7A7FB.

Border color

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

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

This div border color is #D7A7FB.

Opacity

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

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

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

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

This text has shadow with #D7A7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A7FB.

Preview

Color preview on black background

This text has color #D7A7FB on black background.


Color preview on white background

This text has color #D7A7FB on white background.


Black color preview on #D7A7FB background

This text has black color on #D7A7FB background.


White color preview on #D7A7FB background

This text has white color on #D7A7FB background.


Related colors

Complementary color

Complementary color for #hex is #285804.


I love getcolorcode.com

Triadic colors

1 #FBD7A7 and #A7FBD7 with #D7A7FB are triadic colors.

2 #FBA7D7 and #A7D7FB with #D7A7FB are triadic colors.