COLOR #EEF1C9

HEX: #EEF1C9
RGB: (238,241,201)

Color info

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

RGB color model

#EEF1C9 color RGB value is (238,241,201).

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

RGB channels and saturation

R 238 of 255 = 93%
G 241 of 255 = 95%
B 201 of 255 = 79%

238
241
201

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

Portions of RGB colors in percentages

R + G + B =
238 + 241 + 201 = 680 (100%)
R 238 of 680 ~ 35%
G 241 of 680 ~ 35.44%
B 201 of 680 ~ 29.56%

%35
%35.44
%29.56

CMYK color model

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

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • 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
%16.6
%5.49

Codes

Color #EEF1C9 in popluar color models

EEF1C9
RGB238241201
HSL65°58.82%86.67%
HSB/HSV65°16.60%94.51%
CMYK1.24%0.00%16.60%
5.49%

Color #EEF1C9 in popluar number systems.

HEXEEF1C9
Decimal238241201
Binary111011101111000111001001
Octal356361311

Shades and tints

Shades of #EEF1C9

#EEF1C9
(238,241,201)
#D9DCB7
(217,220,183)
#C4C7A5
(196,199,165)
#AFB293
(175,178,147)
#9A9D81
(154,157,129)
#85886F
(133,136,111)
#70735D
(112,115,93)
#5B5E4B
(91,94,75)
#464939
(70,73,57)
#313427
(49,52,39)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #EEF1C9

#EEF1C9
(238,241,201)
#EFF2CD
(239,242,205)
#F0F3D1
(240,243,209)
#F1F4D5
(241,244,213)
#F2F5D9
(242,245,217)
#F3F6DD
(243,246,221)
#F4F7E1
(244,247,225)
#F5F8E5
(245,248,229)
#F6F9E9
(246,249,233)
#F7FAED
(247,250,237)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF1C9; }

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

This text font color is #EEF1C9.


Background Color

.myBgColor { background-color: #EEF1C9; }

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

This div background color is #EEF1C9.


Border color

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

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

This div border color is #EEF1C9.


Opacity

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

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

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

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

This text has shadow with #EEF1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF1C9 on black background.


Color preview on white background

This text has color #EEF1C9 on white background.



Black color preview on #EEF1C9 background

This text has black color on #EEF1C9 background.


White color preview on #EEF1C9 background

This text has white color on #EEF1C9 background.