COLOR #E5FEF3

HEX: #E5FEF3 RGB: (229,254,243)

Color info

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

RGB color model

#E5FEF3 color RGB value is (229,254,243).

RGB: (229,254,243) (90%, 100%, 95%)

RGB channels and saturation

R 229 of 255 = 90%
G 254 of 255 = 100%
B 243 of 255 = 95%

229
254
243

R + G + B ~ 95%. #E5FEF3 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 254 + 243 = 726 (100%)
R 229 of 726 ~ 31.54%
G 254 of 726 ~ 34.99%
B 243 of 726 ~ 33.47'%

%31.54
%34.99
%33.47

CMYK color model

#E5FEF3 color CMYK value is (10,0,4,0).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 0.39%

CMYK: (10,0,4,0)
C10M0Y4K0 (10%, 0%, 4%, 0%)
(0.10 / 0.00 / 0.04 / 0.00)

CMYK percentages

%9.84
%0
%4.33
%0.39

Codes

Color #E5FEF3 in popluar color models

E5 FE F3
RGB 229 254 243
HSL 154° 92.59% 94.71%
HSB/HSV 154° 9.84% 99.61%
CMYK 9.84% 0.00% 4.33%
0.39%

Color #E5FEF3 in popluar number systems.

HEX E5 FE F3
Decimal 229 254 243
Binary 11100101 11111110 11110011
Octal 345 376 363

Shades and tints

Shades of #E5FEF3

#E5FEF3
(229,254,243)
#D1E7DD
(209,231,221)
#BDD0C7
(189,208,199)
#A9B9B1
(169,185,177)
#95A29B
(149,162,155)
#818B85
(129,139,133)
#6D746F
(109,116,111)
#595D59
(89,93,89)
#454643
(69,70,67)
#312F2D
(49,47,45)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5FEF3

#E5FEF3
(229,254,243)
#E7FEF4
(231,254,244)
#E9FEF5
(233,254,245)
#EBFEF6
(235,254,246)
#EDFEF7
(237,254,247)
#EFFEF8
(239,254,248)
#F1FEF9
(241,254,249)
#F3FEFA
(243,254,250)
#F5FEFB
(245,254,251)
#F7FEFC
(247,254,252)
#F9FEFD
(249,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FEF3 color. Also use rgb(229,254,243) instead hex code.

Text Font Color

.myTextColor { color: #E5FEF3; }

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

This text font color is #E5FEF3.

Background Color

.myBgColor { background-color: #E5FEF3; }

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

This div background color is #E5FEF3.

Border color

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

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

This div border color is #E5FEF3.

Opacity

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

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

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

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

This text has shadow with #E5FEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FEF3.

Preview

Color preview on black background

This text has color #E5FEF3 on black background.


Color preview on white background

This text has color #E5FEF3 on white background.


Black color preview on #E5FEF3 background

This text has black color on #E5FEF3 background.


White color preview on #E5FEF3 background

This text has white color on #E5FEF3 background.


Related colors

Complementary color

Complementary color for #hex is #1A010C.


I love getcolorcode.com

Triadic colors

1 #F3E5FE and #FEF3E5 with #E5FEF3 are triadic colors.

2 #F3FEE5 and #FEE5F3 with #E5FEF3 are triadic colors.