COLOR #E4FDCF

HEX: #E4FDCF RGB: (228,253,207)

Color info

#E4FDCF contains red, green and blue colors in about the same proportion. Web safe color of #E4FDCF is #CCFFCC (or #CFC).

RGB color model

#E4FDCF color RGB value is (228,253,207).

RGB: (228,253,207) (89%, 99%, 81%)

RGB channels and saturation

R 228 of 255 = 89%
G 253 of 255 = 99%
B 207 of 255 = 81%

228
253
207

R + G + B ~ 90%. #E4FDCF is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 253 + 207 = 688 (100%)
R 228 of 688 ~ 33.14%
G 253 of 688 ~ 36.77%
B 207 of 688 ~ 30.09'%

%33.14
%36.77
%30.09

CMYK color model

#E4FDCF color CMYK value is (10,0,18,1).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 0.78%

CMYK: (10,0,18,1)
C10M0Y18K1 (10%, 0%, 18%, 1%)
(0.10 / 0.00 / 0.18 / 0.01)

CMYK percentages

%9.88
%0
%18.18
%0.78

Codes

Color #E4FDCF in popluar color models

E4 FD CF
RGB 228 253 207
HSL 93° 92.00% 90.20%
HSB/HSV 93° 18.18% 99.22%
CMYK 9.88% 0.00% 18.18%
0.78%

Color #E4FDCF in popluar number systems.

HEX E4 FD CF
Decimal 228 253 207
Binary 11100100 11111101 11001111
Octal 344 375 317

Shades and tints

Shades of #E4FDCF

#E4FDCF
(228,253,207)
#D0E6BD
(208,230,189)
#BCCFAB
(188,207,171)
#A8B899
(168,184,153)
#94A187
(148,161,135)
#808A75
(128,138,117)
#6C7363
(108,115,99)
#585C51
(88,92,81)
#44453F
(68,69,63)
#302E2D
(48,46,45)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #E4FDCF

#E4FDCF
(228,253,207)
#E6FDD3
(230,253,211)
#E8FDD7
(232,253,215)
#EAFDDB
(234,253,219)
#ECFDDF
(236,253,223)
#EEFDE3
(238,253,227)
#F0FDE7
(240,253,231)
#F2FDEB
(242,253,235)
#F4FDEF
(244,253,239)
#F6FDF3
(246,253,243)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FDCF color. Also use rgb(228,253,207) instead hex code.

Text Font Color

.myTextColor { color: #E4FDCF; }

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

This text font color is #E4FDCF.

Background Color

.myBgColor { background-color: #E4FDCF; }

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

This div background color is #E4FDCF.

Border color

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

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

This div border color is #E4FDCF.

Opacity

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

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

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

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

This text has shadow with #E4FDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FDCF.

Preview

Color preview on black background

This text has color #E4FDCF on black background.


Color preview on white background

This text has color #E4FDCF on white background.


Black color preview on #E4FDCF background

This text has black color on #E4FDCF background.


White color preview on #E4FDCF background

This text has white color on #E4FDCF background.


Related colors

Complementary color

Complementary color for #hex is #1B0230.


I love getcolorcode.com

Triadic colors

1 #CFE4FD and #FDCFE4 with #E4FDCF are triadic colors.

2 #CFFDE4 and #FDE4CF with #E4FDCF are triadic colors.