COLOR #E3E68A

HEX: #E3E68A
RGB: (227,230,138)

Color info

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

RGB color model

#E3E68A color RGB value is (227,230,138).

  • red value is 227;
  • green value is 230;
  • blue value is 138.
RGB:
(227,230,138)
(89%,90%,54%)

RGB channels and saturation

R 227 of 255 = 89%
G 230 of 255 = 90%
B 138 of 255 = 54%

227
230
138

R + G + B ~ 78%. #E3E68A is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 230 + 138 = 595 (100%)
R 227 of 595 ~ 38.15%
G 230 of 595 ~ 38.66%
B 138 of 595 ~ 23.19%

%38.15
%38.66
%23.19

CMYK color model

#E3E68A color CMYK value is (1,0,40,10).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 9.80%
CMYK:
(1,0,40,10)
C1M0Y40K10 
(1%,0%,40%,10%)
(0.01/0.00/0.40/0.10)	

CMYK percentages

%1.3
%0
%40
%9.8

Codes

Color #E3E68A in popluar color models

E3E68A
RGB227230138
HSL62°64.79%72.16%
HSB/HSV62°40.00%90.20%
CMYK1.30%0.00%40.00%
9.80%

Color #E3E68A in popluar number systems.

HEXE3E68A
Decimal227230138
Binary111000111110011010001010
Octal343346212

Shades and tints

Shades of #E3E68A

#E3E68A
(227,230,138)
#CFD27E
(207,210,126)
#BBBE72
(187,190,114)
#A7AA66
(167,170,102)
#93965A
(147,150,90)
#7F824E
(127,130,78)
#6B6E42
(107,110,66)
#575A36
(87,90,54)
#43462A
(67,70,42)
#2F321E
(47,50,30)
#1B1E12
(27,30,18)
#000000
(0,0,0)

Tints of #E3E68A

#E3E68A
(227,230,138)
#E5E894
(229,232,148)
#E7EA9E
(231,234,158)
#E9ECA8
(233,236,168)
#EBEEB2
(235,238,178)
#EDF0BC
(237,240,188)
#EFF2C6
(239,242,198)
#F1F4D0
(241,244,208)
#F3F6DA
(243,246,218)
#F5F8E4
(245,248,228)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3E68A color. Also use rgb(227,230,138) instead hex code.

Text Font Color

.myTextColor { color: #E3E68A; }

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

This text font color is #E3E68A.


Background Color

.myBgColor { background-color: #E3E68A; }

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

This div background color is #E3E68A.


Border color

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

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

This div border color is #E3E68A.


Opacity

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

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

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

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

This text has shadow with #E3E68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E68A on black background.


Color preview on white background

This text has color #E3E68A on white background.



Black color preview on #E3E68A background

This text has black color on #E3E68A background.


White color preview on #E3E68A background

This text has white color on #E3E68A background.