COLOR #E7FEDD

HEX: #E7FEDD RGB: (231,254,221)

Color info

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

RGB color model

#E7FEDD color RGB value is (231,254,221).

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

RGB channels and saturation

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

231
254
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 254 + 221 = 706 (100%)
R 231 of 706 ~ 32.72%
G 254 of 706 ~ 35.98%
B 221 of 706 ~ 31.3'%

%32.72
%35.98
%31.3

CMYK color model

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

  • cyan value is 9.06%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • 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.99
%0.39

Codes

Color #E7FEDD in popluar color models

E7 FE DD
RGB 231 254 221
HSL 102° 94.29% 93.14%
HSB/HSV 102° 12.99% 99.61%
CMYK 9.06% 0.00% 12.99%
0.39%

Color #E7FEDD in popluar number systems.

HEX E7 FE DD
Decimal 231 254 221
Binary 11100111 11111110 11011101
Octal 347 376 335

Shades and tints

Shades of #E7FEDD

#E7FEDD
(231,254,221)
#D2E7C9
(210,231,201)
#BDD0B5
(189,208,181)
#A8B9A1
(168,185,161)
#93A28D
(147,162,141)
#7E8B79
(126,139,121)
#697465
(105,116,101)
#545D51
(84,93,81)
#3F463D
(63,70,61)
#2A2F29
(42,47,41)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #E7FEDD

#E7FEDD
(231,254,221)
#E9FEE0
(233,254,224)
#EBFEE3
(235,254,227)
#EDFEE6
(237,254,230)
#EFFEE9
(239,254,233)
#F1FEEC
(241,254,236)
#F3FEEF
(243,254,239)
#F5FEF2
(245,254,242)
#F7FEF5
(247,254,245)
#F9FEF8
(249,254,248)
#FBFEFB
(251,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FEDD; }

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

This text font color is #E7FEDD.

Background Color

.myBgColor { background-color: #E7FEDD; }

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

This div background color is #E7FEDD.

Border color

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

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

This div border color is #E7FEDD.

Opacity

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

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

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

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

This text has shadow with #E7FEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FEDD.

Preview

Color preview on black background

This text has color #E7FEDD on black background.


Color preview on white background

This text has color #E7FEDD on white background.


Black color preview on #E7FEDD background

This text has black color on #E7FEDD background.


White color preview on #E7FEDD background

This text has white color on #E7FEDD background.


Related colors

Complementary color

Complementary color for #hex is #180122.


I love getcolorcode.com

Triadic colors

1 #DDE7FE and #FEDDE7 with #E7FEDD are triadic colors.

2 #DDFEE7 and #FEE7DD with #E7FEDD are triadic colors.