COLOR #E4FCF3

HEX: #E4FCF3 RGB: (228,252,243)

Color info

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

RGB color model

#E4FCF3 color RGB value is (228,252,243).

RGB: (228,252,243) (89%, 99%, 95%)

RGB channels and saturation

R 228 of 255 = 89%
G 252 of 255 = 99%
B 243 of 255 = 95%

228
252
243

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

Portions of RGB colors in percentages

R + G + B = 228 + 252 + 243 = 723 (100%)
R 228 of 723 ~ 31.54%
G 252 of 723 ~ 34.85%
B 243 of 723 ~ 33.61'%

%31.54
%34.85
%33.61

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 1.18%

CMYK: (10,0,4,1)
C10M0Y4K1 (10%, 0%, 4%, 1%)
(0.10 / 0.00 / 0.04 / 0.01)

CMYK percentages

%9.52
%0
%3.57
%1.18

Codes

Color #E4FCF3 in popluar color models

E4 FC F3
RGB 228 252 243
HSL 158° 80.00% 94.12%
HSB/HSV 158° 9.52% 98.82%
CMYK 9.52% 0.00% 3.57%
1.18%

Color #E4FCF3 in popluar number systems.

HEX E4 FC F3
Decimal 228 252 243
Binary 11100100 11111100 11110011
Octal 344 374 363

Shades and tints

Shades of #E4FCF3

#E4FCF3
(228,252,243)
#D0E6DD
(208,230,221)
#BCD0C7
(188,208,199)
#A8BAB1
(168,186,177)
#94A49B
(148,164,155)
#808E85
(128,142,133)
#6C786F
(108,120,111)
#586259
(88,98,89)
#444C43
(68,76,67)
#30362D
(48,54,45)
#1C2017
(28,32,23)
#000000
(0,0,0)

Tints of #E4FCF3

#E4FCF3
(228,252,243)
#E6FCF4
(230,252,244)
#E8FCF5
(232,252,245)
#EAFCF6
(234,252,246)
#ECFCF7
(236,252,247)
#EEFCF8
(238,252,248)
#F0FCF9
(240,252,249)
#F2FCFA
(242,252,250)
#F4FCFB
(244,252,251)
#F6FCFC
(246,252,252)
#F8FCFD
(248,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FCF3 color. Also use rgb(228,252,243) instead hex code.

Text Font Color

.myTextColor { color: #E4FCF3; }

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

This text font color is #E4FCF3.

Background Color

.myBgColor { background-color: #E4FCF3; }

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

This div background color is #E4FCF3.

Border color

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

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

This div border color is #E4FCF3.

Opacity

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

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

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

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

This text has shadow with #E4FCF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FCF3.

Preview

Color preview on black background

This text has color #E4FCF3 on black background.


Color preview on white background

This text has color #E4FCF3 on white background.


Black color preview on #E4FCF3 background

This text has black color on #E4FCF3 background.


White color preview on #E4FCF3 background

This text has white color on #E4FCF3 background.


Related colors

Complementary color

Complementary color for #hex is #1B030C.


I love getcolorcode.com

Triadic colors

1 #F3E4FC and #FCF3E4 with #E4FCF3 are triadic colors.

2 #F3FCE4 and #FCE4F3 with #E4FCF3 are triadic colors.