COLOR #E7FDEA

HEX: #E7FDEA RGB: (231,253,234)

Color info

#E7FDEA contains red, green and blue colors in about the same proportion. Web safe color of #E7FDEA is #FFFFFF (or #FFF).

RGB color model

#E7FDEA color RGB value is (231,253,234).

RGB: (231,253,234) (91%, 99%, 92%)

RGB channels and saturation

R 231 of 255 = 91%
G 253 of 255 = 99%
B 234 of 255 = 92%

231
253
234

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

Portions of RGB colors in percentages

R + G + B = 231 + 253 + 234 = 718 (100%)
R 231 of 718 ~ 32.17%
G 253 of 718 ~ 35.24%
B 234 of 718 ~ 32.59'%

%32.17
%35.24
%32.59

CMYK color model

#E7FDEA color CMYK value is (9,0,8,1).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 0.78%

CMYK: (9,0,8,1)
C9M0Y8K1 (9%, 0%, 8%, 1%)
(0.09 / 0.00 / 0.08 / 0.01)

CMYK percentages

%8.7
%0
%7.51
%0.78

Codes

Color #E7FDEA in popluar color models

E7 FD EA
RGB 231 253 234
HSL 128° 84.62% 94.90%
HSB/HSV 128° 8.70% 99.22%
CMYK 8.70% 0.00% 7.51%
0.78%

Color #E7FDEA in popluar number systems.

HEX E7 FD EA
Decimal 231 253 234
Binary 11100111 11111101 11101010
Octal 347 375 352

Shades and tints

Shades of #E7FDEA

#E7FDEA
(231,253,234)
#D2E6D5
(210,230,213)
#BDCFC0
(189,207,192)
#A8B8AB
(168,184,171)
#93A196
(147,161,150)
#7E8A81
(126,138,129)
#69736C
(105,115,108)
#545C57
(84,92,87)
#3F4542
(63,69,66)
#2A2E2D
(42,46,45)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7FDEA

#E7FDEA
(231,253,234)
#E9FDEB
(233,253,235)
#EBFDEC
(235,253,236)
#EDFDED
(237,253,237)
#EFFDEE
(239,253,238)
#F1FDEF
(241,253,239)
#F3FDF0
(243,253,240)
#F5FDF1
(245,253,241)
#F7FDF2
(247,253,242)
#F9FDF3
(249,253,243)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FDEA color. Also use rgb(231,253,234) instead hex code.

Text Font Color

.myTextColor { color: #E7FDEA; }

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

This text font color is #E7FDEA.

Background Color

.myBgColor { background-color: #E7FDEA; }

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

This div background color is #E7FDEA.

Border color

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

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

This div border color is #E7FDEA.

Opacity

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

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

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

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

This text has shadow with #E7FDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FDEA.

Preview

Color preview on black background

This text has color #E7FDEA on black background.


Color preview on white background

This text has color #E7FDEA on white background.


Black color preview on #E7FDEA background

This text has black color on #E7FDEA background.


White color preview on #E7FDEA background

This text has white color on #E7FDEA background.


Related colors

Complementary color

Complementary color for #hex is #180215.


I love getcolorcode.com

Triadic colors

1 #EAE7FD and #FDEAE7 with #E7FDEA are triadic colors.

2 #EAFDE7 and #FDE7EA with #E7FDEA are triadic colors.