COLOR #EEF1C8

HEX: #EEF1C8
RGB: (238,241,200)

Color info

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

RGB color model

#EEF1C8 color RGB value is (238,241,200).

  • red value is 238;
  • green value is 241;
  • blue value is 200.
RGB:
(238,241,200)
(93%,95%,78%)

RGB channels and saturation

R 238 of 255 = 93%
G 241 of 255 = 95%
B 200 of 255 = 78%

238
241
200

R + G + B ~ 89%. #EEF1C8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 241 + 200 = 679 (100%)
R 238 of 679 ~ 35.05%
G 241 of 679 ~ 35.49%
B 200 of 679 ~ 29.46%

%35.05
%35.49
%29.46

CMYK color model

#EEF1C8 color CMYK value is (1,0,17,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 5.49%
CMYK:
(1,0,17,5)
C1M0Y17K5 
(1%,0%,17%,5%)
(0.01/0.00/0.17/0.05)	

CMYK percentages

%1.24
%0
%17.01
%5.49

Codes

Color #EEF1C8 in popluar color models

EEF1C8
RGB238241200
HSL64°59.42%86.47%
HSB/HSV64°17.01%94.51%
CMYK1.24%0.00%17.01%
5.49%

Color #EEF1C8 in popluar number systems.

HEXEEF1C8
Decimal238241200
Binary111011101111000111001000
Octal356361310

Shades and tints

Shades of #EEF1C8

#EEF1C8
(238,241,200)
#D9DCB6
(217,220,182)
#C4C7A4
(196,199,164)
#AFB292
(175,178,146)
#9A9D80
(154,157,128)
#85886E
(133,136,110)
#70735C
(112,115,92)
#5B5E4A
(91,94,74)
#464938
(70,73,56)
#313426
(49,52,38)
#1C1F14
(28,31,20)
#000000
(0,0,0)

Tints of #EEF1C8

#EEF1C8
(238,241,200)
#EFF2CD
(239,242,205)
#F0F3D2
(240,243,210)
#F1F4D7
(241,244,215)
#F2F5DC
(242,245,220)
#F3F6E1
(243,246,225)
#F4F7E6
(244,247,230)
#F5F8EB
(245,248,235)
#F6F9F0
(246,249,240)
#F7FAF5
(247,250,245)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF1C8; }

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

This text font color is #EEF1C8.


Background Color

.myBgColor { background-color: #EEF1C8; }

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

This div background color is #EEF1C8.


Border color

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

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

This div border color is #EEF1C8.


Opacity

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

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

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

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

This text has shadow with #EEF1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF1C8 on black background.


Color preview on white background

This text has color #EEF1C8 on white background.



Black color preview on #EEF1C8 background

This text has black color on #EEF1C8 background.


White color preview on #EEF1C8 background

This text has white color on #EEF1C8 background.