COLOR #E3F6AC

HEX: #E3F6AC RGB: (227,246,172)

Color info

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

RGB color model

#E3F6AC color RGB value is (227,246,172).

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

RGB channels and saturation

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

227
246
172

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

Portions of RGB colors in percentages

R + G + B = 227 + 246 + 172 = 645 (100%)
R 227 of 645 ~ 35.19%
G 246 of 645 ~ 38.14%
B 172 of 645 ~ 26.67'%

%35.19
%38.14
%26.67

CMYK color model

#E3F6AC color CMYK value is (8,0,30,4).

  • cyan value is 7.72%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 3.53%

CMYK: (8,0,30,4)
C8M0Y30K4 (8%, 0%, 30%, 4%)
(0.08 / 0.00 / 0.30 / 0.04)

CMYK percentages

%7.72
%0
%30.08
%3.53

Codes

Color #E3F6AC in popluar color models

E3 F6 AC
RGB 227 246 172
HSL 75° 80.43% 81.96%
HSB/HSV 75° 30.08% 96.47%
CMYK 7.72% 0.00% 30.08%
3.53%

Color #E3F6AC in popluar number systems.

HEX E3 F6 AC
Decimal 227 246 172
Binary 11100011 11110110 10101100
Octal 343 366 254

Shades and tints

Shades of #E3F6AC

#E3F6AC
(227,246,172)
#CFE09D
(207,224,157)
#BBCA8E
(187,202,142)
#A7B47F
(167,180,127)
#939E70
(147,158,112)
#7F8861
(127,136,97)
#6B7252
(107,114,82)
#575C43
(87,92,67)
#434634
(67,70,52)
#2F3025
(47,48,37)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #E3F6AC

#E3F6AC
(227,246,172)
#E5F6B3
(229,246,179)
#E7F6BA
(231,246,186)
#E9F6C1
(233,246,193)
#EBF6C8
(235,246,200)
#EDF6CF
(237,246,207)
#EFF6D6
(239,246,214)
#F1F6DD
(241,246,221)
#F3F6E4
(243,246,228)
#F5F6EB
(245,246,235)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F6AC; }

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

This text font color is #E3F6AC.

Background Color

.myBgColor { background-color: #E3F6AC; }

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

This div background color is #E3F6AC.

Border color

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

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

This div border color is #E3F6AC.

Opacity

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

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

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

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

This text has shadow with #E3F6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F6AC.

Preview

Color preview on black background

This text has color #E3F6AC on black background.


Color preview on white background

This text has color #E3F6AC on white background.


Black color preview on #E3F6AC background

This text has black color on #E3F6AC background.


White color preview on #E3F6AC background

This text has white color on #E3F6AC background.


Related colors

Complementary color

Complementary color for #hex is #1C0953.


I love getcolorcode.com

Triadic colors

1 #ACE3F6 and #F6ACE3 with #E3F6AC are triadic colors.

2 #ACF6E3 and #F6E3AC with #E3F6AC are triadic colors.