COLOR #EEFEE2

HEX: #EEFEE2
RGB: (238,254,226)

Color info

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

RGB color model

#EEFEE2 color RGB value is (238,254,226).

  • red value is 238;
  • green value is 254;
  • blue value is 226.
RGB:
(238,254,226)
(93%,100%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 254 of 255 = 100%
B 226 of 255 = 89%

238
254
226

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

Portions of RGB colors in percentages

R + G + B =
238 + 254 + 226 = 718 (100%)
R 238 of 718 ~ 33.15%
G 254 of 718 ~ 35.38%
B 226 of 718 ~ 31.48%

%33.15
%35.38
%31.48

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • 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.02
%0.39

Codes

Color #EEFEE2 in popluar color models

EEFEE2
RGB238254226
HSL94°93.33%94.12%
HSB/HSV94°11.02%99.61%
CMYK6.30%0.00%11.02%
0.39%

Color #EEFEE2 in popluar number systems.

HEXEEFEE2
Decimal238254226
Binary111011101111111011100010
Octal356376342

Shades and tints

Shades of #EEFEE2

#EEFEE2
(238,254,226)
#D9E7CE
(217,231,206)
#C4D0BA
(196,208,186)
#AFB9A6
(175,185,166)
#9AA292
(154,162,146)
#858B7E
(133,139,126)
#70746A
(112,116,106)
#5B5D56
(91,93,86)
#464642
(70,70,66)
#312F2E
(49,47,46)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #EEFEE2

#EEFEE2
(238,254,226)
#EFFEE4
(239,254,228)
#F0FEE6
(240,254,230)
#F1FEE8
(241,254,232)
#F2FEEA
(242,254,234)
#F3FEEC
(243,254,236)
#F4FEEE
(244,254,238)
#F5FEF0
(245,254,240)
#F6FEF2
(246,254,242)
#F7FEF4
(247,254,244)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFEE2; }

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

This text font color is #EEFEE2.


Background Color

.myBgColor { background-color: #EEFEE2; }

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

This div background color is #EEFEE2.


Border color

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

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

This div border color is #EEFEE2.


Opacity

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

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

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

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

This text has shadow with #EEFEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFEE2 on black background.


Color preview on white background

This text has color #EEFEE2 on white background.



Black color preview on #EEFEE2 background

This text has black color on #EEFEE2 background.


White color preview on #EEFEE2 background

This text has white color on #EEFEE2 background.