COLOR #E9ADD2

HEX: #E9ADD2 RGB: (233,173,210)

Color info

#E9ADD2 contains mainly red and blue colors. Web safe color of #E9ADD2 is #FF99CC (or #F9C).

RGB color model

#E9ADD2 color RGB value is (233,173,210).

RGB: (233,173,210) (91%, 68%, 82%)

RGB channels and saturation

R 233 of 255 = 91%
G 173 of 255 = 68%
B 210 of 255 = 82%

233
173
210

R + G + B ~ 80%. #E9ADD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 173 + 210 = 616 (100%)
R 233 of 616 ~ 37.82%
G 173 of 616 ~ 28.08%
B 210 of 616 ~ 34.09'%

%37.82
%28.08
%34.09

CMYK color model

#E9ADD2 color CMYK value is (0,26,10,9).

  • cyan value is 0.00%
  • magenta value is 25.75%
  • yellow value is 9.87%
  • key color value is 8.63%

CMYK: (0,26,10,9)
C0M26Y10K9 (0%, 26%, 10%, 9%)
(0.00 / 0.26 / 0.10 / 0.09)

CMYK percentages

%0
%25.75
%9.87
%8.63

Codes

Color #E9ADD2 in popluar color models

E9 AD D2
RGB 233 173 210
HSL 323° 57.69% 79.61%
HSB/HSV 323° 25.75% 91.37%
CMYK 0.00% 25.75% 9.87%
8.63%

Color #E9ADD2 in popluar number systems.

HEX E9 AD D2
Decimal 233 173 210
Binary 11101001 10101101 11010010
Octal 351 255 322

Shades and tints

Shades of #E9ADD2

#E9ADD2
(233,173,210)
#D49EBF
(212,158,191)
#BF8FAC
(191,143,172)
#AA8099
(170,128,153)
#957186
(149,113,134)
#806273
(128,98,115)
#6B5360
(107,83,96)
#56444D
(86,68,77)
#41353A
(65,53,58)
#2C2627
(44,38,39)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #E9ADD2

#E9ADD2
(233,173,210)
#EBB4D6
(235,180,214)
#EDBBDA
(237,187,218)
#EFC2DE
(239,194,222)
#F1C9E2
(241,201,226)
#F3D0E6
(243,208,230)
#F5D7EA
(245,215,234)
#F7DEEE
(247,222,238)
#F9E5F2
(249,229,242)
#FBECF6
(251,236,246)
#FDF3FA
(253,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9ADD2 color. Also use rgb(233,173,210) instead hex code.

Text Font Color

.myTextColor { color: #E9ADD2; }

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

This text font color is #E9ADD2.

Background Color

.myBgColor { background-color: #E9ADD2; }

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

This div background color is #E9ADD2.

Border color

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

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

This div border color is #E9ADD2.

Opacity

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

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

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

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

This text has shadow with #E9ADD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9ADD2.

Preview

Color preview on black background

This text has color #E9ADD2 on black background.


Color preview on white background

This text has color #E9ADD2 on white background.


Black color preview on #E9ADD2 background

This text has black color on #E9ADD2 background.


White color preview on #E9ADD2 background

This text has white color on #E9ADD2 background.


Related colors

Complementary color

Complementary color for #hex is #16522D.


I love getcolorcode.com

Triadic colors

1 #D2E9AD and #ADD2E9 with #E9ADD2 are triadic colors.

2 #D2ADE9 and #ADE9D2 with #E9ADD2 are triadic colors.