COLOR #EEF3E1

HEX: #EEF3E1
RGB: (238,243,225)

Color info

#EEF3E1 contains red, green and blue colors in about the same proportion. Web safe color of #EEF3E1 is #FFFFCC (or #FFC).

RGB color model

#EEF3E1 color RGB value is (238,243,225).

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

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 225 of 255 = 88%

238
243
225

R + G + B ~ 92%. #EEF3E1 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 243 + 225 = 706 (100%)
R 238 of 706 ~ 33.71%
G 243 of 706 ~ 34.42%
B 225 of 706 ~ 31.87%

%33.71
%34.42
%31.87

CMYK color model

#EEF3E1 color CMYK value is (2,0,7,5).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 4.71%
CMYK:
(2,0,7,5)
C2M0Y7K5 
(2%,0%,7%,5%)
(0.02/0.00/0.07/0.05)	

CMYK percentages

%2.06
%0
%7.41
%4.71

Codes

Color #EEF3E1 in popluar color models

EEF3E1
RGB238243225
HSL77°42.86%91.76%
HSB/HSV77°7.41%95.29%
CMYK2.06%0.00%7.41%
4.71%

Color #EEF3E1 in popluar number systems.

HEXEEF3E1
Decimal238243225
Binary111011101111001111100001
Octal356363341

Shades and tints

Shades of #EEF3E1

#EEF3E1
(238,243,225)
#D9DDCD
(217,221,205)
#C4C7B9
(196,199,185)
#AFB1A5
(175,177,165)
#9A9B91
(154,155,145)
#85857D
(133,133,125)
#706F69
(112,111,105)
#5B5955
(91,89,85)
#464341
(70,67,65)
#312D2D
(49,45,45)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EEF3E1

#EEF3E1
(238,243,225)
#EFF4E3
(239,244,227)
#F0F5E5
(240,245,229)
#F1F6E7
(241,246,231)
#F2F7E9
(242,247,233)
#F3F8EB
(243,248,235)
#F4F9ED
(244,249,237)
#F5FAEF
(245,250,239)
#F6FBF1
(246,251,241)
#F7FCF3
(247,252,243)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3E1; }

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

This text font color is #EEF3E1.


Background Color

.myBgColor { background-color: #EEF3E1; }

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

This div background color is #EEF3E1.


Border color

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

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

This div border color is #EEF3E1.


Opacity

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

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

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

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

This text has shadow with #EEF3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF3E1 on black background.


Color preview on white background

This text has color #EEF3E1 on white background.



Black color preview on #EEF3E1 background

This text has black color on #EEF3E1 background.


White color preview on #EEF3E1 background

This text has white color on #EEF3E1 background.