COLOR #E6FDEE

HEX: #E6FDEE RGB: (230,253,238)

Color info

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

RGB color model

#E6FDEE color RGB value is (230,253,238).

RGB: (230,253,238) (90%, 99%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 253 of 255 = 99%
B 238 of 255 = 93%

230
253
238

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

Portions of RGB colors in percentages

R + G + B = 230 + 253 + 238 = 721 (100%)
R 230 of 721 ~ 31.9%
G 253 of 721 ~ 35.09%
B 238 of 721 ~ 33.01'%

%31.9
%35.09
%33.01

CMYK color model

#E6FDEE color CMYK value is (9,0,6,1).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK: (9,0,6,1) C9M0Y6K1 (9%,0%,6%,1%) (0.09/0.00/0.06/0.01) 

CMYK percentages

%9.09
%0
%5.93
%0.78

Codes

Color #E6FDEE in popluar color models

E6 FD EE
RGB 230 253 238
HSL 141° 85.19% 94.71%
HSB/HSV 141° 9.09% 99.22%
CMYK 9.09% 0.00% 5.93%
0.78%

Color #E6FDEE in popluar number systems.

HEX E6 FD EE
Decimal 230 253 238
Binary 11100110 11111101 11101110
Octal 346 375 356

Shades and tints

Shades of #E6FDEE

#E6FDEE
(230,253,238)
#D2E6D9
(210,230,217)
#BECFC4
(190,207,196)
#AAB8AF
(170,184,175)
#96A19A
(150,161,154)
#828A85
(130,138,133)
#6E7370
(110,115,112)
#5A5C5B
(90,92,91)
#464546
(70,69,70)
#322E31
(50,46,49)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E6FDEE

#E6FDEE
(230,253,238)
#E8FDEF
(232,253,239)
#EAFDF0
(234,253,240)
#ECFDF1
(236,253,241)
#EEFDF2
(238,253,242)
#F0FDF3
(240,253,243)
#F2FDF4
(242,253,244)
#F4FDF5
(244,253,245)
#F6FDF6
(246,253,246)
#F8FDF7
(248,253,247)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FDEE; }

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

This text font color is #E6FDEE.

Background Color

.myBgColor { background-color: #E6FDEE; }

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

This div background color is #E6FDEE.

Border color

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

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

This div border color is #E6FDEE.

Opacity

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

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

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

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

This text has shadow with #E6FDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FDEE.

Preview

Color preview on black background

This text has color #E6FDEE on black background.


Color preview on white background

This text has color #E6FDEE on white background.


Black color preview on #E6FDEE background

This text has black color on #E6FDEE background.


White color preview on #E6FDEE background

This text has white color on #E6FDEE background.


Related colors

Complementary color

Complementary color for #hex is #190211.


I love getcolorcode.com

Triadic colors

1 #EEE6FD and #FDEEE6 with #E6FDEE are triadic colors.

2 #EEFDE6 and #FDE6EE with #E6FDEE are triadic colors.