COLOR #E6AACD

HEX: #E6AACD RGB: (230,170,205)

Color info

#E6AACD contains mainly red and blue colors. Web safe color of #E6AACD is #CC99CC (or #C9C).

RGB color model

#E6AACD color RGB value is (230,170,205).

RGB: (230,170,205) (90%, 67%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 170 of 255 = 67%
B 205 of 255 = 80%

230
170
205

R + G + B ~ 79%. #E6AACD is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 170 + 205 = 605 (100%)
R 230 of 605 ~ 38.02%
G 170 of 605 ~ 28.1%
B 205 of 605 ~ 33.88'%

%38.02
%28.1
%33.88

CMYK color model

#E6AACD color CMYK value is (0,26,11,10).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 10.87%
  • key color value is 9.80%

CMYK: (0,26,11,10)
C0M26Y11K10 (0%, 26%, 11%, 10%)
(0.00 / 0.26 / 0.11 / 0.10)

CMYK percentages

%0
%26.09
%10.87
%9.8

Codes

Color #E6AACD in popluar color models

E6 AA CD
RGB 230 170 205
HSL 325° 54.55% 78.43%
HSB/HSV 325° 26.09% 90.20%
CMYK 0.00% 26.09% 10.87%
9.80%

Color #E6AACD in popluar number systems.

HEX E6 AA CD
Decimal 230 170 205
Binary 11100110 10101010 11001101
Octal 346 252 315

Shades and tints

Shades of #E6AACD

#E6AACD
(230,170,205)
#D29BBB
(210,155,187)
#BE8CA9
(190,140,169)
#AA7D97
(170,125,151)
#966E85
(150,110,133)
#825F73
(130,95,115)
#6E5061
(110,80,97)
#5A414F
(90,65,79)
#46323D
(70,50,61)
#32232B
(50,35,43)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6AACD

#E6AACD
(230,170,205)
#E8B1D1
(232,177,209)
#EAB8D5
(234,184,213)
#ECBFD9
(236,191,217)
#EEC6DD
(238,198,221)
#F0CDE1
(240,205,225)
#F2D4E5
(242,212,229)
#F4DBE9
(244,219,233)
#F6E2ED
(246,226,237)
#F8E9F1
(248,233,241)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AACD color. Also use rgb(230,170,205) instead hex code.

Text Font Color

.myTextColor { color: #E6AACD; }

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

This text font color is #E6AACD.

Background Color

.myBgColor { background-color: #E6AACD; }

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

This div background color is #E6AACD.

Border color

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

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

This div border color is #E6AACD.

Opacity

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

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

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

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

This text has shadow with #E6AACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6AACD.

Preview

Color preview on black background

This text has color #E6AACD on black background.


Color preview on white background

This text has color #E6AACD on white background.


Black color preview on #E6AACD background

This text has black color on #E6AACD background.


White color preview on #E6AACD background

This text has white color on #E6AACD background.


Related colors

Complementary color

Complementary color for #hex is #195532.


I love getcolorcode.com

Triadic colors

1 #CDE6AA and #AACDE6 with #E6AACD are triadic colors.

2 #CDAAE6 and #AAE6CD with #E6AACD are triadic colors.