COLOR #E2A98D

HEX: #E2A98D
RGB: (226,169,141)

Color info

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

RGB color model

#E2A98D color RGB value is (226,169,141).

  • red value is 226;
  • green value is 169;
  • blue value is 141.
RGB:
(226,169,141)
(89%,66%,55%)

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 141 of 255 = 55%

226
169
141

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

Portions of RGB colors in percentages

R + G + B =
226 + 169 + 141 = 536 (100%)
R 226 of 536 ~ 42.16%
G 169 of 536 ~ 31.53%
B 141 of 536 ~ 26.31%

%42.16
%31.53
%26.31

CMYK color model

#E2A98D color CMYK value is (0,25,38,11).

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 37.61%
  • key color value is 11.37%
CMYK:
(0,25,38,11)
C0M25Y38K11 
(0%,25%,38%,11%)
(0.00/0.25/0.38/0.11)	

CMYK percentages

%0
%25.22
%37.61
%11.37

Codes

Color #E2A98D in popluar color models

E2A98D
RGB226169141
HSL20°59.44%71.96%
HSB/HSV20°37.61%88.63%
CMYK0.00%25.22%37.61%
11.37%

Color #E2A98D in popluar number systems.

HEXE2A98D
Decimal226169141
Binary111000101010100110001101
Octal342251215

Shades and tints

Shades of #E2A98D

#E2A98D
(226,169,141)
#CE9A81
(206,154,129)
#BA8B75
(186,139,117)
#A67C69
(166,124,105)
#926D5D
(146,109,93)
#7E5E51
(126,94,81)
#6A4F45
(106,79,69)
#564039
(86,64,57)
#42312D
(66,49,45)
#2E2221
(46,34,33)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #E2A98D

#E2A98D
(226,169,141)
#E4B097
(228,176,151)
#E6B7A1
(230,183,161)
#E8BEAB
(232,190,171)
#EAC5B5
(234,197,181)
#ECCCBF
(236,204,191)
#EED3C9
(238,211,201)
#F0DAD3
(240,218,211)
#F2E1DD
(242,225,221)
#F4E8E7
(244,232,231)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A98D; }

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

This text font color is #E2A98D.


Background Color

.myBgColor { background-color: #E2A98D; }

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

This div background color is #E2A98D.


Border color

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

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

This div border color is #E2A98D.


Opacity

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

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

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

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

This text has shadow with #E2A98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A98D on black background.


Color preview on white background

This text has color #E2A98D on white background.



Black color preview on #E2A98D background

This text has black color on #E2A98D background.


White color preview on #E2A98D background

This text has white color on #E2A98D background.