COLOR #EEFCFB

HEX: #EEFCFB
RGB: (238,252,251)

Color info

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

RGB color model

#EEFCFB color RGB value is (238,252,251).

  • red value is 238;
  • green value is 252;
  • blue value is 251.
RGB:
(238,252,251)
(93%,99%,98%)

RGB channels and saturation

R 238 of 255 = 93%
G 252 of 255 = 99%
B 251 of 255 = 98%

238
252
251

R + G + B ~ 97%. #EEFCFB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 252 + 251 = 741 (100%)
R 238 of 741 ~ 32.12%
G 252 of 741 ~ 34.01%
B 251 of 741 ~ 33.87%

%32.12
%34.01
%33.87

CMYK color model

#EEFCFB color CMYK value is (6,0,0,1).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.18%
CMYK:
(6,0,0,1)
C6M0Y0K1 
(6%,0%,0%,1%)
(0.06/0.00/0.00/0.01)	

CMYK percentages

%5.56
%0
%0.4
%1.18

Codes

Color #EEFCFB in popluar color models

EEFCFB
RGB238252251
HSL176°70.00%96.08%
HSB/HSV176°5.56%98.82%
CMYK5.56%0.00%0.40%
1.18%

Color #EEFCFB in popluar number systems.

HEXEEFCFB
Decimal238252251
Binary111011101111110011111011
Octal356374373

Shades and tints

Shades of #EEFCFB

#EEFCFB
(238,252,251)
#D9E6E5
(217,230,229)
#C4D0CF
(196,208,207)
#AFBAB9
(175,186,185)
#9AA4A3
(154,164,163)
#858E8D
(133,142,141)
#707877
(112,120,119)
#5B6261
(91,98,97)
#464C4B
(70,76,75)
#313635
(49,54,53)
#1C201F
(28,32,31)
#000000
(0,0,0)

Tints of #EEFCFB

#EEFCFB
(238,252,251)
#EFFCFB
(239,252,251)
#F0FCFB
(240,252,251)
#F1FCFB
(241,252,251)
#F2FCFB
(242,252,251)
#F3FCFB
(243,252,251)
#F4FCFB
(244,252,251)
#F5FCFB
(245,252,251)
#F6FCFB
(246,252,251)
#F7FCFB
(247,252,251)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFCFB color. Also use rgb(238,252,251) instead hex code.

Text Font Color

.myTextColor { color: #EEFCFB; }

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

This text font color is #EEFCFB.


Background Color

.myBgColor { background-color: #EEFCFB; }

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

This div background color is #EEFCFB.


Border color

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

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

This div border color is #EEFCFB.


Opacity

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

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

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

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

This text has shadow with #EEFCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFCFB on black background.


Color preview on white background

This text has color #EEFCFB on white background.



Black color preview on #EEFCFB background

This text has black color on #EEFCFB background.


White color preview on #EEFCFB background

This text has white color on #EEFCFB background.