COLOR #E3F3A4

HEX: #E3F3A4 RGB: (227,243,164)

Color info

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

RGB color model

#E3F3A4 color RGB value is (227,243,164).

RGB: (227,243,164) (89%, 95%, 64%)

RGB channels and saturation

R 227 of 255 = 89%
G 243 of 255 = 95%
B 164 of 255 = 64%

227
243
164

R + G + B ~ 83%. #E3F3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 243 + 164 = 634 (100%)
R 227 of 634 ~ 35.8%
G 243 of 634 ~ 38.33%
B 164 of 634 ~ 25.87'%

%35.8
%38.33
%25.87

CMYK color model

#E3F3A4 color CMYK value is (7,0,33,5).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 32.51%
  • key color value is 4.71%

CMYK: (7,0,33,5)
C7M0Y33K5 (7%, 0%, 33%, 5%)
(0.07 / 0.00 / 0.33 / 0.05)

CMYK percentages

%6.58
%0
%32.51
%4.71

Codes

Color #E3F3A4 in popluar color models

E3 F3 A4
RGB 227 243 164
HSL 72° 76.70% 79.80%
HSB/HSV 72° 32.51% 95.29%
CMYK 6.58% 0.00% 32.51%
4.71%

Color #E3F3A4 in popluar number systems.

HEX E3 F3 A4
Decimal 227 243 164
Binary 11100011 11110011 10100100
Octal 343 363 244

Shades and tints

Shades of #E3F3A4

#E3F3A4
(227,243,164)
#CFDD96
(207,221,150)
#BBC788
(187,199,136)
#A7B17A
(167,177,122)
#939B6C
(147,155,108)
#7F855E
(127,133,94)
#6B6F50
(107,111,80)
#575942
(87,89,66)
#434334
(67,67,52)
#2F2D26
(47,45,38)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E3F3A4

#E3F3A4
(227,243,164)
#E5F4AC
(229,244,172)
#E7F5B4
(231,245,180)
#E9F6BC
(233,246,188)
#EBF7C4
(235,247,196)
#EDF8CC
(237,248,204)
#EFF9D4
(239,249,212)
#F1FADC
(241,250,220)
#F3FBE4
(243,251,228)
#F5FCEC
(245,252,236)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F3A4 color. Also use rgb(227,243,164) instead hex code.

Text Font Color

.myTextColor { color: #E3F3A4; }

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

This text font color is #E3F3A4.

Background Color

.myBgColor { background-color: #E3F3A4; }

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

This div background color is #E3F3A4.

Border color

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

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

This div border color is #E3F3A4.

Opacity

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

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

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

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

This text has shadow with #E3F3A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F3A4.

Preview

Color preview on black background

This text has color #E3F3A4 on black background.


Color preview on white background

This text has color #E3F3A4 on white background.


Black color preview on #E3F3A4 background

This text has black color on #E3F3A4 background.


White color preview on #E3F3A4 background

This text has white color on #E3F3A4 background.


Related colors

Complementary color

Complementary color for #hex is #1C0C5B.


I love getcolorcode.com

Triadic colors

1 #A4E3F3 and #F3A4E3 with #E3F3A4 are triadic colors.

2 #A4F3E3 and #F3E3A4 with #E3F3A4 are triadic colors.