COLOR #D4AFF8

HEX: #D4AFF8 RGB: (212,175,248)

Color info

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

RGB color model

#D4AFF8 color RGB value is (212,175,248).

RGB: (212,175,248) (83%, 69%, 97%)

RGB channels and saturation

R 212 of 255 = 83%
G 175 of 255 = 69%
B 248 of 255 = 97%

212
175
248

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

Portions of RGB colors in percentages

R + G + B = 212 + 175 + 248 = 635 (100%)
R 212 of 635 ~ 33.39%
G 175 of 635 ~ 27.56%
B 248 of 635 ~ 39.06'%

%33.39
%27.56
%39.06

CMYK color model

#D4AFF8 color CMYK value is (15,29,0,3).

  • cyan value is 14.52%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (15,29,0,3) C15M29Y0K3 (15%,29%,0%,3%) (0.15/0.29/0.00/0.03) 

CMYK percentages

%14.52
%29.44
%0
%2.75

Codes

Color #D4AFF8 in popluar color models

D4 AF F8
RGB 212 175 248
HSL 270° 83.91% 82.94%
HSB/HSV 270° 29.44% 97.25%
CMYK 14.52% 29.44% 0.00%
2.75%

Color #D4AFF8 in popluar number systems.

HEX D4 AF F8
Decimal 212 175 248
Binary 11010100 10101111 11111000
Octal 324 257 370

Shades and tints

Shades of #D4AFF8

#D4AFF8
(212,175,248)
#C1A0E2
(193,160,226)
#AE91CC
(174,145,204)
#9B82B6
(155,130,182)
#8873A0
(136,115,160)
#75648A
(117,100,138)
#625574
(98,85,116)
#4F465E
(79,70,94)
#3C3748
(60,55,72)
#292832
(41,40,50)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #D4AFF8

#D4AFF8
(212,175,248)
#D7B6F8
(215,182,248)
#DABDF8
(218,189,248)
#DDC4F8
(221,196,248)
#E0CBF8
(224,203,248)
#E3D2F8
(227,210,248)
#E6D9F8
(230,217,248)
#E9E0F8
(233,224,248)
#ECE7F8
(236,231,248)
#EFEEF8
(239,238,248)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AFF8 color. Also use rgb(212,175,248) instead hex code.

Text Font Color

.myTextColor { color: #D4AFF8; }

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

This text font color is #D4AFF8.

Background Color

.myBgColor { background-color: #D4AFF8; }

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

This div background color is #D4AFF8.

Border color

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

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

This div border color is #D4AFF8.

Opacity

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

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

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

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

This text has shadow with #D4AFF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AFF8.

Preview

Color preview on black background

This text has color #D4AFF8 on black background.


Color preview on white background

This text has color #D4AFF8 on white background.


Black color preview on #D4AFF8 background

This text has black color on #D4AFF8 background.


White color preview on #D4AFF8 background

This text has white color on #D4AFF8 background.


Related colors

Complementary color

Complementary color for #hex is #2B5007.


I love getcolorcode.com

Triadic colors

1 #F8D4AF and #AFF8D4 with #D4AFF8 are triadic colors.

2 #F8AFD4 and #AFD4F8 with #D4AFF8 are triadic colors.