COLOR #E6FEFD

HEX: #E6FEFD RGB: (230,254,253)

Color info

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

RGB color model

#E6FEFD color RGB value is (230,254,253).

RGB: (230,254,253) (90%, 100%, 99%)

RGB channels and saturation

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

230
254
253

R + G + B ~ 96%. #E6FEFD is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 254 + 253 = 737 (100%)
R 230 of 737 ~ 31.21%
G 254 of 737 ~ 34.46%
B 253 of 737 ~ 34.33'%

%31.21
%34.46
%34.33

CMYK color model

#E6FEFD color CMYK value is (9,0,0,0).

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

CMYK: (9,0,0,0)
C9M0Y0K0 (9%, 0%, 0%, 0%)
(0.09 / 0.00 / 0.00 / 0.00)

CMYK percentages

%9.45
%0
%0.39
%0.39

Codes

Color #E6FEFD in popluar color models

E6 FE FD
RGB 230 254 253
HSL 178° 92.31% 94.90%
HSB/HSV 178° 9.45% 99.61%
CMYK 9.45% 0.00% 0.39%
0.39%

Color #E6FEFD in popluar number systems.

HEX E6 FE FD
Decimal 230 254 253
Binary 11100110 11111110 11111101
Octal 346 376 375

Shades and tints

Shades of #E6FEFD

#E6FEFD
(230,254,253)
#D2E7E6
(210,231,230)
#BED0CF
(190,208,207)
#AAB9B8
(170,185,184)
#96A2A1
(150,162,161)
#828B8A
(130,139,138)
#6E7473
(110,116,115)
#5A5D5C
(90,93,92)
#464645
(70,70,69)
#322F2E
(50,47,46)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #E6FEFD

#E6FEFD
(230,254,253)
#E8FEFD
(232,254,253)
#EAFEFD
(234,254,253)
#ECFEFD
(236,254,253)
#EEFEFD
(238,254,253)
#F0FEFD
(240,254,253)
#F2FEFD
(242,254,253)
#F4FEFD
(244,254,253)
#F6FEFD
(246,254,253)
#F8FEFD
(248,254,253)
#FAFEFD
(250,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FEFD; }

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

This text font color is #E6FEFD.

Background Color

.myBgColor { background-color: #E6FEFD; }

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

This div background color is #E6FEFD.

Border color

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

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

This div border color is #E6FEFD.

Opacity

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

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

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

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

This text has shadow with #E6FEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FEFD.

Preview

Color preview on black background

This text has color #E6FEFD on black background.


Color preview on white background

This text has color #E6FEFD on white background.


Black color preview on #E6FEFD background

This text has black color on #E6FEFD background.


White color preview on #E6FEFD background

This text has white color on #E6FEFD background.


Related colors

Complementary color

Complementary color for #hex is #190102.


I love getcolorcode.com

Triadic colors

1 #FDE6FE and #FEFDE6 with #E6FEFD are triadic colors.

2 #FDFEE6 and #FEE6FD with #E6FEFD are triadic colors.