COLOR #EEF2FB

HEX: #EEF2FB
RGB: (238,242,251)

Color info

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

RGB color model

#EEF2FB color RGB value is (238,242,251).

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

RGB channels and saturation

R 238 of 255 = 93%
G 242 of 255 = 95%
B 251 of 255 = 98%

238
242
251

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

Portions of RGB colors in percentages

R + G + B =
238 + 242 + 251 = 731 (100%)
R 238 of 731 ~ 32.56%
G 242 of 731 ~ 33.11%
B 251 of 731 ~ 34.34%

%32.56
%33.11
%34.34

CMYK color model

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

  • cyan value is 5.18%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,4,0,2)
C5M4Y0K2 
(5%,4%,0%,2%)
(0.05/0.04/0.00/0.02)	

CMYK percentages

%5.18
%3.59
%0
%1.57

Codes

Color #EEF2FB in popluar color models

EEF2FB
RGB238242251
HSL222°61.90%95.88%
HSB/HSV222°5.18%98.43%
CMYK5.18%3.59%0.00%
1.57%

Color #EEF2FB in popluar number systems.

HEXEEF2FB
Decimal238242251
Binary111011101111001011111011
Octal356362373

Shades and tints

Shades of #EEF2FB

#EEF2FB
(238,242,251)
#D9DCE5
(217,220,229)
#C4C6CF
(196,198,207)
#AFB0B9
(175,176,185)
#9A9AA3
(154,154,163)
#85848D
(133,132,141)
#706E77
(112,110,119)
#5B5861
(91,88,97)
#46424B
(70,66,75)
#312C35
(49,44,53)
#1C161F
(28,22,31)
#000000
(0,0,0)

Tints of #EEF2FB

#EEF2FB
(238,242,251)
#EFF3FB
(239,243,251)
#F0F4FB
(240,244,251)
#F1F5FB
(241,245,251)
#F2F6FB
(242,246,251)
#F3F7FB
(243,247,251)
#F4F8FB
(244,248,251)
#F5F9FB
(245,249,251)
#F6FAFB
(246,250,251)
#F7FBFB
(247,251,251)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF2FB; }

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

This text font color is #EEF2FB.


Background Color

.myBgColor { background-color: #EEF2FB; }

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

This div background color is #EEF2FB.


Border color

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

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

This div border color is #EEF2FB.


Opacity

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

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

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

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

This text has shadow with #EEF2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF2FB on black background.


Color preview on white background

This text has color #EEF2FB on white background.



Black color preview on #EEF2FB background

This text has black color on #EEF2FB background.


White color preview on #EEF2FB background

This text has white color on #EEF2FB background.