COLOR #E6FFF4

HEX: #E6FFF4
RGB: (230,255,244)

Color info

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

RGB color model

#E6FFF4 color RGB value is (230,255,244).

  • red value is 230;
  • green value is 255;
  • blue value is 244.
RGB:
(230,255,244)
(90%,100%,96%)

RGB channels and saturation

R 230 of 255 = 90%
G 255 of 255 = 100%
B 244 of 255 = 96%

230
255
244

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

Portions of RGB colors in percentages

R + G + B =
230 + 255 + 244 = 729 (100%)
R 230 of 729 ~ 31.55%
G 255 of 729 ~ 34.98%
B 244 of 729 ~ 33.47%

%31.55
%34.98
%33.47

CMYK color model

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

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 0.00%
CMYK:
(10,0,4,0)
C10M0Y4K0 
(10%,0%,4%,0%)
(0.10/0.00/0.04/0.00)	

CMYK percentages

%9.8
%0
%4.31
%0

Codes

Color #E6FFF4 in popluar color models

E6FFF4
RGB230255244
HSL154°100.00%95.10%
HSB/HSV154°9.80%100.00%
CMYK9.80%0.00%4.31%
0.00%

Color #E6FFF4 in popluar number systems.

HEXE6FFF4
Decimal230255244
Binary111001101111111111110100
Octal346377364

Shades and tints

Shades of #E6FFF4

#E6FFF4
(230,255,244)
#D2E8DE
(210,232,222)
#BED1C8
(190,209,200)
#AABAB2
(170,186,178)
#96A39C
(150,163,156)
#828C86
(130,140,134)
#6E7570
(110,117,112)
#5A5E5A
(90,94,90)
#464744
(70,71,68)
#32302E
(50,48,46)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #E6FFF4

#E6FFF4
(230,255,244)
#E8FFF5
(232,255,245)
#EAFFF6
(234,255,246)
#ECFFF7
(236,255,247)
#EEFFF8
(238,255,248)
#F0FFF9
(240,255,249)
#F2FFFA
(242,255,250)
#F4FFFB
(244,255,251)
#F6FFFC
(246,255,252)
#F8FFFD
(248,255,253)
#FAFFFE
(250,255,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FFF4 color. Also use rgb(230,255,244) instead hex code.

Text Font Color

.myTextColor { color: #E6FFF4; }

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

This text font color is #E6FFF4.


Background Color

.myBgColor { background-color: #E6FFF4; }

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

This div background color is #E6FFF4.


Border color

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

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

This div border color is #E6FFF4.


Opacity

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

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

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

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

This text has shadow with #E6FFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FFF4 on black background.


Color preview on white background

This text has color #E6FFF4 on white background.



Black color preview on #E6FFF4 background

This text has black color on #E6FFF4 background.


White color preview on #E6FFF4 background

This text has white color on #E6FFF4 background.