COLOR #EEF3B1

HEX: #EEF3B1
RGB: (238,243,177)

Color info

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

RGB color model

#EEF3B1 color RGB value is (238,243,177).

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

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 177 of 255 = 69%

238
243
177

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

Portions of RGB colors in percentages

R + G + B =
238 + 243 + 177 = 658 (100%)
R 238 of 658 ~ 36.17%
G 243 of 658 ~ 36.93%
B 177 of 658 ~ 26.9%

%36.17
%36.93
%26.9

CMYK color model

#EEF3B1 color CMYK value is (2,0,27,5).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 4.71%
CMYK:
(2,0,27,5)
C2M0Y27K5 
(2%,0%,27%,5%)
(0.02/0.00/0.27/0.05)	

CMYK percentages

%2.06
%0
%27.16
%4.71

Codes

Color #EEF3B1 in popluar color models

EEF3B1
RGB238243177
HSL65°73.33%82.35%
HSB/HSV65°27.16%95.29%
CMYK2.06%0.00%27.16%
4.71%

Color #EEF3B1 in popluar number systems.

HEXEEF3B1
Decimal238243177
Binary111011101111001110110001
Octal356363261

Shades and tints

Shades of #EEF3B1

#EEF3B1
(238,243,177)
#D9DDA1
(217,221,161)
#C4C791
(196,199,145)
#AFB181
(175,177,129)
#9A9B71
(154,155,113)
#858561
(133,133,97)
#706F51
(112,111,81)
#5B5941
(91,89,65)
#464331
(70,67,49)
#312D21
(49,45,33)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #EEF3B1

#EEF3B1
(238,243,177)
#EFF4B8
(239,244,184)
#F0F5BF
(240,245,191)
#F1F6C6
(241,246,198)
#F2F7CD
(242,247,205)
#F3F8D4
(243,248,212)
#F4F9DB
(244,249,219)
#F5FAE2
(245,250,226)
#F6FBE9
(246,251,233)
#F7FCF0
(247,252,240)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3B1; }

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

This text font color is #EEF3B1.


Background Color

.myBgColor { background-color: #EEF3B1; }

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

This div background color is #EEF3B1.


Border color

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

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

This div border color is #EEF3B1.


Opacity

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

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

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

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

This text has shadow with #EEF3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF3B1 on black background.


Color preview on white background

This text has color #EEF3B1 on white background.



Black color preview on #EEF3B1 background

This text has black color on #EEF3B1 background.


White color preview on #EEF3B1 background

This text has white color on #EEF3B1 background.