COLOR #E3FEDE

HEX: #E3FEDE RGB: (227,254,222)

Color info

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

RGB color model

#E3FEDE color RGB value is (227,254,222).

RGB: (227,254,222) (89%, 100%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 254 of 255 = 100%
B 222 of 255 = 87%

227
254
222

R + G + B ~ 92%. #E3FEDE is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 254 + 222 = 703 (100%)
R 227 of 703 ~ 32.29%
G 254 of 703 ~ 36.13%
B 222 of 703 ~ 31.58'%

%32.29
%36.13
%31.58

CMYK color model

#E3FEDE color CMYK value is (11,0,13,0).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 12.60%
  • key color value is 0.39%

CMYK: (11,0,13,0)
C11M0Y13K0 (11%, 0%, 13%, 0%)
(0.11 / 0.00 / 0.13 / 0.00)

CMYK percentages

%10.63
%0
%12.6
%0.39

Codes

Color #E3FEDE in popluar color models

E3 FE DE
RGB 227 254 222
HSL 111° 94.12% 93.33%
HSB/HSV 111° 12.60% 99.61%
CMYK 10.63% 0.00% 12.60%
0.39%

Color #E3FEDE in popluar number systems.

HEX E3 FE DE
Decimal 227 254 222
Binary 11100011 11111110 11011110
Octal 343 376 336

Shades and tints

Shades of #E3FEDE

#E3FEDE
(227,254,222)
#CFE7CA
(207,231,202)
#BBD0B6
(187,208,182)
#A7B9A2
(167,185,162)
#93A28E
(147,162,142)
#7F8B7A
(127,139,122)
#6B7466
(107,116,102)
#575D52
(87,93,82)
#43463E
(67,70,62)
#2F2F2A
(47,47,42)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #E3FEDE

#E3FEDE
(227,254,222)
#E5FEE1
(229,254,225)
#E7FEE4
(231,254,228)
#E9FEE7
(233,254,231)
#EBFEEA
(235,254,234)
#EDFEED
(237,254,237)
#EFFEF0
(239,254,240)
#F1FEF3
(241,254,243)
#F3FEF6
(243,254,246)
#F5FEF9
(245,254,249)
#F7FEFC
(247,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FEDE color. Also use rgb(227,254,222) instead hex code.

Text Font Color

.myTextColor { color: #E3FEDE; }

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

This text font color is #E3FEDE.

Background Color

.myBgColor { background-color: #E3FEDE; }

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

This div background color is #E3FEDE.

Border color

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

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

This div border color is #E3FEDE.

Opacity

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

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

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

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

This text has shadow with #E3FEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FEDE.

Preview

Color preview on black background

This text has color #E3FEDE on black background.


Color preview on white background

This text has color #E3FEDE on white background.


Black color preview on #E3FEDE background

This text has black color on #E3FEDE background.


White color preview on #E3FEDE background

This text has white color on #E3FEDE background.


Related colors

Complementary color

Complementary color for #hex is #1C0121.


I love getcolorcode.com

Triadic colors

1 #DEE3FE and #FEDEE3 with #E3FEDE are triadic colors.

2 #DEFEE3 and #FEE3DE with #E3FEDE are triadic colors.