COLOR #E3F0A6

HEX: #E3F0A6 RGB: (227,240,166)

Color info

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

RGB color model

#E3F0A6 color RGB value is (227,240,166).

RGB: (227,240,166) (89%, 94%, 65%)

RGB channels and saturation

R 227 of 255 = 89%
G 240 of 255 = 94%
B 166 of 255 = 65%

227
240
166

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

Portions of RGB colors in percentages

R + G + B = 227 + 240 + 166 = 633 (100%)
R 227 of 633 ~ 35.86%
G 240 of 633 ~ 37.91%
B 166 of 633 ~ 26.22'%

%35.86
%37.91
%26.22

CMYK color model

#E3F0A6 color CMYK value is (5,0,31,6).

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

CMYK: (5,0,31,6)
C5M0Y31K6 (5%, 0%, 31%, 6%)
(0.05 / 0.00 / 0.31 / 0.06)

CMYK percentages

%5.42
%0
%30.83
%5.88

Codes

Color #E3F0A6 in popluar color models

E3 F0 A6
RGB 227 240 166
HSL 71° 71.15% 79.61%
HSB/HSV 71° 30.83% 94.12%
CMYK 5.42% 0.00% 30.83%
5.88%

Color #E3F0A6 in popluar number systems.

HEX E3 F0 A6
Decimal 227 240 166
Binary 11100011 11110000 10100110
Octal 343 360 246

Shades and tints

Shades of #E3F0A6

#E3F0A6
(227,240,166)
#CFDB97
(207,219,151)
#BBC688
(187,198,136)
#A7B179
(167,177,121)
#939C6A
(147,156,106)
#7F875B
(127,135,91)
#6B724C
(107,114,76)
#575D3D
(87,93,61)
#43482E
(67,72,46)
#2F331F
(47,51,31)
#1B1E10
(27,30,16)
#000000
(0,0,0)

Tints of #E3F0A6

#E3F0A6
(227,240,166)
#E5F1AE
(229,241,174)
#E7F2B6
(231,242,182)
#E9F3BE
(233,243,190)
#EBF4C6
(235,244,198)
#EDF5CE
(237,245,206)
#EFF6D6
(239,246,214)
#F1F7DE
(241,247,222)
#F3F8E6
(243,248,230)
#F5F9EE
(245,249,238)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F0A6; }

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

This text font color is #E3F0A6.

Background Color

.myBgColor { background-color: #E3F0A6; }

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

This div background color is #E3F0A6.

Border color

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

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

This div border color is #E3F0A6.

Opacity

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

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

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

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

This text has shadow with #E3F0A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F0A6.

Preview

Color preview on black background

This text has color #E3F0A6 on black background.


Color preview on white background

This text has color #E3F0A6 on white background.


Black color preview on #E3F0A6 background

This text has black color on #E3F0A6 background.


White color preview on #E3F0A6 background

This text has white color on #E3F0A6 background.


Related colors

Complementary color

Complementary color for #hex is #1C0F59.


I love getcolorcode.com

Triadic colors

1 #A6E3F0 and #F0A6E3 with #E3F0A6 are triadic colors.

2 #A6F0E3 and #F0E3A6 with #E3F0A6 are triadic colors.