COLOR #E2ADD6

HEX: #E2ADD6 RGB: (226,173,214)

Color info

#E2ADD6 contains red, green and blue colors in about the same proportion. Web safe color of #E2ADD6 is #CC99CC (or #C9C).

RGB color model

#E2ADD6 color RGB value is (226,173,214).

RGB: (226,173,214) (89%, 68%, 84%)

RGB channels and saturation

R 226 of 255 = 89%
G 173 of 255 = 68%
B 214 of 255 = 84%

226
173
214

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

Portions of RGB colors in percentages

R + G + B = 226 + 173 + 214 = 613 (100%)
R 226 of 613 ~ 36.87%
G 173 of 613 ~ 28.22%
B 214 of 613 ~ 34.91'%

%36.87
%28.22
%34.91

CMYK color model

#E2ADD6 color CMYK value is (0,23,5,11).

  • cyan value is 0.00%
  • magenta value is 23.45%
  • yellow value is 5.31%
  • key color value is 11.37%

CMYK: (0,23,5,11)
C0M23Y5K11 (0%, 23%, 5%, 11%)
(0.00 / 0.23 / 0.05 / 0.11)

CMYK percentages

%0
%23.45
%5.31
%11.37

Codes

Color #E2ADD6 in popluar color models

E2 AD D6
RGB 226 173 214
HSL 314° 47.75% 78.24%
HSB/HSV 314° 23.45% 88.63%
CMYK 0.00% 23.45% 5.31%
11.37%

Color #E2ADD6 in popluar number systems.

HEX E2 AD D6
Decimal 226 173 214
Binary 11100010 10101101 11010110
Octal 342 255 326

Shades and tints

Shades of #E2ADD6

#E2ADD6
(226,173,214)
#CE9EC3
(206,158,195)
#BA8FB0
(186,143,176)
#A6809D
(166,128,157)
#92718A
(146,113,138)
#7E6277
(126,98,119)
#6A5364
(106,83,100)
#564451
(86,68,81)
#42353E
(66,53,62)
#2E262B
(46,38,43)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #E2ADD6

#E2ADD6
(226,173,214)
#E4B4D9
(228,180,217)
#E6BBDC
(230,187,220)
#E8C2DF
(232,194,223)
#EAC9E2
(234,201,226)
#ECD0E5
(236,208,229)
#EED7E8
(238,215,232)
#F0DEEB
(240,222,235)
#F2E5EE
(242,229,238)
#F4ECF1
(244,236,241)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2ADD6 color. Also use rgb(226,173,214) instead hex code.

Text Font Color

.myTextColor { color: #E2ADD6; }

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

This text font color is #E2ADD6.

Background Color

.myBgColor { background-color: #E2ADD6; }

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

This div background color is #E2ADD6.

Border color

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

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

This div border color is #E2ADD6.

Opacity

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

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

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

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

This text has shadow with #E2ADD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2ADD6.

Preview

Color preview on black background

This text has color #E2ADD6 on black background.


Color preview on white background

This text has color #E2ADD6 on white background.


Black color preview on #E2ADD6 background

This text has black color on #E2ADD6 background.


White color preview on #E2ADD6 background

This text has white color on #E2ADD6 background.


Related colors

Complementary color

Complementary color for #hex is #1D5229.


I love getcolorcode.com

Triadic colors

1 #D6E2AD and #ADD6E2 with #E2ADD6 are triadic colors.

2 #D6ADE2 and #ADE2D6 with #E2ADD6 are triadic colors.