COLOR #E3FFED

HEX: #E3FFED RGB: (227,255,237)

Color info

#E3FFED contains red, green and blue colors in about the same proportion. Web safe color of #E3FFED is #CCFFFF (or #CFF).

RGB color model

#E3FFED color RGB value is (227,255,237).

RGB: (227,255,237) (89%, 100%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 255 of 255 = 100%
B 237 of 255 = 93%

227
255
237

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

Portions of RGB colors in percentages

R + G + B = 227 + 255 + 237 = 719 (100%)
R 227 of 719 ~ 31.57%
G 255 of 719 ~ 35.47%
B 237 of 719 ~ 32.96'%

%31.57
%35.47
%32.96

CMYK color model

#E3FFED color CMYK value is (11,0,7,0).

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

CMYK: (11,0,7,0)
C11M0Y7K0 (11%, 0%, 7%, 0%)
(0.11 / 0.00 / 0.07 / 0.00)

CMYK percentages

%10.98
%0
%7.06
%0

Codes

Color #E3FFED in popluar color models

E3 FF ED
RGB 227 255 237
HSL 141° 100.00% 94.51%
HSB/HSV 141° 10.98% 100.00%
CMYK 10.98% 0.00% 7.06%
0.00%

Color #E3FFED in popluar number systems.

HEX E3 FF ED
Decimal 227 255 237
Binary 11100011 11111111 11101101
Octal 343 377 355

Shades and tints

Shades of #E3FFED

#E3FFED
(227,255,237)
#CFE8D8
(207,232,216)
#BBD1C3
(187,209,195)
#A7BAAE
(167,186,174)
#93A399
(147,163,153)
#7F8C84
(127,140,132)
#6B756F
(107,117,111)
#575E5A
(87,94,90)
#434745
(67,71,69)
#2F3030
(47,48,48)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #E3FFED

#E3FFED
(227,255,237)
#E5FFEE
(229,255,238)
#E7FFEF
(231,255,239)
#E9FFF0
(233,255,240)
#EBFFF1
(235,255,241)
#EDFFF2
(237,255,242)
#EFFFF3
(239,255,243)
#F1FFF4
(241,255,244)
#F3FFF5
(243,255,245)
#F5FFF6
(245,255,246)
#F7FFF7
(247,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FFED; }

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

This text font color is #E3FFED.

Background Color

.myBgColor { background-color: #E3FFED; }

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

This div background color is #E3FFED.

Border color

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

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

This div border color is #E3FFED.

Opacity

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

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

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

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

This text has shadow with #E3FFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FFED.

Preview

Color preview on black background

This text has color #E3FFED on black background.


Color preview on white background

This text has color #E3FFED on white background.


Black color preview on #E3FFED background

This text has black color on #E3FFED background.


White color preview on #E3FFED background

This text has white color on #E3FFED background.


Related colors

Complementary color

Complementary color for #hex is #1C0012.


I love getcolorcode.com

Triadic colors

1 #EDE3FF and #FFEDE3 with #E3FFED are triadic colors.

2 #EDFFE3 and #FFE3ED with #E3FFED are triadic colors.