COLOR #EEFBF9

HEX: #EEFBF9 RGB: (238,251,249)

Color info

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

RGB color model

#EEFBF9 color RGB value is (238,251,249).

RGB: (238,251,249) (93%, 98%, 98%)

RGB channels and saturation

R 238 of 255 = 93%
G 251 of 255 = 98%
B 249 of 255 = 98%

238
251
249

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

Portions of RGB colors in percentages

R + G + B = 238 + 251 + 249 = 738 (100%)
R 238 of 738 ~ 32.25%
G 251 of 738 ~ 34.01%
B 249 of 738 ~ 33.74'%

%32.25
%34.01
%33.74

CMYK color model

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

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.57%

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

CMYK percentages

%5.18
%0
%0.8
%1.57

Codes

Color #EEFBF9 in popluar color models

EE FB F9
RGB 238 251 249
HSL 171° 61.90% 95.88%
HSB/HSV 171° 5.18% 98.43%
CMYK 5.18% 0.00% 0.80%
1.57%

Color #EEFBF9 in popluar number systems.

HEX EE FB F9
Decimal 238 251 249
Binary 11101110 11111011 11111001
Octal 356 373 371

Shades and tints

Shades of #EEFBF9

#EEFBF9
(238,251,249)
#D9E5E3
(217,229,227)
#C4CFCD
(196,207,205)
#AFB9B7
(175,185,183)
#9AA3A1
(154,163,161)
#858D8B
(133,141,139)
#707775
(112,119,117)
#5B615F
(91,97,95)
#464B49
(70,75,73)
#313533
(49,53,51)
#1C1F1D
(28,31,29)
#000000
(0,0,0)

Tints of #EEFBF9

#EEFBF9
(238,251,249)
#EFFBF9
(239,251,249)
#F0FBF9
(240,251,249)
#F1FBF9
(241,251,249)
#F2FBF9
(242,251,249)
#F3FBF9
(243,251,249)
#F4FBF9
(244,251,249)
#F5FBF9
(245,251,249)
#F6FBF9
(246,251,249)
#F7FBF9
(247,251,249)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBF9; }

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

This text font color is #EEFBF9.

Background Color

.myBgColor { background-color: #EEFBF9; }

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

This div background color is #EEFBF9.

Border color

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

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

This div border color is #EEFBF9.

Opacity

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

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

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

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

This text has shadow with #EEFBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFBF9.

Preview

Color preview on black background

This text has color #EEFBF9 on black background.


Color preview on white background

This text has color #EEFBF9 on white background.


Black color preview on #EEFBF9 background

This text has black color on #EEFBF9 background.


White color preview on #EEFBF9 background

This text has white color on #EEFBF9 background.


Related colors

Complementary color

Complementary color for #hex is #110406.


I love getcolorcode.com

Triadic colors

1 #F9EEFB and #FBF9EE with #EEFBF9 are triadic colors.

2 #F9FBEE and #FBEEF9 with #EEFBF9 are triadic colors.