COLOR #EEFAF1

HEX: #EEFAF1 RGB: (238,250,241)

Color info

#EEFAF1 contains red, green and blue colors in about the same proportion. Web safe color of #EEFAF1 is #FFFFFF (or #FFF).

RGB color model

#EEFAF1 color RGB value is (238,250,241).

RGB: (238,250,241) (93%, 98%, 95%)

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 241 of 255 = 95%

238
250
241

R + G + B ~ 95%. #EEFAF1 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 250 + 241 = 729 (100%)
R 238 of 729 ~ 32.65%
G 250 of 729 ~ 34.29%
B 241 of 729 ~ 33.06'%

%32.65
%34.29
%33.06

CMYK color model

#EEFAF1 color CMYK value is (5,0,4,2).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 1.96%

CMYK: (5,0,4,2)
C5M0Y4K2 (5%, 0%, 4%, 2%)
(0.05 / 0.00 / 0.04 / 0.02)

CMYK percentages

%4.8
%0
%3.6
%1.96

Codes

Color #EEFAF1 in popluar color models

EE FA F1
RGB 238 250 241
HSL 135° 54.55% 95.69%
HSB/HSV 135° 4.80% 98.04%
CMYK 4.80% 0.00% 3.60%
1.96%

Color #EEFAF1 in popluar number systems.

HEX EE FA F1
Decimal 238 250 241
Binary 11101110 11111010 11110001
Octal 356 372 361

Shades and tints

Shades of #EEFAF1

#EEFAF1
(238,250,241)
#D9E4DC
(217,228,220)
#C4CEC7
(196,206,199)
#AFB8B2
(175,184,178)
#9AA29D
(154,162,157)
#858C88
(133,140,136)
#707673
(112,118,115)
#5B605E
(91,96,94)
#464A49
(70,74,73)
#313434
(49,52,52)
#1C1E1F
(28,30,31)
#000000
(0,0,0)

Tints of #EEFAF1

#EEFAF1
(238,250,241)
#EFFAF2
(239,250,242)
#F0FAF3
(240,250,243)
#F1FAF4
(241,250,244)
#F2FAF5
(242,250,245)
#F3FAF6
(243,250,246)
#F4FAF7
(244,250,247)
#F5FAF8
(245,250,248)
#F6FAF9
(246,250,249)
#F7FAFA
(247,250,250)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFAF1; }

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

This text font color is #EEFAF1.

Background Color

.myBgColor { background-color: #EEFAF1; }

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

This div background color is #EEFAF1.

Border color

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

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

This div border color is #EEFAF1.

Opacity

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

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

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

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

This text has shadow with #EEFAF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFAF1.

Preview

Color preview on black background

This text has color #EEFAF1 on black background.


Color preview on white background

This text has color #EEFAF1 on white background.


Black color preview on #EEFAF1 background

This text has black color on #EEFAF1 background.


White color preview on #EEFAF1 background

This text has white color on #EEFAF1 background.


Related colors

Complementary color

Complementary color for #hex is #11050E.


I love getcolorcode.com

Triadic colors

1 #F1EEFA and #FAF1EE with #EEFAF1 are triadic colors.

2 #F1FAEE and #FAEEF1 with #EEFAF1 are triadic colors.