COLOR #E2A78D

HEX: #E2A78D RGB: (226,167,141)

Color info

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

RGB color model

#E2A78D color RGB value is (226,167,141).

RGB: (226,167,141) (89%, 65%, 55%)

RGB channels and saturation

R 226 of 255 = 89%
G 167 of 255 = 65%
B 141 of 255 = 55%

226
167
141

R + G + B ~ 70%. #E2A78D is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 167 + 141 = 534 (100%)
R 226 of 534 ~ 42.32%
G 167 of 534 ~ 31.27%
B 141 of 534 ~ 26.4'%

%42.32
%31.27
%26.4

CMYK color model

#E2A78D color CMYK value is (0,26,38,11).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 37.61%
  • key color value is 11.37%

CMYK: (0,26,38,11)
C0M26Y38K11 (0%, 26%, 38%, 11%)
(0.00 / 0.26 / 0.38 / 0.11)

CMYK percentages

%0
%26.11
%37.61
%11.37

Codes

Color #E2A78D in popluar color models

E2 A7 8D
RGB 226 167 141
HSL 18° 59.44% 71.96%
HSB/HSV 18° 37.61% 88.63%
CMYK 0.00% 26.11% 37.61%
11.37%

Color #E2A78D in popluar number systems.

HEX E2 A7 8D
Decimal 226 167 141
Binary 11100010 10100111 10001101
Octal 342 247 215

Shades and tints

Shades of #E2A78D

#E2A78D
(226,167,141)
#CE9881
(206,152,129)
#BA8975
(186,137,117)
#A67A69
(166,122,105)
#926B5D
(146,107,93)
#7E5C51
(126,92,81)
#6A4D45
(106,77,69)
#563E39
(86,62,57)
#422F2D
(66,47,45)
#2E2021
(46,32,33)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #E2A78D

#E2A78D
(226,167,141)
#E4AF97
(228,175,151)
#E6B7A1
(230,183,161)
#E8BFAB
(232,191,171)
#EAC7B5
(234,199,181)
#ECCFBF
(236,207,191)
#EED7C9
(238,215,201)
#F0DFD3
(240,223,211)
#F2E7DD
(242,231,221)
#F4EFE7
(244,239,231)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A78D color. Also use rgb(226,167,141) instead hex code.

Text Font Color

.myTextColor { color: #E2A78D; }

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

This text font color is #E2A78D.

Background Color

.myBgColor { background-color: #E2A78D; }

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

This div background color is #E2A78D.

Border color

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

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

This div border color is #E2A78D.

Opacity

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

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

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

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

This text has shadow with #E2A78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A78D.

Preview

Color preview on black background

This text has color #E2A78D on black background.


Color preview on white background

This text has color #E2A78D on white background.


Black color preview on #E2A78D background

This text has black color on #E2A78D background.


White color preview on #E2A78D background

This text has white color on #E2A78D background.


Related colors

Complementary color

Complementary color for #hex is #1D5872.


I love getcolorcode.com

Triadic colors

1 #8DE2A7 and #A78DE2 with #E2A78D are triadic colors.

2 #8DA7E2 and #A7E28D with #E2A78D are triadic colors.