COLOR #D8AFF0

HEX: #D8AFF0
RGB: (216,175,240)

Color info

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

RGB color model

#D8AFF0 color RGB value is (216,175,240).

  • red value is 216;
  • green value is 175;
  • blue value is 240.
RGB:
(216,175,240)
(85%,69%,94%)

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 240 of 255 = 94%

216
175
240

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

Portions of RGB colors in percentages

R + G + B =
216 + 175 + 240 = 631 (100%)
R 216 of 631 ~ 34.23%
G 175 of 631 ~ 27.73%
B 240 of 631 ~ 38.03%

%34.23
%27.73
%38.03

CMYK color model

#D8AFF0 color CMYK value is (10,27,0,6).

  • cyan value is 10.00%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(10,27,0,6)
C10M27Y0K6 
(10%,27%,0%,6%)
(0.10/0.27/0.00/0.06)	

CMYK percentages

%10
%27.08
%0
%5.88

Codes

Color #D8AFF0 in popluar color models

D8AFF0
RGB216175240
HSL278°68.42%81.37%
HSB/HSV278°27.08%94.12%
CMYK10.00%27.08%0.00%
5.88%

Color #D8AFF0 in popluar number systems.

HEXD8AFF0
Decimal216175240
Binary110110001010111111110000
Octal330257360

Shades and tints

Shades of #D8AFF0

#D8AFF0
(216,175,240)
#C5A0DB
(197,160,219)
#B291C6
(178,145,198)
#9F82B1
(159,130,177)
#8C739C
(140,115,156)
#796487
(121,100,135)
#665572
(102,85,114)
#53465D
(83,70,93)
#403748
(64,55,72)
#2D2833
(45,40,51)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #D8AFF0

#D8AFF0
(216,175,240)
#DBB6F1
(219,182,241)
#DEBDF2
(222,189,242)
#E1C4F3
(225,196,243)
#E4CBF4
(228,203,244)
#E7D2F5
(231,210,245)
#EAD9F6
(234,217,246)
#EDE0F7
(237,224,247)
#F0E7F8
(240,231,248)
#F3EEF9
(243,238,249)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AFF0 color. Also use rgb(216,175,240) instead hex code.

Text Font Color

.myTextColor { color: #D8AFF0; }

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

This text font color is #D8AFF0.


Background Color

.myBgColor { background-color: #D8AFF0; }

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

This div background color is #D8AFF0.


Border color

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

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

This div border color is #D8AFF0.


Opacity

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

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

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

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

This text has shadow with #D8AFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AFF0 on black background.


Color preview on white background

This text has color #D8AFF0 on white background.



Black color preview on #D8AFF0 background

This text has black color on #D8AFF0 background.


White color preview on #D8AFF0 background

This text has white color on #D8AFF0 background.