COLOR #E3B18A

HEX: #E3B18A RGB: (227,177,138)

Color info

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

RGB color model

#E3B18A color RGB value is (227,177,138).

RGB: (227,177,138) (89%, 69%, 54%)

RGB channels and saturation

R 227 of 255 = 89%
G 177 of 255 = 69%
B 138 of 255 = 54%

227
177
138

R + G + B ~ 71%. #E3B18A is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 177 + 138 = 542 (100%)
R 227 of 542 ~ 41.88%
G 177 of 542 ~ 32.66%
B 138 of 542 ~ 25.46'%

%41.88
%32.66
%25.46

CMYK color model

#E3B18A color CMYK value is (0,22,39,11).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 39.21%
  • key color value is 10.98%

CMYK: (0,22,39,11)
C0M22Y39K11 (0%, 22%, 39%, 11%)
(0.00 / 0.22 / 0.39 / 0.11)

CMYK percentages

%0
%22.03
%39.21
%10.98

Codes

Color #E3B18A in popluar color models

E3 B1 8A
RGB 227 177 138
HSL 26° 61.38% 71.57%
HSB/HSV 26° 39.21% 89.02%
CMYK 0.00% 22.03% 39.21%
10.98%

Color #E3B18A in popluar number systems.

HEX E3 B1 8A
Decimal 227 177 138
Binary 11100011 10110001 10001010
Octal 343 261 212

Shades and tints

Shades of #E3B18A

#E3B18A
(227,177,138)
#CFA17E
(207,161,126)
#BB9172
(187,145,114)
#A78166
(167,129,102)
#93715A
(147,113,90)
#7F614E
(127,97,78)
#6B5142
(107,81,66)
#574136
(87,65,54)
#43312A
(67,49,42)
#2F211E
(47,33,30)
#1B1112
(27,17,18)
#000000
(0,0,0)

Tints of #E3B18A

#E3B18A
(227,177,138)
#E5B894
(229,184,148)
#E7BF9E
(231,191,158)
#E9C6A8
(233,198,168)
#EBCDB2
(235,205,178)
#EDD4BC
(237,212,188)
#EFDBC6
(239,219,198)
#F1E2D0
(241,226,208)
#F3E9DA
(243,233,218)
#F5F0E4
(245,240,228)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B18A color. Also use rgb(227,177,138) instead hex code.

Text Font Color

.myTextColor { color: #E3B18A; }

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

This text font color is #E3B18A.

Background Color

.myBgColor { background-color: #E3B18A; }

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

This div background color is #E3B18A.

Border color

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

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

This div border color is #E3B18A.

Opacity

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

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

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

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

This text has shadow with #E3B18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B18A.

Preview

Color preview on black background

This text has color #E3B18A on black background.


Color preview on white background

This text has color #E3B18A on white background.


Black color preview on #E3B18A background

This text has black color on #E3B18A background.


White color preview on #E3B18A background

This text has white color on #E3B18A background.


Related colors

Complementary color

Complementary color for #hex is #1C4E75.


I love getcolorcode.com

Triadic colors

1 #8AE3B1 and #B18AE3 with #E3B18A are triadic colors.

2 #8AB1E3 and #B1E38A with #E3B18A are triadic colors.