COLOR #E3FAE4

HEX: #E3FAE4 RGB: (227,250,228)

Color info

#E3FAE4 contains red, green and blue colors in about the same proportion. Web safe color of #E3FAE4 is #CCFFCC (or #CFC).

RGB color model

#E3FAE4 color RGB value is (227,250,228).

RGB: (227,250,228) (89%, 98%, 89%)

RGB channels and saturation

R 227 of 255 = 89%
G 250 of 255 = 98%
B 228 of 255 = 89%

227
250
228

R + G + B ~ 92%. #E3FAE4 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 250 + 228 = 705 (100%)
R 227 of 705 ~ 32.2%
G 250 of 705 ~ 35.46%
B 228 of 705 ~ 32.34'%

%32.2
%35.46
%32.34

CMYK color model

#E3FAE4 color CMYK value is (9,0,9,2).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK: (9,0,9,2) C9M0Y9K2 (9%,0%,9%,2%) (0.09/0.00/0.09/0.02) 

CMYK percentages

%9.2
%0
%8.8
%1.96

Codes

Color #E3FAE4 in popluar color models

E3 FA E4
RGB 227 250 228
HSL 123° 69.70% 93.53%
HSB/HSV 123° 9.20% 98.04%
CMYK 9.20% 0.00% 8.80%
1.96%

Color #E3FAE4 in popluar number systems.

HEX E3 FA E4
Decimal 227 250 228
Binary 11100011 11111010 11100100
Octal 343 372 344

Shades and tints

Shades of #E3FAE4

#E3FAE4
(227,250,228)
#CFE4D0
(207,228,208)
#BBCEBC
(187,206,188)
#A7B8A8
(167,184,168)
#93A294
(147,162,148)
#7F8C80
(127,140,128)
#6B766C
(107,118,108)
#576058
(87,96,88)
#434A44
(67,74,68)
#2F3430
(47,52,48)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #E3FAE4

#E3FAE4
(227,250,228)
#E5FAE6
(229,250,230)
#E7FAE8
(231,250,232)
#E9FAEA
(233,250,234)
#EBFAEC
(235,250,236)
#EDFAEE
(237,250,238)
#EFFAF0
(239,250,240)
#F1FAF2
(241,250,242)
#F3FAF4
(243,250,244)
#F5FAF6
(245,250,246)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FAE4 color. Also use rgb(227,250,228) instead hex code.

Text Font Color

.myTextColor { color: #E3FAE4; }

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

This text font color is #E3FAE4.

Background Color

.myBgColor { background-color: #E3FAE4; }

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

This div background color is #E3FAE4.

Border color

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

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

This div border color is #E3FAE4.

Opacity

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

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

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

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

This text has shadow with #E3FAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FAE4.

Preview

Color preview on black background

This text has color #E3FAE4 on black background.


Color preview on white background

This text has color #E3FAE4 on white background.


Black color preview on #E3FAE4 background

This text has black color on #E3FAE4 background.


White color preview on #E3FAE4 background

This text has white color on #E3FAE4 background.


Related colors

Complementary color

Complementary color for #hex is #1C051B.


I love getcolorcode.com

Triadic colors

1 #E4E3FA and #FAE4E3 with #E3FAE4 are triadic colors.

2 #E4FAE3 and #FAE3E4 with #E3FAE4 are triadic colors.