COLOR #E7FEDE

HEX: #E7FEDE RGB: (231,254,222)

Color info

#E7FEDE contains red, green and blue colors in about the same proportion. Web safe color of #E7FEDE is #FFFFCC (or #FFC).

RGB color model

#E7FEDE color RGB value is (231,254,222).

RGB: (231,254,222) (91%, 100%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 254 of 255 = 100%
B 222 of 255 = 87%

231
254
222

R + G + B ~ 93%. #E7FEDE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 254 + 222 = 707 (100%)
R 231 of 707 ~ 32.67%
G 254 of 707 ~ 35.93%
B 222 of 707 ~ 31.4'%

%32.67
%35.93
%31.4

CMYK color model

#E7FEDE color CMYK value is (9,0,13,0).

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

CMYK: (9,0,13,0)
C9M0Y13K0 (9%, 0%, 13%, 0%)
(0.09 / 0.00 / 0.13 / 0.00)

CMYK percentages

%9.06
%0
%12.6
%0.39

Codes

Color #E7FEDE in popluar color models

E7 FE DE
RGB 231 254 222
HSL 103° 94.12% 93.33%
HSB/HSV 103° 12.60% 99.61%
CMYK 9.06% 0.00% 12.60%
0.39%

Color #E7FEDE in popluar number systems.

HEX E7 FE DE
Decimal 231 254 222
Binary 11100111 11111110 11011110
Octal 347 376 336

Shades and tints

Shades of #E7FEDE

#E7FEDE
(231,254,222)
#D2E7CA
(210,231,202)
#BDD0B6
(189,208,182)
#A8B9A2
(168,185,162)
#93A28E
(147,162,142)
#7E8B7A
(126,139,122)
#697466
(105,116,102)
#545D52
(84,93,82)
#3F463E
(63,70,62)
#2A2F2A
(42,47,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #E7FEDE

#E7FEDE
(231,254,222)
#E9FEE1
(233,254,225)
#EBFEE4
(235,254,228)
#EDFEE7
(237,254,231)
#EFFEEA
(239,254,234)
#F1FEED
(241,254,237)
#F3FEF0
(243,254,240)
#F5FEF3
(245,254,243)
#F7FEF6
(247,254,246)
#F9FEF9
(249,254,249)
#FBFEFC
(251,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FEDE; }

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

This text font color is #E7FEDE.

Background Color

.myBgColor { background-color: #E7FEDE; }

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

This div background color is #E7FEDE.

Border color

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

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

This div border color is #E7FEDE.

Opacity

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

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

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

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

This text has shadow with #E7FEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FEDE.

Preview

Color preview on black background

This text has color #E7FEDE on black background.


Color preview on white background

This text has color #E7FEDE on white background.


Black color preview on #E7FEDE background

This text has black color on #E7FEDE background.


White color preview on #E7FEDE background

This text has white color on #E7FEDE background.


Related colors

Complementary color

Complementary color for #hex is #180121.


I love getcolorcode.com

Triadic colors

1 #DEE7FE and #FEDEE7 with #E7FEDE are triadic colors.

2 #DEFEE7 and #FEE7DE with #E7FEDE are triadic colors.