COLOR #E3FDEA

HEX: #E3FDEA
RGB: (227,253,234)

Color info

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

RGB color model

#E3FDEA color RGB value is (227,253,234).

  • red value is 227;
  • green value is 253;
  • blue value is 234.
RGB:
(227,253,234)
(89%,99%,92%)

RGB channels and saturation

R 227 of 255 = 89%
G 253 of 255 = 99%
B 234 of 255 = 92%

227
253
234

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

Portions of RGB colors in percentages

R + G + B =
227 + 253 + 234 = 714 (100%)
R 227 of 714 ~ 31.79%
G 253 of 714 ~ 35.43%
B 234 of 714 ~ 32.77%

%31.79
%35.43
%32.77

CMYK color model

#E3FDEA color CMYK value is (10,0,8,1).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(10,0,8,1)
C10M0Y8K1 
(10%,0%,8%,1%)
(0.10/0.00/0.08/0.01)	

CMYK percentages

%10.28
%0
%7.51
%0.78

Codes

Color #E3FDEA in popluar color models

E3FDEA
RGB227253234
HSL136°86.67%94.12%
HSB/HSV136°10.28%99.22%
CMYK10.28%0.00%7.51%
0.78%

Color #E3FDEA in popluar number systems.

HEXE3FDEA
Decimal227253234
Binary111000111111110111101010
Octal343375352

Shades and tints

Shades of #E3FDEA

#E3FDEA
(227,253,234)
#CFE6D5
(207,230,213)
#BBCFC0
(187,207,192)
#A7B8AB
(167,184,171)
#93A196
(147,161,150)
#7F8A81
(127,138,129)
#6B736C
(107,115,108)
#575C57
(87,92,87)
#434542
(67,69,66)
#2F2E2D
(47,46,45)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E3FDEA

#E3FDEA
(227,253,234)
#E5FDEB
(229,253,235)
#E7FDEC
(231,253,236)
#E9FDED
(233,253,237)
#EBFDEE
(235,253,238)
#EDFDEF
(237,253,239)
#EFFDF0
(239,253,240)
#F1FDF1
(241,253,241)
#F3FDF2
(243,253,242)
#F5FDF3
(245,253,243)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FDEA color. Also use rgb(227,253,234) instead hex code.

Text Font Color

.myTextColor { color: #E3FDEA; }

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

This text font color is #E3FDEA.


Background Color

.myBgColor { background-color: #E3FDEA; }

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

This div background color is #E3FDEA.


Border color

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

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

This div border color is #E3FDEA.


Opacity

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

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

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

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

This text has shadow with #E3FDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FDEA on black background.


Color preview on white background

This text has color #E3FDEA on white background.



Black color preview on #E3FDEA background

This text has black color on #E3FDEA background.


White color preview on #E3FDEA background

This text has white color on #E3FDEA background.