COLOR #E3FADF

HEX: #E3FADF
RGB: (227,250,223)

Color info

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

RGB color model

#E3FADF color RGB value is (227,250,223).

  • red value is 227;
  • green value is 250;
  • blue value is 223.
RGB:
(227,250,223)
(89%,98%,87%)

RGB channels and saturation

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

227
250
223

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

Portions of RGB colors in percentages

R + G + B =
227 + 250 + 223 = 700 (100%)
R 227 of 700 ~ 32.43%
G 250 of 700 ~ 35.71%
B 223 of 700 ~ 31.86%

%32.43
%35.71
%31.86

CMYK color model

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

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • 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
%10.8
%1.96

Codes

Color #E3FADF in popluar color models

E3FADF
RGB227250223
HSL111°72.97%92.75%
HSB/HSV111°10.80%98.04%
CMYK9.20%0.00%10.80%
1.96%

Color #E3FADF in popluar number systems.

HEXE3FADF
Decimal227250223
Binary111000111111101011011111
Octal343372337

Shades and tints

Shades of #E3FADF

#E3FADF
(227,250,223)
#CFE4CB
(207,228,203)
#BBCEB7
(187,206,183)
#A7B8A3
(167,184,163)
#93A28F
(147,162,143)
#7F8C7B
(127,140,123)
#6B7667
(107,118,103)
#576053
(87,96,83)
#434A3F
(67,74,63)
#2F342B
(47,52,43)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #E3FADF

#E3FADF
(227,250,223)
#E5FAE1
(229,250,225)
#E7FAE3
(231,250,227)
#E9FAE5
(233,250,229)
#EBFAE7
(235,250,231)
#EDFAE9
(237,250,233)
#EFFAEB
(239,250,235)
#F1FAED
(241,250,237)
#F3FAEF
(243,250,239)
#F5FAF1
(245,250,241)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FADF; }

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

This text font color is #E3FADF.


Background Color

.myBgColor { background-color: #E3FADF; }

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

This div background color is #E3FADF.


Border color

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

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

This div border color is #E3FADF.


Opacity

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

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

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

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

This text has shadow with #E3FADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FADF on black background.


Color preview on white background

This text has color #E3FADF on white background.



Black color preview on #E3FADF background

This text has black color on #E3FADF background.


White color preview on #E3FADF background

This text has white color on #E3FADF background.