COLOR #EEFBF3

HEX: #EEFBF3
RGB: (238,251,243)

Color info

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

RGB color model

#EEFBF3 color RGB value is (238,251,243).

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

RGB channels and saturation

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

238
251
243

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

Portions of RGB colors in percentages

R + G + B =
238 + 251 + 243 = 732 (100%)
R 238 of 732 ~ 32.51%
G 251 of 732 ~ 34.29%
B 243 of 732 ~ 33.2%

%32.51
%34.29
%33.2

CMYK color model

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

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

CMYK percentages

%5.18
%0
%3.19
%1.57

Codes

Color #EEFBF3 in popluar color models

EEFBF3
RGB238251243
HSL143°61.90%95.88%
HSB/HSV143°5.18%98.43%
CMYK5.18%0.00%3.19%
1.57%

Color #EEFBF3 in popluar number systems.

HEXEEFBF3
Decimal238251243
Binary111011101111101111110011
Octal356373363

Shades and tints

Shades of #EEFBF3

#EEFBF3
(238,251,243)
#D9E5DD
(217,229,221)
#C4CFC7
(196,207,199)
#AFB9B1
(175,185,177)
#9AA39B
(154,163,155)
#858D85
(133,141,133)
#70776F
(112,119,111)
#5B6159
(91,97,89)
#464B43
(70,75,67)
#31352D
(49,53,45)
#1C1F17
(28,31,23)
#000000
(0,0,0)

Tints of #EEFBF3

#EEFBF3
(238,251,243)
#EFFBF4
(239,251,244)
#F0FBF5
(240,251,245)
#F1FBF6
(241,251,246)
#F2FBF7
(242,251,247)
#F3FBF8
(243,251,248)
#F4FBF9
(244,251,249)
#F5FBFA
(245,251,250)
#F6FBFB
(246,251,251)
#F7FBFC
(247,251,252)
#F8FBFD
(248,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBF3; }

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

This text font color is #EEFBF3.


Background Color

.myBgColor { background-color: #EEFBF3; }

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

This div background color is #EEFBF3.


Border color

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

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

This div border color is #EEFBF3.


Opacity

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

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

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

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

This text has shadow with #EEFBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFBF3 on black background.


Color preview on white background

This text has color #EEFBF3 on white background.



Black color preview on #EEFBF3 background

This text has black color on #EEFBF3 background.


White color preview on #EEFBF3 background

This text has white color on #EEFBF3 background.