COLOR #E6F8F4

HEX: #E6F8F4 RGB: (230,248,244)

Color info

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

RGB color model

#E6F8F4 color RGB value is (230,248,244).

RGB: (230,248,244) (90%, 97%, 96%)

RGB channels and saturation

R 230 of 255 = 90%
G 248 of 255 = 97%
B 244 of 255 = 96%

230
248
244

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

Portions of RGB colors in percentages

R + G + B = 230 + 248 + 244 = 722 (100%)
R 230 of 722 ~ 31.86%
G 248 of 722 ~ 34.35%
B 244 of 722 ~ 33.8'%

%31.86
%34.35
%33.8

CMYK color model

#E6F8F4 color CMYK value is (7,0,2,3).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 2.75%
CMYK: (7,0,2,3) C7M0Y2K3 (7%,0%,2%,3%) (0.07/0.00/0.02/0.03) 

CMYK percentages

%7.26
%0
%1.61
%2.75

Codes

Color #E6F8F4 in popluar color models

E6 F8 F4
RGB 230 248 244
HSL 167° 56.25% 93.73%
HSB/HSV 167° 7.26% 97.25%
CMYK 7.26% 0.00% 1.61%
2.75%

Color #E6F8F4 in popluar number systems.

HEX E6 F8 F4
Decimal 230 248 244
Binary 11100110 11111000 11110100
Octal 346 370 364

Shades and tints

Shades of #E6F8F4

#E6F8F4
(230,248,244)
#D2E2DE
(210,226,222)
#BECCC8
(190,204,200)
#AAB6B2
(170,182,178)
#96A09C
(150,160,156)
#828A86
(130,138,134)
#6E7470
(110,116,112)
#5A5E5A
(90,94,90)
#464844
(70,72,68)
#32322E
(50,50,46)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #E6F8F4

#E6F8F4
(230,248,244)
#E8F8F5
(232,248,245)
#EAF8F6
(234,248,246)
#ECF8F7
(236,248,247)
#EEF8F8
(238,248,248)
#F0F8F9
(240,248,249)
#F2F8FA
(242,248,250)
#F4F8FB
(244,248,251)
#F6F8FC
(246,248,252)
#F8F8FD
(248,248,253)
#FAF8FE
(250,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F8F4; }

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

This text font color is #E6F8F4.

Background Color

.myBgColor { background-color: #E6F8F4; }

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

This div background color is #E6F8F4.

Border color

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

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

This div border color is #E6F8F4.

Opacity

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

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

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

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

This text has shadow with #E6F8F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F8F4.

Preview

Color preview on black background

This text has color #E6F8F4 on black background.


Color preview on white background

This text has color #E6F8F4 on white background.


Black color preview on #E6F8F4 background

This text has black color on #E6F8F4 background.


White color preview on #E6F8F4 background

This text has white color on #E6F8F4 background.


Related colors

Complementary color

Complementary color for #hex is #19070B.


I love getcolorcode.com

Triadic colors

1 #F4E6F8 and #F8F4E6 with #E6F8F4 are triadic colors.

2 #F4F8E6 and #F8E6F4 with #E6F8F4 are triadic colors.