COLOR #EEFFE1

HEX: #EEFFE1 RGB: (238,255,225)

Color info

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

RGB color model

#EEFFE1 color RGB value is (238,255,225).

RGB: (238,255,225) (93%, 100%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 255 of 255 = 100%
B 225 of 255 = 88%

238
255
225

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

Portions of RGB colors in percentages

R + G + B = 238 + 255 + 225 = 718 (100%)
R 238 of 718 ~ 33.15%
G 255 of 718 ~ 35.52%
B 225 of 718 ~ 31.34'%

%33.15
%35.52
%31.34

CMYK color model

#EEFFE1 color CMYK value is (7,0,12,0).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 0.00%

CMYK: (7,0,12,0)
C7M0Y12K0 (7%, 0%, 12%, 0%)
(0.07 / 0.00 / 0.12 / 0.00)

CMYK percentages

%6.67
%0
%11.76
%0

Codes

Color #EEFFE1 in popluar color models

EE FF E1
RGB 238 255 225
HSL 94° 100.00% 94.12%
HSB/HSV 94° 11.76% 100.00%
CMYK 6.67% 0.00% 11.76%
0.00%

Color #EEFFE1 in popluar number systems.

HEX EE FF E1
Decimal 238 255 225
Binary 11101110 11111111 11100001
Octal 356 377 341

Shades and tints

Shades of #EEFFE1

#EEFFE1
(238,255,225)
#D9E8CD
(217,232,205)
#C4D1B9
(196,209,185)
#AFBAA5
(175,186,165)
#9AA391
(154,163,145)
#858C7D
(133,140,125)
#707569
(112,117,105)
#5B5E55
(91,94,85)
#464741
(70,71,65)
#31302D
(49,48,45)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #EEFFE1

#EEFFE1
(238,255,225)
#EFFFE3
(239,255,227)
#F0FFE5
(240,255,229)
#F1FFE7
(241,255,231)
#F2FFE9
(242,255,233)
#F3FFEB
(243,255,235)
#F4FFED
(244,255,237)
#F5FFEF
(245,255,239)
#F6FFF1
(246,255,241)
#F7FFF3
(247,255,243)
#F8FFF5
(248,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFFE1 color. Also use rgb(238,255,225) instead hex code.

Text Font Color

.myTextColor { color: #EEFFE1; }

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

This text font color is #EEFFE1.

Background Color

.myBgColor { background-color: #EEFFE1; }

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

This div background color is #EEFFE1.

Border color

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

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

This div border color is #EEFFE1.

Opacity

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

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

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

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

This text has shadow with #EEFFE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFFE1.

Preview

Color preview on black background

This text has color #EEFFE1 on black background.


Color preview on white background

This text has color #EEFFE1 on white background.


Black color preview on #EEFFE1 background

This text has black color on #EEFFE1 background.


White color preview on #EEFFE1 background

This text has white color on #EEFFE1 background.


Related colors

Complementary color

Complementary color for #hex is #11001E.


I love getcolorcode.com

Triadic colors

1 #E1EEFF and #FFE1EE with #EEFFE1 are triadic colors.

2 #E1FFEE and #FFEEE1 with #EEFFE1 are triadic colors.