COLOR #EEF9EB

HEX: #EEF9EB
RGB: (238,249,235)

Color info

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

RGB color model

#EEF9EB color RGB value is (238,249,235).

  • red value is 238;
  • green value is 249;
  • blue value is 235.
RGB:
(238,249,235)
(93%,98%,92%)

RGB channels and saturation

R 238 of 255 = 93%
G 249 of 255 = 98%
B 235 of 255 = 92%

238
249
235

R + G + B ~ 94%. #EEF9EB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 249 + 235 = 722 (100%)
R 238 of 722 ~ 32.96%
G 249 of 722 ~ 34.49%
B 235 of 722 ~ 32.55%

%32.96
%34.49
%32.55

CMYK color model

#EEF9EB color CMYK value is (4,0,6,2).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK:
(4,0,6,2)
C4M0Y6K2 
(4%,0%,6%,2%)
(0.04/0.00/0.06/0.02)	

CMYK percentages

%4.42
%0
%5.62
%2.35

Codes

Color #EEF9EB in popluar color models

EEF9EB
RGB238249235
HSL107°53.85%94.90%
HSB/HSV107°5.62%97.65%
CMYK4.42%0.00%5.62%
2.35%

Color #EEF9EB in popluar number systems.

HEXEEF9EB
Decimal238249235
Binary111011101111100111101011
Octal356371353

Shades and tints

Shades of #EEF9EB

#EEF9EB
(238,249,235)
#D9E3D6
(217,227,214)
#C4CDC1
(196,205,193)
#AFB7AC
(175,183,172)
#9AA197
(154,161,151)
#858B82
(133,139,130)
#70756D
(112,117,109)
#5B5F58
(91,95,88)
#464943
(70,73,67)
#31332E
(49,51,46)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #EEF9EB

#EEF9EB
(238,249,235)
#EFF9EC
(239,249,236)
#F0F9ED
(240,249,237)
#F1F9EE
(241,249,238)
#F2F9EF
(242,249,239)
#F3F9F0
(243,249,240)
#F4F9F1
(244,249,241)
#F5F9F2
(245,249,242)
#F6F9F3
(246,249,243)
#F7F9F4
(247,249,244)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF9EB; }

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

This text font color is #EEF9EB.


Background Color

.myBgColor { background-color: #EEF9EB; }

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

This div background color is #EEF9EB.


Border color

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

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

This div border color is #EEF9EB.


Opacity

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

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

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

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

This text has shadow with #EEF9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF9EB on black background.


Color preview on white background

This text has color #EEF9EB on white background.



Black color preview on #EEF9EB background

This text has black color on #EEF9EB background.


White color preview on #EEF9EB background

This text has white color on #EEF9EB background.