COLOR #E3FAE7

HEX: #E3FAE7 RGB: (227,250,231)

Color info

#E3FAE7 contains red, green and blue colors in about the same proportion. Web safe color of #E3FAE7 is #CCFFFF (or #CFF).

RGB color model

#E3FAE7 color RGB value is (227,250,231).

RGB: (227,250,231) (89%, 98%, 91%)

RGB channels and saturation

R 227 of 255 = 89%
G 250 of 255 = 98%
B 231 of 255 = 91%

227
250
231

R + G + B ~ 93%. #E3FAE7 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 250 + 231 = 708 (100%)
R 227 of 708 ~ 32.06%
G 250 of 708 ~ 35.31%
B 231 of 708 ~ 32.63'%

%32.06
%35.31
%32.63

CMYK color model

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

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 1.96%

CMYK: (9,0,8,2)
C9M0Y8K2 (9%, 0%, 8%, 2%)
(0.09 / 0.00 / 0.08 / 0.02)

CMYK percentages

%9.2
%0
%7.6
%1.96

Codes

Color #E3FAE7 in popluar color models

E3 FA E7
RGB 227 250 231
HSL 130° 69.70% 93.53%
HSB/HSV 130° 9.20% 98.04%
CMYK 9.20% 0.00% 7.60%
1.96%

Color #E3FAE7 in popluar number systems.

HEX E3 FA E7
Decimal 227 250 231
Binary 11100011 11111010 11100111
Octal 343 372 347

Shades and tints

Shades of #E3FAE7

#E3FAE7
(227,250,231)
#CFE4D2
(207,228,210)
#BBCEBD
(187,206,189)
#A7B8A8
(167,184,168)
#93A293
(147,162,147)
#7F8C7E
(127,140,126)
#6B7669
(107,118,105)
#576054
(87,96,84)
#434A3F
(67,74,63)
#2F342A
(47,52,42)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #E3FAE7

#E3FAE7
(227,250,231)
#E5FAE9
(229,250,233)
#E7FAEB
(231,250,235)
#E9FAED
(233,250,237)
#EBFAEF
(235,250,239)
#EDFAF1
(237,250,241)
#EFFAF3
(239,250,243)
#F1FAF5
(241,250,245)
#F3FAF7
(243,250,247)
#F5FAF9
(245,250,249)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FAE7; }

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

This text font color is #E3FAE7.

Background Color

.myBgColor { background-color: #E3FAE7; }

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

This div background color is #E3FAE7.

Border color

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

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

This div border color is #E3FAE7.

Opacity

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

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

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

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

This text has shadow with #E3FAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FAE7.

Preview

Color preview on black background

This text has color #E3FAE7 on black background.


Color preview on white background

This text has color #E3FAE7 on white background.


Black color preview on #E3FAE7 background

This text has black color on #E3FAE7 background.


White color preview on #E3FAE7 background

This text has white color on #E3FAE7 background.


Related colors

Complementary color

Complementary color for #hex is #1C0518.


I love getcolorcode.com

Triadic colors

1 #E7E3FA and #FAE7E3 with #E3FAE7 are triadic colors.

2 #E7FAE3 and #FAE3E7 with #E3FAE7 are triadic colors.