COLOR #E7AD92

HEX: #E7AD92 RGB: (231,173,146)

Color info

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

RGB color model

#E7AD92 color RGB value is (231,173,146).

RGB: (231,173,146) (91%, 68%, 57%)

RGB channels and saturation

R 231 of 255 = 91%
G 173 of 255 = 68%
B 146 of 255 = 57%

231
173
146

R + G + B ~ 72%. #E7AD92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 173 + 146 = 550 (100%)
R 231 of 550 ~ 42%
G 173 of 550 ~ 31.45%
B 146 of 550 ~ 26.55'%

%42
%31.45
%26.55

CMYK color model

#E7AD92 color CMYK value is (0,25,37,9).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 36.80%
  • key color value is 9.41%

CMYK: (0,25,37,9)
C0M25Y37K9 (0%, 25%, 37%, 9%)
(0.00 / 0.25 / 0.37 / 0.09)

CMYK percentages

%0
%25.11
%36.8
%9.41

Codes

Color #E7AD92 in popluar color models

E7 AD 92
RGB 231 173 146
HSL 19° 63.91% 73.92%
HSB/HSV 19° 36.80% 90.59%
CMYK 0.00% 25.11% 36.80%
9.41%

Color #E7AD92 in popluar number systems.

HEX E7 AD 92
Decimal 231 173 146
Binary 11100111 10101101 10010010
Octal 347 255 222

Shades and tints

Shades of #E7AD92

#E7AD92
(231,173,146)
#D29E85
(210,158,133)
#BD8F78
(189,143,120)
#A8806B
(168,128,107)
#93715E
(147,113,94)
#7E6251
(126,98,81)
#695344
(105,83,68)
#544437
(84,68,55)
#3F352A
(63,53,42)
#2A261D
(42,38,29)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #E7AD92

#E7AD92
(231,173,146)
#E9B49B
(233,180,155)
#EBBBA4
(235,187,164)
#EDC2AD
(237,194,173)
#EFC9B6
(239,201,182)
#F1D0BF
(241,208,191)
#F3D7C8
(243,215,200)
#F5DED1
(245,222,209)
#F7E5DA
(247,229,218)
#F9ECE3
(249,236,227)
#FBF3EC
(251,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AD92; }

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

This text font color is #E7AD92.

Background Color

.myBgColor { background-color: #E7AD92; }

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

This div background color is #E7AD92.

Border color

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

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

This div border color is #E7AD92.

Opacity

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

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

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

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

This text has shadow with #E7AD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7AD92.

Preview

Color preview on black background

This text has color #E7AD92 on black background.


Color preview on white background

This text has color #E7AD92 on white background.


Black color preview on #E7AD92 background

This text has black color on #E7AD92 background.


White color preview on #E7AD92 background

This text has white color on #E7AD92 background.


Related colors

Complementary color

Complementary color for #hex is #18526D.


I love getcolorcode.com

Triadic colors

1 #92E7AD and #AD92E7 with #E7AD92 are triadic colors.

2 #92ADE7 and #ADE792 with #E7AD92 are triadic colors.