COLOR #E3DC8E

HEX: #E3DC8E RGB: (227,220,142)

Color info

#E3DC8E contains mainly red and green colors. Web safe color of #E3DC8E is #CCCC99 (or #CC9).

RGB color model

#E3DC8E color RGB value is (227,220,142).

RGB: (227,220,142) (89%, 86%, 56%)

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 142 of 255 = 56%

227
220
142

R + G + B ~ 77%. #E3DC8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 220 + 142 = 589 (100%)
R 227 of 589 ~ 38.54%
G 220 of 589 ~ 37.35%
B 142 of 589 ~ 24.11'%

%38.54
%37.35
%24.11

CMYK color model

#E3DC8E color CMYK value is (0,3,37,11).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 37.44%
  • key color value is 10.98%
CMYK: (0,3,37,11) C0M3Y37K11 (0%,3%,37%,11%) (0.00/0.03/0.37/0.11) 

CMYK percentages

%0
%3.08
%37.44
%10.98

Codes

Color #E3DC8E in popluar color models

E3 DC 8E
RGB 227 220 142
HSL 55° 60.28% 72.35%
HSB/HSV 55° 37.44% 89.02%
CMYK 0.00% 3.08% 37.44%
10.98%

Color #E3DC8E in popluar number systems.

HEX E3 DC 8E
Decimal 227 220 142
Binary 11100011 11011100 10001110
Octal 343 334 216

Shades and tints

Shades of #E3DC8E

#E3DC8E
(227,220,142)
#CFC882
(207,200,130)
#BBB476
(187,180,118)
#A7A06A
(167,160,106)
#938C5E
(147,140,94)
#7F7852
(127,120,82)
#6B6446
(107,100,70)
#57503A
(87,80,58)
#433C2E
(67,60,46)
#2F2822
(47,40,34)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #E3DC8E

#E3DC8E
(227,220,142)
#E5DF98
(229,223,152)
#E7E2A2
(231,226,162)
#E9E5AC
(233,229,172)
#EBE8B6
(235,232,182)
#EDEBC0
(237,235,192)
#EFEECA
(239,238,202)
#F1F1D4
(241,241,212)
#F3F4DE
(243,244,222)
#F5F7E8
(245,247,232)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DC8E color. Also use rgb(227,220,142) instead hex code.

Text Font Color

.myTextColor { color: #E3DC8E; }

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

This text font color is #E3DC8E.

Background Color

.myBgColor { background-color: #E3DC8E; }

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

This div background color is #E3DC8E.

Border color

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

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

This div border color is #E3DC8E.

Opacity

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

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

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

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

This text has shadow with #E3DC8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DC8E.

Preview

Color preview on black background

This text has color #E3DC8E on black background.


Color preview on white background

This text has color #E3DC8E on white background.


Black color preview on #E3DC8E background

This text has black color on #E3DC8E background.


White color preview on #E3DC8E background

This text has white color on #E3DC8E background.


Related colors

Complementary color

Complementary color for #hex is #1C2371.


I love getcolorcode.com

Triadic colors

1 #8EE3DC and #DC8EE3 with #E3DC8E are triadic colors.

2 #8EDCE3 and #DCE38E with #E3DC8E are triadic colors.