COLOR #E5FDFA

HEX: #E5FDFA RGB: (229,253,250)

Color info

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

RGB color model

#E5FDFA color RGB value is (229,253,250).

RGB: (229,253,250) (90%, 99%, 98%)

RGB channels and saturation

R 229 of 255 = 90%
G 253 of 255 = 99%
B 250 of 255 = 98%

229
253
250

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

Portions of RGB colors in percentages

R + G + B = 229 + 253 + 250 = 732 (100%)
R 229 of 732 ~ 31.28%
G 253 of 732 ~ 34.56%
B 250 of 732 ~ 34.15'%

%31.28
%34.56
%34.15

CMYK color model

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

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 0.78%

CMYK: (9,0,1,1)
C9M0Y1K1 (9%, 0%, 1%, 1%)
(0.09 / 0.00 / 0.01 / 0.01)

CMYK percentages

%9.49
%0
%1.19
%0.78

Codes

Color #E5FDFA in popluar color models

E5 FD FA
RGB 229 253 250
HSL 173° 85.71% 94.51%
HSB/HSV 173° 9.49% 99.22%
CMYK 9.49% 0.00% 1.19%
0.78%

Color #E5FDFA in popluar number systems.

HEX E5 FD FA
Decimal 229 253 250
Binary 11100101 11111101 11111010
Octal 345 375 372

Shades and tints

Shades of #E5FDFA

#E5FDFA
(229,253,250)
#D1E6E4
(209,230,228)
#BDCFCE
(189,207,206)
#A9B8B8
(169,184,184)
#95A1A2
(149,161,162)
#818A8C
(129,138,140)
#6D7376
(109,115,118)
#595C60
(89,92,96)
#45454A
(69,69,74)
#312E34
(49,46,52)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #E5FDFA

#E5FDFA
(229,253,250)
#E7FDFA
(231,253,250)
#E9FDFA
(233,253,250)
#EBFDFA
(235,253,250)
#EDFDFA
(237,253,250)
#EFFDFA
(239,253,250)
#F1FDFA
(241,253,250)
#F3FDFA
(243,253,250)
#F5FDFA
(245,253,250)
#F7FDFA
(247,253,250)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FDFA color. Also use rgb(229,253,250) instead hex code.

Text Font Color

.myTextColor { color: #E5FDFA; }

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

This text font color is #E5FDFA.

Background Color

.myBgColor { background-color: #E5FDFA; }

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

This div background color is #E5FDFA.

Border color

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

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

This div border color is #E5FDFA.

Opacity

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

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

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

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

This text has shadow with #E5FDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FDFA.

Preview

Color preview on black background

This text has color #E5FDFA on black background.


Color preview on white background

This text has color #E5FDFA on white background.


Black color preview on #E5FDFA background

This text has black color on #E5FDFA background.


White color preview on #E5FDFA background

This text has white color on #E5FDFA background.


Related colors

Complementary color

Complementary color for #hex is #1A0205.


I love getcolorcode.com

Triadic colors

1 #FAE5FD and #FDFAE5 with #E5FDFA are triadic colors.

2 #FAFDE5 and #FDE5FA with #E5FDFA are triadic colors.