COLOR #E3F0AC

HEX: #E3F0AC RGB: (227,240,172)

Color info

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

RGB color model

#E3F0AC color RGB value is (227,240,172).

RGB: (227,240,172) (89%, 94%, 67%)

RGB channels and saturation

R 227 of 255 = 89%
G 240 of 255 = 94%
B 172 of 255 = 67%

227
240
172

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

Portions of RGB colors in percentages

R + G + B = 227 + 240 + 172 = 639 (100%)
R 227 of 639 ~ 35.52%
G 240 of 639 ~ 37.56%
B 172 of 639 ~ 26.92'%

%35.52
%37.56
%26.92

CMYK color model

#E3F0AC color CMYK value is (5,0,28,6).

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 5.88%

CMYK: (5,0,28,6)
C5M0Y28K6 (5%, 0%, 28%, 6%)
(0.05 / 0.00 / 0.28 / 0.06)

CMYK percentages

%5.42
%0
%28.33
%5.88

Codes

Color #E3F0AC in popluar color models

E3 F0 AC
RGB 227 240 172
HSL 71° 69.39% 80.78%
HSB/HSV 71° 28.33% 94.12%
CMYK 5.42% 0.00% 28.33%
5.88%

Color #E3F0AC in popluar number systems.

HEX E3 F0 AC
Decimal 227 240 172
Binary 11100011 11110000 10101100
Octal 343 360 254

Shades and tints

Shades of #E3F0AC

#E3F0AC
(227,240,172)
#CFDB9D
(207,219,157)
#BBC68E
(187,198,142)
#A7B17F
(167,177,127)
#939C70
(147,156,112)
#7F8761
(127,135,97)
#6B7252
(107,114,82)
#575D43
(87,93,67)
#434834
(67,72,52)
#2F3325
(47,51,37)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #E3F0AC

#E3F0AC
(227,240,172)
#E5F1B3
(229,241,179)
#E7F2BA
(231,242,186)
#E9F3C1
(233,243,193)
#EBF4C8
(235,244,200)
#EDF5CF
(237,245,207)
#EFF6D6
(239,246,214)
#F1F7DD
(241,247,221)
#F3F8E4
(243,248,228)
#F5F9EB
(245,249,235)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F0AC; }

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

This text font color is #E3F0AC.

Background Color

.myBgColor { background-color: #E3F0AC; }

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

This div background color is #E3F0AC.

Border color

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

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

This div border color is #E3F0AC.

Opacity

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

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

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

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

This text has shadow with #E3F0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F0AC.

Preview

Color preview on black background

This text has color #E3F0AC on black background.


Color preview on white background

This text has color #E3F0AC on white background.


Black color preview on #E3F0AC background

This text has black color on #E3F0AC background.


White color preview on #E3F0AC background

This text has white color on #E3F0AC background.


Related colors

Complementary color

Complementary color for #hex is #1C0F53.


I love getcolorcode.com

Triadic colors

1 #ACE3F0 and #F0ACE3 with #E3F0AC are triadic colors.

2 #ACF0E3 and #F0E3AC with #E3F0AC are triadic colors.