COLOR #E7ADA5

HEX: #E7ADA5 RGB: (231,173,165)

Color info

#E7ADA5 contains mainly red and green colors. Web safe color of #E7ADA5 is #FF9999 (or #F99).

RGB color model

#E7ADA5 color RGB value is (231,173,165).

RGB: (231,173,165) (91%, 68%, 65%)

RGB channels and saturation

R 231 of 255 = 91%
G 173 of 255 = 68%
B 165 of 255 = 65%

231
173
165

R + G + B ~ 75%. #E7ADA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 173 + 165 = 569 (100%)
R 231 of 569 ~ 40.6%
G 173 of 569 ~ 30.4%
B 165 of 569 ~ 29'%

%40.6
%30.4
%29

CMYK color model

#E7ADA5 color CMYK value is (0,25,29,9).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 28.57%
  • key color value is 9.41%
CMYK: (0,25,29,9) C0M25Y29K9 (0%,25%,29%,9%) (0.00/0.25/0.29/0.09) 

CMYK percentages

%0
%25.11
%28.57
%9.41

Codes

Color #E7ADA5 in popluar color models

E7 AD A5
RGB 231 173 165
HSL 57.89% 77.65%
HSB/HSV 28.57% 90.59%
CMYK 0.00% 25.11% 28.57%
9.41%

Color #E7ADA5 in popluar number systems.

HEX E7 AD A5
Decimal 231 173 165
Binary 11100111 10101101 10100101
Octal 347 255 245

Shades and tints

Shades of #E7ADA5

#E7ADA5
(231,173,165)
#D29E96
(210,158,150)
#BD8F87
(189,143,135)
#A88078
(168,128,120)
#937169
(147,113,105)
#7E625A
(126,98,90)
#69534B
(105,83,75)
#54443C
(84,68,60)
#3F352D
(63,53,45)
#2A261E
(42,38,30)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #E7ADA5

#E7ADA5
(231,173,165)
#E9B4AD
(233,180,173)
#EBBBB5
(235,187,181)
#EDC2BD
(237,194,189)
#EFC9C5
(239,201,197)
#F1D0CD
(241,208,205)
#F3D7D5
(243,215,213)
#F5DEDD
(245,222,221)
#F7E5E5
(247,229,229)
#F9ECED
(249,236,237)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ADA5; }

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

This text font color is #E7ADA5.

Background Color

.myBgColor { background-color: #E7ADA5; }

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

This div background color is #E7ADA5.

Border color

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

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

This div border color is #E7ADA5.

Opacity

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

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

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

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

This text has shadow with #E7ADA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ADA5.

Preview

Color preview on black background

This text has color #E7ADA5 on black background.


Color preview on white background

This text has color #E7ADA5 on white background.


Black color preview on #E7ADA5 background

This text has black color on #E7ADA5 background.


White color preview on #E7ADA5 background

This text has white color on #E7ADA5 background.


Related colors

Complementary color

Complementary color for #hex is #18525A.


I love getcolorcode.com

Triadic colors

1 #A5E7AD and #ADA5E7 with #E7ADA5 are triadic colors.

2 #A5ADE7 and #ADE7A5 with #E7ADA5 are triadic colors.