COLOR #D3AEF9

HEX: #D3AEF9
RGB: (211,174,249)

Color info

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

RGB color model

#D3AEF9 color RGB value is (211,174,249).

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

RGB channels and saturation

R 211 of 255 = 83%
G 174 of 255 = 68%
B 249 of 255 = 98%

211
174
249

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

Portions of RGB colors in percentages

R + G + B =
211 + 174 + 249 = 634 (100%)
R 211 of 634 ~ 33.28%
G 174 of 634 ~ 27.44%
B 249 of 634 ~ 39.27%

%33.28
%27.44
%39.27

CMYK color model

#D3AEF9 color CMYK value is (15,30,0,2).

  • cyan value is 15.26%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(15,30,0,2)
C15M30Y0K2 
(15%,30%,0%,2%)
(0.15/0.30/0.00/0.02)	

CMYK percentages

%15.26
%30.12
%0
%2.35

Codes

Color #D3AEF9 in popluar color models

D3AEF9
RGB211174249
HSL270°86.21%82.94%
HSB/HSV270°30.12%97.65%
CMYK15.26%30.12%0.00%
2.35%

Color #D3AEF9 in popluar number systems.

HEXD3AEF9
Decimal211174249
Binary110100111010111011111001
Octal323256371

Shades and tints

Shades of #D3AEF9

#D3AEF9
(211,174,249)
#C09FE3
(192,159,227)
#AD90CD
(173,144,205)
#9A81B7
(154,129,183)
#8772A1
(135,114,161)
#74638B
(116,99,139)
#615475
(97,84,117)
#4E455F
(78,69,95)
#3B3649
(59,54,73)
#282733
(40,39,51)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #D3AEF9

#D3AEF9
(211,174,249)
#D7B5F9
(215,181,249)
#DBBCF9
(219,188,249)
#DFC3F9
(223,195,249)
#E3CAF9
(227,202,249)
#E7D1F9
(231,209,249)
#EBD8F9
(235,216,249)
#EFDFF9
(239,223,249)
#F3E6F9
(243,230,249)
#F7EDF9
(247,237,249)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AEF9; }

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

This text font color is #D3AEF9.


Background Color

.myBgColor { background-color: #D3AEF9; }

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

This div background color is #D3AEF9.


Border color

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

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

This div border color is #D3AEF9.


Opacity

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

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

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

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

This text has shadow with #D3AEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AEF9 on black background.


Color preview on white background

This text has color #D3AEF9 on white background.



Black color preview on #D3AEF9 background

This text has black color on #D3AEF9 background.


White color preview on #D3AEF9 background

This text has white color on #D3AEF9 background.