COLOR #E2ADA5

HEX: #E2ADA5 RGB: (226,173,165)

Color info

#E2ADA5 contains mainly red and green colors. Web safe color of #E2ADA5 is #CC9999 (or #C99).

RGB color model

#E2ADA5 color RGB value is (226,173,165).

RGB: (226,173,165) (89%, 68%, 65%)

RGB channels and saturation

R 226 of 255 = 89%
G 173 of 255 = 68%
B 165 of 255 = 65%

226
173
165

R + G + B ~ 74%. #E2ADA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 173 + 165 = 564 (100%)
R 226 of 564 ~ 40.07%
G 173 of 564 ~ 30.67%
B 165 of 564 ~ 29.26'%

%40.07
%30.67
%29.26

CMYK color model

#E2ADA5 color CMYK value is (0,23,27,11).

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

CMYK: (0,23,27,11)
C0M23Y27K11 (0%, 23%, 27%, 11%)
(0.00 / 0.23 / 0.27 / 0.11)

CMYK percentages

%0
%23.45
%26.99
%11.37

Codes

Color #E2ADA5 in popluar color models

E2 AD A5
RGB 226 173 165
HSL 51.26% 76.67%
HSB/HSV 26.99% 88.63%
CMYK 0.00% 23.45% 26.99%
11.37%

Color #E2ADA5 in popluar number systems.

HEX E2 AD A5
Decimal 226 173 165
Binary 11100010 10101101 10100101
Octal 342 255 245

Shades and tints

Shades of #E2ADA5

#E2ADA5
(226,173,165)
#CE9E96
(206,158,150)
#BA8F87
(186,143,135)
#A68078
(166,128,120)
#927169
(146,113,105)
#7E625A
(126,98,90)
#6A534B
(106,83,75)
#56443C
(86,68,60)
#42352D
(66,53,45)
#2E261E
(46,38,30)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #E2ADA5

#E2ADA5
(226,173,165)
#E4B4AD
(228,180,173)
#E6BBB5
(230,187,181)
#E8C2BD
(232,194,189)
#EAC9C5
(234,201,197)
#ECD0CD
(236,208,205)
#EED7D5
(238,215,213)
#F0DEDD
(240,222,221)
#F2E5E5
(242,229,229)
#F4ECED
(244,236,237)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2ADA5; }

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

This text font color is #E2ADA5.

Background Color

.myBgColor { background-color: #E2ADA5; }

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

This div background color is #E2ADA5.

Border color

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

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

This div border color is #E2ADA5.

Opacity

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

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

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

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

This text has shadow with #E2ADA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2ADA5.

Preview

Color preview on black background

This text has color #E2ADA5 on black background.


Color preview on white background

This text has color #E2ADA5 on white background.


Black color preview on #E2ADA5 background

This text has black color on #E2ADA5 background.


White color preview on #E2ADA5 background

This text has white color on #E2ADA5 background.


Related colors

Complementary color

Complementary color for #hex is #1D525A.


I love getcolorcode.com

Triadic colors

1 #A5E2AD and #ADA5E2 with #E2ADA5 are triadic colors.

2 #A5ADE2 and #ADE2A5 with #E2ADA5 are triadic colors.