COLOR #EEF1B0

HEX: #EEF1B0
RGB: (238,241,176)

Color info

#EEF1B0 contains mainly red and green colors. Web safe color of #EEF1B0 is #FFFF99 (or #FF9).

RGB color model

#EEF1B0 color RGB value is (238,241,176).

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

RGB channels and saturation

R 238 of 255 = 93%
G 241 of 255 = 95%
B 176 of 255 = 69%

238
241
176

R + G + B ~ 86%. #EEF1B0 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 241 + 176 = 655 (100%)
R 238 of 655 ~ 36.34%
G 241 of 655 ~ 36.79%
B 176 of 655 ~ 26.87%

%36.34
%36.79
%26.87

CMYK color model

#EEF1B0 color CMYK value is (1,0,27,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 5.49%
CMYK:
(1,0,27,5)
C1M0Y27K5 
(1%,0%,27%,5%)
(0.01/0.00/0.27/0.05)	

CMYK percentages

%1.24
%0
%26.97
%5.49

Codes

Color #EEF1B0 in popluar color models

EEF1B0
RGB238241176
HSL63°69.89%81.76%
HSB/HSV63°26.97%94.51%
CMYK1.24%0.00%26.97%
5.49%

Color #EEF1B0 in popluar number systems.

HEXEEF1B0
Decimal238241176
Binary111011101111000110110000
Octal356361260

Shades and tints

Shades of #EEF1B0

#EEF1B0
(238,241,176)
#D9DCA0
(217,220,160)
#C4C790
(196,199,144)
#AFB280
(175,178,128)
#9A9D70
(154,157,112)
#858860
(133,136,96)
#707350
(112,115,80)
#5B5E40
(91,94,64)
#464930
(70,73,48)
#313420
(49,52,32)
#1C1F10
(28,31,16)
#000000
(0,0,0)

Tints of #EEF1B0

#EEF1B0
(238,241,176)
#EFF2B7
(239,242,183)
#F0F3BE
(240,243,190)
#F1F4C5
(241,244,197)
#F2F5CC
(242,245,204)
#F3F6D3
(243,246,211)
#F4F7DA
(244,247,218)
#F5F8E1
(245,248,225)
#F6F9E8
(246,249,232)
#F7FAEF
(247,250,239)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF1B0; }

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

This text font color is #EEF1B0.


Background Color

.myBgColor { background-color: #EEF1B0; }

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

This div background color is #EEF1B0.


Border color

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

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

This div border color is #EEF1B0.


Opacity

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

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

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

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

This text has shadow with #EEF1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF1B0 on black background.


Color preview on white background

This text has color #EEF1B0 on white background.



Black color preview on #EEF1B0 background

This text has black color on #EEF1B0 background.


White color preview on #EEF1B0 background

This text has white color on #EEF1B0 background.