COLOR #E29A7B

HEX: #E29A7B RGB: (226,154,123)

Color info

#E29A7B contains mainly red color. Web safe color of #E29A7B is #CC9966 (or #C96).

RGB color model

#E29A7B color RGB value is (226,154,123).

RGB: (226,154,123) (89%, 60%, 48%)

RGB channels and saturation

R 226 of 255 = 89%
G 154 of 255 = 60%
B 123 of 255 = 48%

226
154
123

R + G + B ~ 66%. #E29A7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 154 + 123 = 503 (100%)
R 226 of 503 ~ 44.93%
G 154 of 503 ~ 30.62%
B 123 of 503 ~ 24.45'%

%44.93
%30.62
%24.45

CMYK color model

#E29A7B color CMYK value is (0,32,46,11).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 45.58%
  • key color value is 11.37%

CMYK: (0,32,46,11)
C0M32Y46K11 (0%, 32%, 46%, 11%)
(0.00 / 0.32 / 0.46 / 0.11)

CMYK percentages

%0
%31.86
%45.58
%11.37

Codes

Color #E29A7B in popluar color models

E2 9A 7B
RGB 226 154 123
HSL 18° 63.98% 68.43%
HSB/HSV 18° 45.58% 88.63%
CMYK 0.00% 31.86% 45.58%
11.37%

Color #E29A7B in popluar number systems.

HEX E2 9A 7B
Decimal 226 154 123
Binary 11100010 10011010 1111011
Octal 342 232 173

Shades and tints

Shades of #E29A7B

#E29A7B
(226,154,123)
#CE8C70
(206,140,112)
#BA7E65
(186,126,101)
#A6705A
(166,112,90)
#92624F
(146,98,79)
#7E5444
(126,84,68)
#6A4639
(106,70,57)
#56382E
(86,56,46)
#422A23
(66,42,35)
#2E1C18
(46,28,24)
#1A0E0D
(26,14,13)
#000000
(0,0,0)

Tints of #E29A7B

#E29A7B
(226,154,123)
#E4A387
(228,163,135)
#E6AC93
(230,172,147)
#E8B59F
(232,181,159)
#EABEAB
(234,190,171)
#ECC7B7
(236,199,183)
#EED0C3
(238,208,195)
#F0D9CF
(240,217,207)
#F2E2DB
(242,226,219)
#F4EBE7
(244,235,231)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29A7B color. Also use rgb(226,154,123) instead hex code.

Text Font Color

.myTextColor { color: #E29A7B; }

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

This text font color is #E29A7B.

Background Color

.myBgColor { background-color: #E29A7B; }

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

This div background color is #E29A7B.

Border color

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

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

This div border color is #E29A7B.

Opacity

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

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

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

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

This text has shadow with #E29A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E29A7B.

Preview

Color preview on black background

This text has color #E29A7B on black background.


Color preview on white background

This text has color #E29A7B on white background.


Black color preview on #E29A7B background

This text has black color on #E29A7B background.


White color preview on #E29A7B background

This text has white color on #E29A7B background.


Related colors

Complementary color

Complementary color for #hex is #1D6584.


I love getcolorcode.com

Triadic colors

1 #7BE29A and #9A7BE2 with #E29A7B are triadic colors.

2 #7B9AE2 and #9AE27B with #E29A7B are triadic colors.