COLOR #EEFEE1

HEX: #EEFEE1 RGB: (238,254,225)

Color info

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

RGB color model

#EEFEE1 color RGB value is (238,254,225).

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

RGB channels and saturation

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

238
254
225

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

Portions of RGB colors in percentages

R + G + B = 238 + 254 + 225 = 717 (100%)
R 238 of 717 ~ 33.19%
G 254 of 717 ~ 35.43%
B 225 of 717 ~ 31.38'%

%33.19
%35.43
%31.38

CMYK color model

#EEFEE1 color CMYK value is (6,0,11,0).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 11.42%
  • key color value is 0.39%

CMYK: (6,0,11,0)
C6M0Y11K0 (6%, 0%, 11%, 0%)
(0.06 / 0.00 / 0.11 / 0.00)

CMYK percentages

%6.3
%0
%11.42
%0.39

Codes

Color #EEFEE1 in popluar color models

EE FE E1
RGB 238 254 225
HSL 93° 93.55% 93.92%
HSB/HSV 93° 11.42% 99.61%
CMYK 6.30% 0.00% 11.42%
0.39%

Color #EEFEE1 in popluar number systems.

HEX EE FE E1
Decimal 238 254 225
Binary 11101110 11111110 11100001
Octal 356 376 341

Shades and tints

Shades of #EEFEE1

#EEFEE1
(238,254,225)
#D9E7CD
(217,231,205)
#C4D0B9
(196,208,185)
#AFB9A5
(175,185,165)
#9AA291
(154,162,145)
#858B7D
(133,139,125)
#707469
(112,116,105)
#5B5D55
(91,93,85)
#464641
(70,70,65)
#312F2D
(49,47,45)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #EEFEE1

#EEFEE1
(238,254,225)
#EFFEE3
(239,254,227)
#F0FEE5
(240,254,229)
#F1FEE7
(241,254,231)
#F2FEE9
(242,254,233)
#F3FEEB
(243,254,235)
#F4FEED
(244,254,237)
#F5FEEF
(245,254,239)
#F6FEF1
(246,254,241)
#F7FEF3
(247,254,243)
#F8FEF5
(248,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFEE1; }

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

This text font color is #EEFEE1.

Background Color

.myBgColor { background-color: #EEFEE1; }

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

This div background color is #EEFEE1.

Border color

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

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

This div border color is #EEFEE1.

Opacity

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

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

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

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

This text has shadow with #EEFEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFEE1.

Preview

Color preview on black background

This text has color #EEFEE1 on black background.


Color preview on white background

This text has color #EEFEE1 on white background.


Black color preview on #EEFEE1 background

This text has black color on #EEFEE1 background.


White color preview on #EEFEE1 background

This text has white color on #EEFEE1 background.


Related colors

Complementary color

Complementary color for #hex is #11011E.


I love getcolorcode.com

Triadic colors

1 #E1EEFE and #FEE1EE with #EEFEE1 are triadic colors.

2 #E1FEEE and #FEEEE1 with #EEFEE1 are triadic colors.