COLOR #E3ED8C

HEX: #E3ED8C RGB: (227,237,140)

Color info

#E3ED8C contains mainly red and green colors. Web safe color of #E3ED8C is #CCFF99 (or #CF9).

RGB color model

#E3ED8C color RGB value is (227,237,140).

RGB: (227,237,140) (89%, 93%, 55%)

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 140 of 255 = 55%

227
237
140

R + G + B ~ 79%. #E3ED8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 237 + 140 = 604 (100%)
R 227 of 604 ~ 37.58%
G 237 of 604 ~ 39.24%
B 140 of 604 ~ 23.18'%

%37.58
%39.24
%23.18

CMYK color model

#E3ED8C color CMYK value is (4,0,41,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 40.93%
  • key color value is 7.06%

CMYK: (4,0,41,7)
C4M0Y41K7 (4%, 0%, 41%, 7%)
(0.04 / 0.00 / 0.41 / 0.07)

CMYK percentages

%4.22
%0
%40.93
%7.06

Codes

Color #E3ED8C in popluar color models

E3 ED 8C
RGB 227 237 140
HSL 66° 72.93% 73.92%
HSB/HSV 66° 40.93% 92.94%
CMYK 4.22% 0.00% 40.93%
7.06%

Color #E3ED8C in popluar number systems.

HEX E3 ED 8C
Decimal 227 237 140
Binary 11100011 11101101 10001100
Octal 343 355 214

Shades and tints

Shades of #E3ED8C

#E3ED8C
(227,237,140)
#CFD880
(207,216,128)
#BBC374
(187,195,116)
#A7AE68
(167,174,104)
#93995C
(147,153,92)
#7F8450
(127,132,80)
#6B6F44
(107,111,68)
#575A38
(87,90,56)
#43452C
(67,69,44)
#2F3020
(47,48,32)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #E3ED8C

#E3ED8C
(227,237,140)
#E5EE96
(229,238,150)
#E7EFA0
(231,239,160)
#E9F0AA
(233,240,170)
#EBF1B4
(235,241,180)
#EDF2BE
(237,242,190)
#EFF3C8
(239,243,200)
#F1F4D2
(241,244,210)
#F3F5DC
(243,245,220)
#F5F6E6
(245,246,230)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ED8C; }

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

This text font color is #E3ED8C.

Background Color

.myBgColor { background-color: #E3ED8C; }

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

This div background color is #E3ED8C.

Border color

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

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

This div border color is #E3ED8C.

Opacity

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

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

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

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

This text has shadow with #E3ED8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3ED8C.

Preview

Color preview on black background

This text has color #E3ED8C on black background.


Color preview on white background

This text has color #E3ED8C on white background.


Black color preview on #E3ED8C background

This text has black color on #E3ED8C background.


White color preview on #E3ED8C background

This text has white color on #E3ED8C background.


Related colors

Complementary color

Complementary color for #hex is #1C1273.


I love getcolorcode.com

Triadic colors

1 #8CE3ED and #ED8CE3 with #E3ED8C are triadic colors.

2 #8CEDE3 and #EDE38C with #E3ED8C are triadic colors.