COLOR #E3FADE

HEX: #E3FADE RGB: (227,250,222)

Color info

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

RGB color model

#E3FADE color RGB value is (227,250,222).

RGB: (227,250,222) (89%, 98%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 250 of 255 = 98%
B 222 of 255 = 87%

227
250
222

R + G + B ~ 91%. #E3FADE is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 250 + 222 = 699 (100%)
R 227 of 699 ~ 32.47%
G 250 of 699 ~ 35.77%
B 222 of 699 ~ 31.76'%

%32.47
%35.77
%31.76

CMYK color model

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

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

CMYK: (9,0,11,2)
C9M0Y11K2 (9%, 0%, 11%, 2%)
(0.09 / 0.00 / 0.11 / 0.02)

CMYK percentages

%9.2
%0
%11.2
%1.96

Codes

Color #E3FADE in popluar color models

E3 FA DE
RGB 227 250 222
HSL 109° 73.68% 92.55%
HSB/HSV 109° 11.20% 98.04%
CMYK 9.20% 0.00% 11.20%
1.96%

Color #E3FADE in popluar number systems.

HEX E3 FA DE
Decimal 227 250 222
Binary 11100011 11111010 11011110
Octal 343 372 336

Shades and tints

Shades of #E3FADE

#E3FADE
(227,250,222)
#CFE4CA
(207,228,202)
#BBCEB6
(187,206,182)
#A7B8A2
(167,184,162)
#93A28E
(147,162,142)
#7F8C7A
(127,140,122)
#6B7666
(107,118,102)
#576052
(87,96,82)
#434A3E
(67,74,62)
#2F342A
(47,52,42)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #E3FADE

#E3FADE
(227,250,222)
#E5FAE1
(229,250,225)
#E7FAE4
(231,250,228)
#E9FAE7
(233,250,231)
#EBFAEA
(235,250,234)
#EDFAED
(237,250,237)
#EFFAF0
(239,250,240)
#F1FAF3
(241,250,243)
#F3FAF6
(243,250,246)
#F5FAF9
(245,250,249)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FADE; }

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

This text font color is #E3FADE.

Background Color

.myBgColor { background-color: #E3FADE; }

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

This div background color is #E3FADE.

Border color

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

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

This div border color is #E3FADE.

Opacity

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

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

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

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

This text has shadow with #E3FADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FADE.

Preview

Color preview on black background

This text has color #E3FADE on black background.


Color preview on white background

This text has color #E3FADE on white background.


Black color preview on #E3FADE background

This text has black color on #E3FADE background.


White color preview on #E3FADE background

This text has white color on #E3FADE background.


Related colors

Complementary color

Complementary color for #hex is #1C0521.


I love getcolorcode.com

Triadic colors

1 #DEE3FA and #FADEE3 with #E3FADE are triadic colors.

2 #DEFAE3 and #FAE3DE with #E3FADE are triadic colors.