COLOR #E3F4AC

HEX: #E3F4AC RGB: (227,244,172)

Color info

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

RGB color model

#E3F4AC color RGB value is (227,244,172).

RGB: (227,244,172) (89%, 96%, 67%)

RGB channels and saturation

R 227 of 255 = 89%
G 244 of 255 = 96%
B 172 of 255 = 67%

227
244
172

R + G + B ~ 84%. #E3F4AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 244 + 172 = 643 (100%)
R 227 of 643 ~ 35.3%
G 244 of 643 ~ 37.95%
B 172 of 643 ~ 26.75'%

%35.3
%37.95
%26.75

CMYK color model

#E3F4AC color CMYK value is (7,0,30,4).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 29.51%
  • key color value is 4.31%

CMYK: (7,0,30,4)
C7M0Y30K4 (7%, 0%, 30%, 4%)
(0.07 / 0.00 / 0.30 / 0.04)

CMYK percentages

%6.97
%0
%29.51
%4.31

Codes

Color #E3F4AC in popluar color models

E3 F4 AC
RGB 227 244 172
HSL 74° 76.60% 81.57%
HSB/HSV 74° 29.51% 95.69%
CMYK 6.97% 0.00% 29.51%
4.31%

Color #E3F4AC in popluar number systems.

HEX E3 F4 AC
Decimal 227 244 172
Binary 11100011 11110100 10101100
Octal 343 364 254

Shades and tints

Shades of #E3F4AC

#E3F4AC
(227,244,172)
#CFDE9D
(207,222,157)
#BBC88E
(187,200,142)
#A7B27F
(167,178,127)
#939C70
(147,156,112)
#7F8661
(127,134,97)
#6B7052
(107,112,82)
#575A43
(87,90,67)
#434434
(67,68,52)
#2F2E25
(47,46,37)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #E3F4AC

#E3F4AC
(227,244,172)
#E5F5B3
(229,245,179)
#E7F6BA
(231,246,186)
#E9F7C1
(233,247,193)
#EBF8C8
(235,248,200)
#EDF9CF
(237,249,207)
#EFFAD6
(239,250,214)
#F1FBDD
(241,251,221)
#F3FCE4
(243,252,228)
#F5FDEB
(245,253,235)
#F7FEF2
(247,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F4AC color. Also use rgb(227,244,172) instead hex code.

Text Font Color

.myTextColor { color: #E3F4AC; }

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

This text font color is #E3F4AC.

Background Color

.myBgColor { background-color: #E3F4AC; }

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

This div background color is #E3F4AC.

Border color

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

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

This div border color is #E3F4AC.

Opacity

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

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

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

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

This text has shadow with #E3F4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F4AC.

Preview

Color preview on black background

This text has color #E3F4AC on black background.


Color preview on white background

This text has color #E3F4AC on white background.


Black color preview on #E3F4AC background

This text has black color on #E3F4AC background.


White color preview on #E3F4AC background

This text has white color on #E3F4AC background.


Related colors

Complementary color

Complementary color for #hex is #1C0B53.


I love getcolorcode.com

Triadic colors

1 #ACE3F4 and #F4ACE3 with #E3F4AC are triadic colors.

2 #ACF4E3 and #F4E3AC with #E3F4AC are triadic colors.