COLOR #E3ED7B

HEX: #E3ED7B
RGB: (227,237,123)

Color info

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

RGB color model

#E3ED7B color RGB value is (227,237,123).

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

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 123 of 255 = 48%

227
237
123

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

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 123 = 587 (100%)
R 227 of 587 ~ 38.67%
G 237 of 587 ~ 40.37%
B 123 of 587 ~ 20.95%

%38.67
%40.37
%20.95

CMYK color model

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

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 48.10%
  • 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
%48.1
%7.06

Codes

Color #E3ED7B in popluar color models

E3ED7B
RGB227237123
HSL65°76.00%70.59%
HSB/HSV65°48.10%92.94%
CMYK4.22%0.00%48.10%
7.06%

Color #E3ED7B in popluar number systems.

HEXE3ED7B
Decimal227237123
Binary11100011111011011111011
Octal343355173

Shades and tints

Shades of #E3ED7B

#E3ED7B
(227,237,123)
#CFD870
(207,216,112)
#BBC365
(187,195,101)
#A7AE5A
(167,174,90)
#93994F
(147,153,79)
#7F8444
(127,132,68)
#6B6F39
(107,111,57)
#575A2E
(87,90,46)
#434523
(67,69,35)
#2F3018
(47,48,24)
#1B1B0D
(27,27,13)
#000000
(0,0,0)

Tints of #E3ED7B

#E3ED7B
(227,237,123)
#E5EE87
(229,238,135)
#E7EF93
(231,239,147)
#E9F09F
(233,240,159)
#EBF1AB
(235,241,171)
#EDF2B7
(237,242,183)
#EFF3C3
(239,243,195)
#F1F4CF
(241,244,207)
#F3F5DB
(243,245,219)
#F5F6E7
(245,246,231)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ED7B; }

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

This text font color is #E3ED7B.


Background Color

.myBgColor { background-color: #E3ED7B; }

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

This div background color is #E3ED7B.


Border color

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

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

This div border color is #E3ED7B.


Opacity

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

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

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

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

This text has shadow with #E3ED7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ED7B on black background.


Color preview on white background

This text has color #E3ED7B on white background.



Black color preview on #E3ED7B background

This text has black color on #E3ED7B background.


White color preview on #E3ED7B background

This text has white color on #E3ED7B background.