COLOR #EEF4FB

HEX: #EEF4FB
RGB: (238,244,251)

Color info

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

RGB color model

#EEF4FB color RGB value is (238,244,251).

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

RGB channels and saturation

R 238 of 255 = 93%
G 244 of 255 = 96%
B 251 of 255 = 98%

238
244
251

R + G + B ~ 96%. #EEF4FB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 244 + 251 = 733 (100%)
R 238 of 733 ~ 32.47%
G 244 of 733 ~ 33.29%
B 251 of 733 ~ 34.24%

%32.47
%33.29
%34.24

CMYK color model

#EEF4FB color CMYK value is (5,3,0,2).

  • cyan value is 5.18%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,3,0,2)
C5M3Y0K2 
(5%,3%,0%,2%)
(0.05/0.03/0.00/0.02)	

CMYK percentages

%5.18
%2.79
%0
%1.57

Codes

Color #EEF4FB in popluar color models

EEF4FB
RGB238244251
HSL212°61.90%95.88%
HSB/HSV212°5.18%98.43%
CMYK5.18%2.79%0.00%
1.57%

Color #EEF4FB in popluar number systems.

HEXEEF4FB
Decimal238244251
Binary111011101111010011111011
Octal356364373

Shades and tints

Shades of #EEF4FB

#EEF4FB
(238,244,251)
#D9DEE5
(217,222,229)
#C4C8CF
(196,200,207)
#AFB2B9
(175,178,185)
#9A9CA3
(154,156,163)
#85868D
(133,134,141)
#707077
(112,112,119)
#5B5A61
(91,90,97)
#46444B
(70,68,75)
#312E35
(49,46,53)
#1C181F
(28,24,31)
#000000
(0,0,0)

Tints of #EEF4FB

#EEF4FB
(238,244,251)
#EFF5FB
(239,245,251)
#F0F6FB
(240,246,251)
#F1F7FB
(241,247,251)
#F2F8FB
(242,248,251)
#F3F9FB
(243,249,251)
#F4FAFB
(244,250,251)
#F5FBFB
(245,251,251)
#F6FCFB
(246,252,251)
#F7FDFB
(247,253,251)
#F8FEFB
(248,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF4FB; }

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

This text font color is #EEF4FB.


Background Color

.myBgColor { background-color: #EEF4FB; }

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

This div background color is #EEF4FB.


Border color

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

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

This div border color is #EEF4FB.


Opacity

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

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

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

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

This text has shadow with #EEF4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF4FB on black background.


Color preview on white background

This text has color #EEF4FB on white background.



Black color preview on #EEF4FB background

This text has black color on #EEF4FB background.


White color preview on #EEF4FB background

This text has white color on #EEF4FB background.