COLOR #E3FDF3

HEX: #E3FDF3
RGB: (227,253,243)

Color info

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

RGB color model

#E3FDF3 color RGB value is (227,253,243).

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

RGB channels and saturation

R 227 of 255 = 89%
G 253 of 255 = 99%
B 243 of 255 = 95%

227
253
243

R + G + B ~ 94%. #E3FDF3 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 253 + 243 = 723 (100%)
R 227 of 723 ~ 31.4%
G 253 of 723 ~ 34.99%
B 243 of 723 ~ 33.61%

%31.4
%34.99
%33.61

CMYK color model

#E3FDF3 color CMYK value is (10,0,4,1).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 0.78%
CMYK:
(10,0,4,1)
C10M0Y4K1 
(10%,0%,4%,1%)
(0.10/0.00/0.04/0.01)	

CMYK percentages

%10.28
%0
%3.95
%0.78

Codes

Color #E3FDF3 in popluar color models

E3FDF3
RGB227253243
HSL157°86.67%94.12%
HSB/HSV157°10.28%99.22%
CMYK10.28%0.00%3.95%
0.78%

Color #E3FDF3 in popluar number systems.

HEXE3FDF3
Decimal227253243
Binary111000111111110111110011
Octal343375363

Shades and tints

Shades of #E3FDF3

#E3FDF3
(227,253,243)
#CFE6DD
(207,230,221)
#BBCFC7
(187,207,199)
#A7B8B1
(167,184,177)
#93A19B
(147,161,155)
#7F8A85
(127,138,133)
#6B736F
(107,115,111)
#575C59
(87,92,89)
#434543
(67,69,67)
#2F2E2D
(47,46,45)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #E3FDF3

#E3FDF3
(227,253,243)
#E5FDF4
(229,253,244)
#E7FDF5
(231,253,245)
#E9FDF6
(233,253,246)
#EBFDF7
(235,253,247)
#EDFDF8
(237,253,248)
#EFFDF9
(239,253,249)
#F1FDFA
(241,253,250)
#F3FDFB
(243,253,251)
#F5FDFC
(245,253,252)
#F7FDFD
(247,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FDF3; }

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

This text font color is #E3FDF3.


Background Color

.myBgColor { background-color: #E3FDF3; }

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

This div background color is #E3FDF3.


Border color

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

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

This div border color is #E3FDF3.


Opacity

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

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

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

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

This text has shadow with #E3FDF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FDF3 on black background.


Color preview on white background

This text has color #E3FDF3 on white background.



Black color preview on #E3FDF3 background

This text has black color on #E3FDF3 background.


White color preview on #E3FDF3 background

This text has white color on #E3FDF3 background.