COLOR #E3FAED

HEX: #E3FAED RGB: (227,250,237)

Color info

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

RGB color model

#E3FAED color RGB value is (227,250,237).

RGB: (227,250,237) (89%, 98%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 250 of 255 = 98%
B 237 of 255 = 93%

227
250
237

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

Portions of RGB colors in percentages

R + G + B = 227 + 250 + 237 = 714 (100%)
R 227 of 714 ~ 31.79%
G 250 of 714 ~ 35.01%
B 237 of 714 ~ 33.19'%

%31.79
%35.01
%33.19

CMYK color model

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

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%
CMYK: (9,0,5,2) C9M0Y5K2 (9%,0%,5%,2%) (0.09/0.00/0.05/0.02) 

CMYK percentages

%9.2
%0
%5.2
%1.96

Codes

Color #E3FAED in popluar color models

E3 FA ED
RGB 227 250 237
HSL 146° 69.70% 93.53%
HSB/HSV 146° 9.20% 98.04%
CMYK 9.20% 0.00% 5.20%
1.96%

Color #E3FAED in popluar number systems.

HEX E3 FA ED
Decimal 227 250 237
Binary 11100011 11111010 11101101
Octal 343 372 355

Shades and tints

Shades of #E3FAED

#E3FAED
(227,250,237)
#CFE4D8
(207,228,216)
#BBCEC3
(187,206,195)
#A7B8AE
(167,184,174)
#93A299
(147,162,153)
#7F8C84
(127,140,132)
#6B766F
(107,118,111)
#57605A
(87,96,90)
#434A45
(67,74,69)
#2F3430
(47,52,48)
#1B1E1B
(27,30,27)
#000000
(0,0,0)

Tints of #E3FAED

#E3FAED
(227,250,237)
#E5FAEE
(229,250,238)
#E7FAEF
(231,250,239)
#E9FAF0
(233,250,240)
#EBFAF1
(235,250,241)
#EDFAF2
(237,250,242)
#EFFAF3
(239,250,243)
#F1FAF4
(241,250,244)
#F3FAF5
(243,250,245)
#F5FAF6
(245,250,246)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FAED; }

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

This text font color is #E3FAED.

Background Color

.myBgColor { background-color: #E3FAED; }

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

This div background color is #E3FAED.

Border color

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

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

This div border color is #E3FAED.

Opacity

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

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

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

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

This text has shadow with #E3FAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FAED.

Preview

Color preview on black background

This text has color #E3FAED on black background.


Color preview on white background

This text has color #E3FAED on white background.


Black color preview on #E3FAED background

This text has black color on #E3FAED background.


White color preview on #E3FAED background

This text has white color on #E3FAED background.


Related colors

Complementary color

Complementary color for #hex is #1C0512.


I love getcolorcode.com

Triadic colors

1 #EDE3FA and #FAEDE3 with #E3FAED are triadic colors.

2 #EDFAE3 and #FAE3ED with #E3FAED are triadic colors.