COLOR #E7FFED

HEX: #E7FFED RGB: (231,255,237)

Color info

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

RGB color model

#E7FFED color RGB value is (231,255,237).

RGB: (231,255,237) (91%, 100%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 255 of 255 = 100%
B 237 of 255 = 93%

231
255
237

R + G + B ~ 95%. #E7FFED is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 255 + 237 = 723 (100%)
R 231 of 723 ~ 31.95%
G 255 of 723 ~ 35.27%
B 237 of 723 ~ 32.78'%

%31.95
%35.27
%32.78

CMYK color model

#E7FFED color CMYK value is (9,0,7,0).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 0.00%

CMYK: (9,0,7,0)
C9M0Y7K0 (9%, 0%, 7%, 0%)
(0.09 / 0.00 / 0.07 / 0.00)

CMYK percentages

%9.41
%0
%7.06
%0

Codes

Color #E7FFED in popluar color models

E7 FF ED
RGB 231 255 237
HSL 135° 100.00% 95.29%
HSB/HSV 135° 9.41% 100.00%
CMYK 9.41% 0.00% 7.06%
0.00%

Color #E7FFED in popluar number systems.

HEX E7 FF ED
Decimal 231 255 237
Binary 11100111 11111111 11101101
Octal 347 377 355

Shades and tints

Shades of #E7FFED

#E7FFED
(231,255,237)
#D2E8D8
(210,232,216)
#BDD1C3
(189,209,195)
#A8BAAE
(168,186,174)
#93A399
(147,163,153)
#7E8C84
(126,140,132)
#69756F
(105,117,111)
#545E5A
(84,94,90)
#3F4745
(63,71,69)
#2A3030
(42,48,48)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #E7FFED

#E7FFED
(231,255,237)
#E9FFEE
(233,255,238)
#EBFFEF
(235,255,239)
#EDFFF0
(237,255,240)
#EFFFF1
(239,255,241)
#F1FFF2
(241,255,242)
#F3FFF3
(243,255,243)
#F5FFF4
(245,255,244)
#F7FFF5
(247,255,245)
#F9FFF6
(249,255,246)
#FBFFF7
(251,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FFED color. Also use rgb(231,255,237) instead hex code.

Text Font Color

.myTextColor { color: #E7FFED; }

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

This text font color is #E7FFED.

Background Color

.myBgColor { background-color: #E7FFED; }

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

This div background color is #E7FFED.

Border color

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

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

This div border color is #E7FFED.

Opacity

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

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

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

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

This text has shadow with #E7FFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FFED.

Preview

Color preview on black background

This text has color #E7FFED on black background.


Color preview on white background

This text has color #E7FFED on white background.


Black color preview on #E7FFED background

This text has black color on #E7FFED background.


White color preview on #E7FFED background

This text has white color on #E7FFED background.


Related colors

Complementary color

Complementary color for #hex is #180012.


I love getcolorcode.com

Triadic colors

1 #EDE7FF and #FFEDE7 with #E7FFED are triadic colors.

2 #EDFFE7 and #FFE7ED with #E7FFED are triadic colors.