COLOR #E3FFF8

HEX: #E3FFF8
RGB: (227,255,248)

Color info

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

RGB color model

#E3FFF8 color RGB value is (227,255,248).

  • red value is 227;
  • green value is 255;
  • blue value is 248.
RGB:
(227,255,248)
(89%,100%,97%)

RGB channels and saturation

R 227 of 255 = 89%
G 255 of 255 = 100%
B 248 of 255 = 97%

227
255
248

R + G + B ~ 95%. #E3FFF8 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 255 + 248 = 730 (100%)
R 227 of 730 ~ 31.1%
G 255 of 730 ~ 34.93%
B 248 of 730 ~ 33.97%

%31.1
%34.93
%33.97

CMYK color model

#E3FFF8 color CMYK value is (11,0,3,0).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 0.00%
CMYK:
(11,0,3,0)
C11M0Y3K0 
(11%,0%,3%,0%)
(0.11/0.00/0.03/0.00)	

CMYK percentages

%10.98
%0
%2.75
%0

Codes

Color #E3FFF8 in popluar color models

E3FFF8
RGB227255248
HSL165°100.00%94.51%
HSB/HSV165°10.98%100.00%
CMYK10.98%0.00%2.75%
0.00%

Color #E3FFF8 in popluar number systems.

HEXE3FFF8
Decimal227255248
Binary111000111111111111111000
Octal343377370

Shades and tints

Shades of #E3FFF8

#E3FFF8
(227,255,248)
#CFE8E2
(207,232,226)
#BBD1CC
(187,209,204)
#A7BAB6
(167,186,182)
#93A3A0
(147,163,160)
#7F8C8A
(127,140,138)
#6B7574
(107,117,116)
#575E5E
(87,94,94)
#434748
(67,71,72)
#2F3032
(47,48,50)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #E3FFF8

#E3FFF8
(227,255,248)
#E5FFF8
(229,255,248)
#E7FFF8
(231,255,248)
#E9FFF8
(233,255,248)
#EBFFF8
(235,255,248)
#EDFFF8
(237,255,248)
#EFFFF8
(239,255,248)
#F1FFF8
(241,255,248)
#F3FFF8
(243,255,248)
#F5FFF8
(245,255,248)
#F7FFF8
(247,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FFF8 color. Also use rgb(227,255,248) instead hex code.

Text Font Color

.myTextColor { color: #E3FFF8; }

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

This text font color is #E3FFF8.


Background Color

.myBgColor { background-color: #E3FFF8; }

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

This div background color is #E3FFF8.


Border color

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

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

This div border color is #E3FFF8.


Opacity

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

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

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

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

This text has shadow with #E3FFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FFF8 on black background.


Color preview on white background

This text has color #E3FFF8 on white background.



Black color preview on #E3FFF8 background

This text has black color on #E3FFF8 background.


White color preview on #E3FFF8 background

This text has white color on #E3FFF8 background.