COLOR #E3ED7C

HEX: #E3ED7C
RGB: (227,237,124)

Color info

#E3ED7C contains mainly red and green colors. Web safe color of #E3ED7C is #CCFF66 (or #CF6).

RGB color model

#E3ED7C color RGB value is (227,237,124).

  • red value is 227;
  • green value is 237;
  • blue value is 124.
RGB:
(227,237,124)
(89%,93%,49%)

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 124 of 255 = 49%

227
237
124

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

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 124 = 588 (100%)
R 227 of 588 ~ 38.61%
G 237 of 588 ~ 40.31%
B 124 of 588 ~ 21.09%

%38.61
%40.31
%21.09

CMYK color model

#E3ED7C color CMYK value is (4,0,48,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 47.68%
  • key color value is 7.06%
CMYK:
(4,0,48,7)
C4M0Y48K7 
(4%,0%,48%,7%)
(0.04/0.00/0.48/0.07)	

CMYK percentages

%4.22
%0
%47.68
%7.06

Codes

Color #E3ED7C in popluar color models

E3ED7C
RGB227237124
HSL65°75.84%70.78%
HSB/HSV65°47.68%92.94%
CMYK4.22%0.00%47.68%
7.06%

Color #E3ED7C in popluar number systems.

HEXE3ED7C
Decimal227237124
Binary11100011111011011111100
Octal343355174

Shades and tints

Shades of #E3ED7C

#E3ED7C
(227,237,124)
#CFD871
(207,216,113)
#BBC366
(187,195,102)
#A7AE5B
(167,174,91)
#939950
(147,153,80)
#7F8445
(127,132,69)
#6B6F3A
(107,111,58)
#575A2F
(87,90,47)
#434524
(67,69,36)
#2F3019
(47,48,25)
#1B1B0E
(27,27,14)
#000000
(0,0,0)

Tints of #E3ED7C

#E3ED7C
(227,237,124)
#E5EE87
(229,238,135)
#E7EF92
(231,239,146)
#E9F09D
(233,240,157)
#EBF1A8
(235,241,168)
#EDF2B3
(237,242,179)
#EFF3BE
(239,243,190)
#F1F4C9
(241,244,201)
#F3F5D4
(243,245,212)
#F5F6DF
(245,246,223)
#F7F7EA
(247,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ED7C; }

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

This text font color is #E3ED7C.


Background Color

.myBgColor { background-color: #E3ED7C; }

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

This div background color is #E3ED7C.


Border color

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

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

This div border color is #E3ED7C.


Opacity

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

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

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

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

This text has shadow with #E3ED7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ED7C on black background.


Color preview on white background

This text has color #E3ED7C on white background.



Black color preview on #E3ED7C background

This text has black color on #E3ED7C background.


White color preview on #E3ED7C background

This text has white color on #E3ED7C background.