COLOR #D3AEFF

HEX: #D3AEFF
RGB: (211,174,255)

Color info

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

RGB color model

#D3AEFF color RGB value is (211,174,255).

  • red value is 211;
  • green value is 174;
  • blue value is 255.
RGB:
(211,174,255)
(83%,68%,100%)

RGB channels and saturation

R 211 of 255 = 83%
G 174 of 255 = 68%
B 255 of 255 = 100%

211
174
255

R + G + B ~ 84%. #D3AEFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 174 + 255 = 640 (100%)
R 211 of 640 ~ 32.97%
G 174 of 640 ~ 27.19%
B 255 of 640 ~ 39.84%

%32.97
%27.19
%39.84

CMYK color model

#D3AEFF color CMYK value is (17,32,0,0).

  • cyan value is 17.25%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,32,0,0)
C17M32Y0K0 
(17%,32%,0%,0%)
(0.17/0.32/0.00/0.00)	

CMYK percentages

%17.25
%31.76
%0
%0

Codes

Color #D3AEFF in popluar color models

D3AEFF
RGB211174255
HSL267°100.00%84.12%
HSB/HSV267°31.76%100.00%
CMYK17.25%31.76%0.00%
0.00%

Color #D3AEFF in popluar number systems.

HEXD3AEFF
Decimal211174255
Binary110100111010111011111111
Octal323256377

Shades and tints

Shades of #D3AEFF

#D3AEFF
(211,174,255)
#C09FE8
(192,159,232)
#AD90D1
(173,144,209)
#9A81BA
(154,129,186)
#8772A3
(135,114,163)
#74638C
(116,99,140)
#615475
(97,84,117)
#4E455E
(78,69,94)
#3B3647
(59,54,71)
#282730
(40,39,48)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #D3AEFF

#D3AEFF
(211,174,255)
#D7B5FF
(215,181,255)
#DBBCFF
(219,188,255)
#DFC3FF
(223,195,255)
#E3CAFF
(227,202,255)
#E7D1FF
(231,209,255)
#EBD8FF
(235,216,255)
#EFDFFF
(239,223,255)
#F3E6FF
(243,230,255)
#F7EDFF
(247,237,255)
#FBF4FF
(251,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AEFF color. Also use rgb(211,174,255) instead hex code.

Text Font Color

.myTextColor { color: #D3AEFF; }

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

This text font color is #D3AEFF.


Background Color

.myBgColor { background-color: #D3AEFF; }

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

This div background color is #D3AEFF.


Border color

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

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

This div border color is #D3AEFF.


Opacity

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

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

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

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

This text has shadow with #D3AEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AEFF on black background.


Color preview on white background

This text has color #D3AEFF on white background.



Black color preview on #D3AEFF background

This text has black color on #D3AEFF background.


White color preview on #D3AEFF background

This text has white color on #D3AEFF background.