COLOR #D6AAEE

HEX: #D6AAEE
RGB: (214,170,238)

Color info

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

RGB color model

#D6AAEE color RGB value is (214,170,238).

  • red value is 214;
  • green value is 170;
  • blue value is 238.
RGB:
(214,170,238)
(84%,67%,93%)

RGB channels and saturation

R 214 of 255 = 84%
G 170 of 255 = 67%
B 238 of 255 = 93%

214
170
238

R + G + B ~ 81%. #D6AAEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 170 + 238 = 622 (100%)
R 214 of 622 ~ 34.41%
G 170 of 622 ~ 27.33%
B 238 of 622 ~ 38.26%

%34.41
%27.33
%38.26

CMYK color model

#D6AAEE color CMYK value is (10,29,0,7).

  • cyan value is 10.08%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(10,29,0,7)
C10M29Y0K7 
(10%,29%,0%,7%)
(0.10/0.29/0.00/0.07)	

CMYK percentages

%10.08
%28.57
%0
%6.67

Codes

Color #D6AAEE in popluar color models

D6AAEE
RGB214170238
HSL279°66.67%80.00%
HSB/HSV279°28.57%93.33%
CMYK10.08%28.57%0.00%
6.67%

Color #D6AAEE in popluar number systems.

HEXD6AAEE
Decimal214170238
Binary110101101010101011101110
Octal326252356

Shades and tints

Shades of #D6AAEE

#D6AAEE
(214,170,238)
#C39BD9
(195,155,217)
#B08CC4
(176,140,196)
#9D7DAF
(157,125,175)
#8A6E9A
(138,110,154)
#775F85
(119,95,133)
#645070
(100,80,112)
#51415B
(81,65,91)
#3E3246
(62,50,70)
#2B2331
(43,35,49)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D6AAEE

#D6AAEE
(214,170,238)
#D9B1EF
(217,177,239)
#DCB8F0
(220,184,240)
#DFBFF1
(223,191,241)
#E2C6F2
(226,198,242)
#E5CDF3
(229,205,243)
#E8D4F4
(232,212,244)
#EBDBF5
(235,219,245)
#EEE2F6
(238,226,246)
#F1E9F7
(241,233,247)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AAEE color. Also use rgb(214,170,238) instead hex code.

Text Font Color

.myTextColor { color: #D6AAEE; }

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

This text font color is #D6AAEE.


Background Color

.myBgColor { background-color: #D6AAEE; }

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

This div background color is #D6AAEE.


Border color

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

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

This div border color is #D6AAEE.


Opacity

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

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

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

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

This text has shadow with #D6AAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AAEE on black background.


Color preview on white background

This text has color #D6AAEE on white background.



Black color preview on #D6AAEE background

This text has black color on #D6AAEE background.


White color preview on #D6AAEE background

This text has white color on #D6AAEE background.