COLOR #E3B18C

HEX: #E3B18C RGB: (227,177,140)

Color info

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

RGB color model

#E3B18C color RGB value is (227,177,140).

RGB: (227,177,140) (89%, 69%, 55%)

RGB channels and saturation

R 227 of 255 = 89%
G 177 of 255 = 69%
B 140 of 255 = 55%

227
177
140

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

Portions of RGB colors in percentages

R + G + B = 227 + 177 + 140 = 544 (100%)
R 227 of 544 ~ 41.73%
G 177 of 544 ~ 32.54%
B 140 of 544 ~ 25.74'%

%41.73
%32.54
%25.74

CMYK color model

#E3B18C color CMYK value is (0,22,38,11).

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

CMYK: (0,22,38,11)
C0M22Y38K11 (0%, 22%, 38%, 11%)
(0.00 / 0.22 / 0.38 / 0.11)

CMYK percentages

%0
%22.03
%38.33
%10.98

Codes

Color #E3B18C in popluar color models

E3 B1 8C
RGB 227 177 140
HSL 26° 60.84% 71.96%
HSB/HSV 26° 38.33% 89.02%
CMYK 0.00% 22.03% 38.33%
10.98%

Color #E3B18C in popluar number systems.

HEX E3 B1 8C
Decimal 227 177 140
Binary 11100011 10110001 10001100
Octal 343 261 214

Shades and tints

Shades of #E3B18C

#E3B18C
(227,177,140)
#CFA180
(207,161,128)
#BB9174
(187,145,116)
#A78168
(167,129,104)
#93715C
(147,113,92)
#7F6150
(127,97,80)
#6B5144
(107,81,68)
#574138
(87,65,56)
#43312C
(67,49,44)
#2F2120
(47,33,32)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #E3B18C

#E3B18C
(227,177,140)
#E5B896
(229,184,150)
#E7BFA0
(231,191,160)
#E9C6AA
(233,198,170)
#EBCDB4
(235,205,180)
#EDD4BE
(237,212,190)
#EFDBC8
(239,219,200)
#F1E2D2
(241,226,210)
#F3E9DC
(243,233,220)
#F5F0E6
(245,240,230)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B18C; }

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

This text font color is #E3B18C.

Background Color

.myBgColor { background-color: #E3B18C; }

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

This div background color is #E3B18C.

Border color

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

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

This div border color is #E3B18C.

Opacity

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

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

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

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

This text has shadow with #E3B18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B18C.

Preview

Color preview on black background

This text has color #E3B18C on black background.


Color preview on white background

This text has color #E3B18C on white background.


Black color preview on #E3B18C background

This text has black color on #E3B18C background.


White color preview on #E3B18C background

This text has white color on #E3B18C background.


Related colors

Complementary color

Complementary color for #hex is #1C4E73.


I love getcolorcode.com

Triadic colors

1 #8CE3B1 and #B18CE3 with #E3B18C are triadic colors.

2 #8CB1E3 and #B1E38C with #E3B18C are triadic colors.