COLOR #E5FFF3

HEX: #E5FFF3
RGB: (229,255,243)

Color info

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

RGB color model

#E5FFF3 color RGB value is (229,255,243).

  • red value is 229;
  • green value is 255;
  • blue value is 243.
RGB:
(229,255,243)
(90%,100%,95%)

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 243 of 255 = 95%

229
255
243

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

Portions of RGB colors in percentages

R + G + B =
229 + 255 + 243 = 727 (100%)
R 229 of 727 ~ 31.5%
G 255 of 727 ~ 35.08%
B 243 of 727 ~ 33.43%

%31.5
%35.08
%33.43

CMYK color model

#E5FFF3 color CMYK value is (10,0,5,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 0.00%
CMYK:
(10,0,5,0)
C10M0Y5K0 
(10%,0%,5%,0%)
(0.10/0.00/0.05/0.00)	

CMYK percentages

%10.2
%0
%4.71
%0

Codes

Color #E5FFF3 in popluar color models

E5FFF3
RGB229255243
HSL152°100.00%94.90%
HSB/HSV152°10.20%100.00%
CMYK10.20%0.00%4.71%
0.00%

Color #E5FFF3 in popluar number systems.

HEXE5FFF3
Decimal229255243
Binary111001011111111111110011
Octal345377363

Shades and tints

Shades of #E5FFF3

#E5FFF3
(229,255,243)
#D1E8DD
(209,232,221)
#BDD1C7
(189,209,199)
#A9BAB1
(169,186,177)
#95A39B
(149,163,155)
#818C85
(129,140,133)
#6D756F
(109,117,111)
#595E59
(89,94,89)
#454743
(69,71,67)
#31302D
(49,48,45)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #E5FFF3

#E5FFF3
(229,255,243)
#E7FFF4
(231,255,244)
#E9FFF5
(233,255,245)
#EBFFF6
(235,255,246)
#EDFFF7
(237,255,247)
#EFFFF8
(239,255,248)
#F1FFF9
(241,255,249)
#F3FFFA
(243,255,250)
#F5FFFB
(245,255,251)
#F7FFFC
(247,255,252)
#F9FFFD
(249,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FFF3 color. Also use rgb(229,255,243) instead hex code.

Text Font Color

.myTextColor { color: #E5FFF3; }

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

This text font color is #E5FFF3.


Background Color

.myBgColor { background-color: #E5FFF3; }

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

This div background color is #E5FFF3.


Border color

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

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

This div border color is #E5FFF3.


Opacity

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

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

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

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

This text has shadow with #E5FFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FFF3 on black background.


Color preview on white background

This text has color #E5FFF3 on white background.



Black color preview on #E5FFF3 background

This text has black color on #E5FFF3 background.


White color preview on #E5FFF3 background

This text has white color on #E5FFF3 background.