COLOR #EEF1EB

HEX: #EEF1EB RGB: (238,241,235)

Color info

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

RGB color model

#EEF1EB color RGB value is (238,241,235).

RGB: (238,241,235) (93%, 95%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 241 of 255 = 95%
B 235 of 255 = 92%

238
241
235

R + G + B ~ 93%. #EEF1EB is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 241 + 235 = 714 (100%)
R 238 of 714 ~ 33.33%
G 241 of 714 ~ 33.75%
B 235 of 714 ~ 32.91'%

%33.33
%33.75
%32.91

CMYK color model

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

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%

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

CMYK percentages

%1.24
%0
%2.49
%5.49

Codes

Color #EEF1EB in popluar color models

EE F1 EB
RGB 238 241 235
HSL 90° 17.65% 93.33%
HSB/HSV 90° 2.49% 94.51%
CMYK 1.24% 0.00% 2.49%
5.49%

Color #EEF1EB in popluar number systems.

HEX EE F1 EB
Decimal 238 241 235
Binary 11101110 11110001 11101011
Octal 356 361 353

Shades and tints

Shades of #EEF1EB

#EEF1EB
(238,241,235)
#D9DCD6
(217,220,214)
#C4C7C1
(196,199,193)
#AFB2AC
(175,178,172)
#9A9D97
(154,157,151)
#858882
(133,136,130)
#70736D
(112,115,109)
#5B5E58
(91,94,88)
#464943
(70,73,67)
#31342E
(49,52,46)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #EEF1EB

#EEF1EB
(238,241,235)
#EFF2EC
(239,242,236)
#F0F3ED
(240,243,237)
#F1F4EE
(241,244,238)
#F2F5EF
(242,245,239)
#F3F6F0
(243,246,240)
#F4F7F1
(244,247,241)
#F5F8F2
(245,248,242)
#F6F9F3
(246,249,243)
#F7FAF4
(247,250,244)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF1EB; }

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

This text font color is #EEF1EB.

Background Color

.myBgColor { background-color: #EEF1EB; }

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

This div background color is #EEF1EB.

Border color

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

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

This div border color is #EEF1EB.

Opacity

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

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

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

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

This text has shadow with #EEF1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF1EB.

Preview

Color preview on black background

This text has color #EEF1EB on black background.


Color preview on white background

This text has color #EEF1EB on white background.


Black color preview on #EEF1EB background

This text has black color on #EEF1EB background.


White color preview on #EEF1EB background

This text has white color on #EEF1EB background.


Related colors

Complementary color

Complementary color for #hex is #110E14.


I love getcolorcode.com

Triadic colors

1 #EBEEF1 and #F1EBEE with #EEF1EB are triadic colors.

2 #EBF1EE and #F1EEEB with #EEF1EB are triadic colors.