COLOR #EEF7FA

HEX: #EEF7FA RGB: (238,247,250)

Color info

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

RGB color model

#EEF7FA color RGB value is (238,247,250).

RGB: (238,247,250) (93%, 97%, 98%)

RGB channels and saturation

R 238 of 255 = 93%
G 247 of 255 = 97%
B 250 of 255 = 98%

238
247
250

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

Portions of RGB colors in percentages

R + G + B = 238 + 247 + 250 = 735 (100%)
R 238 of 735 ~ 32.38%
G 247 of 735 ~ 33.61%
B 250 of 735 ~ 34.01'%

%32.38
%33.61
%34.01

CMYK color model

#EEF7FA color CMYK value is (5,1,0,2).

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

CMYK: (5,1,0,2)
C5M1Y0K2 (5%, 1%, 0%, 2%)
(0.05 / 0.01 / 0.00 / 0.02)

CMYK percentages

%4.8
%1.2
%0
%1.96

Codes

Color #EEF7FA in popluar color models

EE F7 FA
RGB 238 247 250
HSL 195° 54.55% 95.69%
HSB/HSV 195° 4.80% 98.04%
CMYK 4.80% 1.20% 0.00%
1.96%

Color #EEF7FA in popluar number systems.

HEX EE F7 FA
Decimal 238 247 250
Binary 11101110 11110111 11111010
Octal 356 367 372

Shades and tints

Shades of #EEF7FA

#EEF7FA
(238,247,250)
#D9E1E4
(217,225,228)
#C4CBCE
(196,203,206)
#AFB5B8
(175,181,184)
#9A9FA2
(154,159,162)
#85898C
(133,137,140)
#707376
(112,115,118)
#5B5D60
(91,93,96)
#46474A
(70,71,74)
#313134
(49,49,52)
#1C1B1E
(28,27,30)
#000000
(0,0,0)

Tints of #EEF7FA

#EEF7FA
(238,247,250)
#EFF7FA
(239,247,250)
#F0F7FA
(240,247,250)
#F1F7FA
(241,247,250)
#F2F7FA
(242,247,250)
#F3F7FA
(243,247,250)
#F4F7FA
(244,247,250)
#F5F7FA
(245,247,250)
#F6F7FA
(246,247,250)
#F7F7FA
(247,247,250)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF7FA; }

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

This text font color is #EEF7FA.

Background Color

.myBgColor { background-color: #EEF7FA; }

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

This div background color is #EEF7FA.

Border color

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

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

This div border color is #EEF7FA.

Opacity

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

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

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

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

This text has shadow with #EEF7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF7FA.

Preview

Color preview on black background

This text has color #EEF7FA on black background.


Color preview on white background

This text has color #EEF7FA on white background.


Black color preview on #EEF7FA background

This text has black color on #EEF7FA background.


White color preview on #EEF7FA background

This text has white color on #EEF7FA background.


Related colors

Complementary color

Complementary color for #hex is #110805.


I love getcolorcode.com

Triadic colors

1 #FAEEF7 and #F7FAEE with #EEF7FA are triadic colors.

2 #FAF7EE and #F7EEFA with #EEF7FA are triadic colors.