COLOR #E6FEFF

HEX: #E6FEFF RGB: (230,254,255)

Color info

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

RGB color model

#E6FEFF color RGB value is (230,254,255).

RGB: (230,254,255) (90%, 100%, 100%)

RGB channels and saturation

R 230 of 255 = 90%
G 254 of 255 = 100%
B 255 of 255 = 100%

230
254
255

R + G + B ~ 97%. #E6FEFF is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 254 + 255 = 739 (100%)
R 230 of 739 ~ 31.12%
G 254 of 739 ~ 34.37%
B 255 of 739 ~ 34.51'%

%31.12
%34.37
%34.51

CMYK color model

#E6FEFF color CMYK value is (10,0,0,0).

  • cyan value is 9.80%
  • magenta value is 0.39%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (10,0,0,0)
C10M0Y0K0 (10%, 0%, 0%, 0%)
(0.10 / 0.00 / 0.00 / 0.00)

CMYK percentages

%9.8
%0.39
%0
%0

Codes

Color #E6FEFF in popluar color models

E6 FE FF
RGB 230 254 255
HSL 182° 100.00% 95.10%
HSB/HSV 182° 9.80% 100.00%
CMYK 9.80% 0.39% 0.00%
0.00%

Color #E6FEFF in popluar number systems.

HEX E6 FE FF
Decimal 230 254 255
Binary 11100110 11111110 11111111
Octal 346 376 377

Shades and tints

Shades of #E6FEFF

#E6FEFF
(230,254,255)
#D2E7E8
(210,231,232)
#BED0D1
(190,208,209)
#AAB9BA
(170,185,186)
#96A2A3
(150,162,163)
#828B8C
(130,139,140)
#6E7475
(110,116,117)
#5A5D5E
(90,93,94)
#464647
(70,70,71)
#322F30
(50,47,48)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6FEFF

#E6FEFF
(230,254,255)
#E8FEFF
(232,254,255)
#EAFEFF
(234,254,255)
#ECFEFF
(236,254,255)
#EEFEFF
(238,254,255)
#F0FEFF
(240,254,255)
#F2FEFF
(242,254,255)
#F4FEFF
(244,254,255)
#F6FEFF
(246,254,255)
#F8FEFF
(248,254,255)
#FAFEFF
(250,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FEFF; }

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

This text font color is #E6FEFF.

Background Color

.myBgColor { background-color: #E6FEFF; }

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

This div background color is #E6FEFF.

Border color

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

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

This div border color is #E6FEFF.

Opacity

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

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

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

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

This text has shadow with #E6FEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FEFF.

Preview

Color preview on black background

This text has color #E6FEFF on black background.


Color preview on white background

This text has color #E6FEFF on white background.


Black color preview on #E6FEFF background

This text has black color on #E6FEFF background.


White color preview on #E6FEFF background

This text has white color on #E6FEFF background.


Related colors

Complementary color

Complementary color for #hex is #190100.


I love getcolorcode.com

Triadic colors

1 #FFE6FE and #FEFFE6 with #E6FEFF are triadic colors.

2 #FFFEE6 and #FEE6FF with #E6FEFF are triadic colors.