COLOR #E2A68B

HEX: #E2A68B RGB: (226,166,139)

Color info

#E2A68B contains mainly red color. Web safe color of #E2A68B is #CC9999 (or #C99).

RGB color model

#E2A68B color RGB value is (226,166,139).

RGB: (226,166,139) (89%, 65%, 55%)

RGB channels and saturation

R 226 of 255 = 89%
G 166 of 255 = 65%
B 139 of 255 = 55%

226
166
139

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

Portions of RGB colors in percentages

R + G + B = 226 + 166 + 139 = 531 (100%)
R 226 of 531 ~ 42.56%
G 166 of 531 ~ 31.26%
B 139 of 531 ~ 26.18'%

%42.56
%31.26
%26.18

CMYK color model

#E2A68B color CMYK value is (0,27,38,11).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 38.50%
  • key color value is 11.37%

CMYK: (0,27,38,11)
C0M27Y38K11 (0%, 27%, 38%, 11%)
(0.00 / 0.27 / 0.38 / 0.11)

CMYK percentages

%0
%26.55
%38.5
%11.37

Codes

Color #E2A68B in popluar color models

E2 A6 8B
RGB 226 166 139
HSL 19° 60.00% 71.57%
HSB/HSV 19° 38.50% 88.63%
CMYK 0.00% 26.55% 38.50%
11.37%

Color #E2A68B in popluar number systems.

HEX E2 A6 8B
Decimal 226 166 139
Binary 11100010 10100110 10001011
Octal 342 246 213

Shades and tints

Shades of #E2A68B

#E2A68B
(226,166,139)
#CE977F
(206,151,127)
#BA8873
(186,136,115)
#A67967
(166,121,103)
#926A5B
(146,106,91)
#7E5B4F
(126,91,79)
#6A4C43
(106,76,67)
#563D37
(86,61,55)
#422E2B
(66,46,43)
#2E1F1F
(46,31,31)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #E2A68B

#E2A68B
(226,166,139)
#E4AE95
(228,174,149)
#E6B69F
(230,182,159)
#E8BEA9
(232,190,169)
#EAC6B3
(234,198,179)
#ECCEBD
(236,206,189)
#EED6C7
(238,214,199)
#F0DED1
(240,222,209)
#F2E6DB
(242,230,219)
#F4EEE5
(244,238,229)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A68B color. Also use rgb(226,166,139) instead hex code.

Text Font Color

.myTextColor { color: #E2A68B; }

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

This text font color is #E2A68B.

Background Color

.myBgColor { background-color: #E2A68B; }

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

This div background color is #E2A68B.

Border color

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

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

This div border color is #E2A68B.

Opacity

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

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

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

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

This text has shadow with #E2A68B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A68B.

Preview

Color preview on black background

This text has color #E2A68B on black background.


Color preview on white background

This text has color #E2A68B on white background.


Black color preview on #E2A68B background

This text has black color on #E2A68B background.


White color preview on #E2A68B background

This text has white color on #E2A68B background.


Related colors

Complementary color

Complementary color for #hex is #1D5974.


I love getcolorcode.com

Triadic colors

1 #8BE2A6 and #A68BE2 with #E2A68B are triadic colors.

2 #8BA6E2 and #A6E28B with #E2A68B are triadic colors.