COLOR #EEFAB1

HEX: #EEFAB1
RGB: (238,250,177)

Color info

#EEFAB1 contains mainly red and green colors. Web safe color of #EEFAB1 is #FFFF99 (or #FF9).

RGB color model

#EEFAB1 color RGB value is (238,250,177).

  • red value is 238;
  • green value is 250;
  • blue value is 177.
RGB:
(238,250,177)
(93%,98%,69%)

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 177 of 255 = 69%

238
250
177

R + G + B ~ 87%. #EEFAB1 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 250 + 177 = 665 (100%)
R 238 of 665 ~ 35.79%
G 250 of 665 ~ 37.59%
B 177 of 665 ~ 26.62%

%35.79
%37.59
%26.62

CMYK color model

#EEFAB1 color CMYK value is (5,0,29,2).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 1.96%
CMYK:
(5,0,29,2)
C5M0Y29K2 
(5%,0%,29%,2%)
(0.05/0.00/0.29/0.02)	

CMYK percentages

%4.8
%0
%29.2
%1.96

Codes

Color #EEFAB1 in popluar color models

EEFAB1
RGB238250177
HSL70°87.95%83.73%
HSB/HSV70°29.20%98.04%
CMYK4.80%0.00%29.20%
1.96%

Color #EEFAB1 in popluar number systems.

HEXEEFAB1
Decimal238250177
Binary111011101111101010110001
Octal356372261

Shades and tints

Shades of #EEFAB1

#EEFAB1
(238,250,177)
#D9E4A1
(217,228,161)
#C4CE91
(196,206,145)
#AFB881
(175,184,129)
#9AA271
(154,162,113)
#858C61
(133,140,97)
#707651
(112,118,81)
#5B6041
(91,96,65)
#464A31
(70,74,49)
#313421
(49,52,33)
#1C1E11
(28,30,17)
#000000
(0,0,0)

Tints of #EEFAB1

#EEFAB1
(238,250,177)
#EFFAB8
(239,250,184)
#F0FABF
(240,250,191)
#F1FAC6
(241,250,198)
#F2FACD
(242,250,205)
#F3FAD4
(243,250,212)
#F4FADB
(244,250,219)
#F5FAE2
(245,250,226)
#F6FAE9
(246,250,233)
#F7FAF0
(247,250,240)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFAB1 color. Also use rgb(238,250,177) instead hex code.

Text Font Color

.myTextColor { color: #EEFAB1; }

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

This text font color is #EEFAB1.


Background Color

.myBgColor { background-color: #EEFAB1; }

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

This div background color is #EEFAB1.


Border color

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

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

This div border color is #EEFAB1.


Opacity

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

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

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

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

This text has shadow with #EEFAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFAB1 on black background.


Color preview on white background

This text has color #EEFAB1 on white background.



Black color preview on #EEFAB1 background

This text has black color on #EEFAB1 background.


White color preview on #EEFAB1 background

This text has white color on #EEFAB1 background.