COLOR #EEF8A8

HEX: #EEF8A8
RGB: (238,248,168)

Color info

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

RGB color model

#EEF8A8 color RGB value is (238,248,168).

  • red value is 238;
  • green value is 248;
  • blue value is 168.
RGB:
(238,248,168)
(93%,97%,66%)

RGB channels and saturation

R 238 of 255 = 93%
G 248 of 255 = 97%
B 168 of 255 = 66%

238
248
168

R + G + B ~ 85%. #EEF8A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 248 + 168 = 654 (100%)
R 238 of 654 ~ 36.39%
G 248 of 654 ~ 37.92%
B 168 of 654 ~ 25.69%

%36.39
%37.92
%25.69

CMYK color model

#EEF8A8 color CMYK value is (4,0,32,3).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 2.75%
CMYK:
(4,0,32,3)
C4M0Y32K3 
(4%,0%,32%,3%)
(0.04/0.00/0.32/0.03)	

CMYK percentages

%4.03
%0
%32.26
%2.75

Codes

Color #EEF8A8 in popluar color models

EEF8A8
RGB238248168
HSL68°85.11%81.57%
HSB/HSV68°32.26%97.25%
CMYK4.03%0.00%32.26%
2.75%

Color #EEF8A8 in popluar number systems.

HEXEEF8A8
Decimal238248168
Binary111011101111100010101000
Octal356370250

Shades and tints

Shades of #EEF8A8

#EEF8A8
(238,248,168)
#D9E299
(217,226,153)
#C4CC8A
(196,204,138)
#AFB67B
(175,182,123)
#9AA06C
(154,160,108)
#858A5D
(133,138,93)
#70744E
(112,116,78)
#5B5E3F
(91,94,63)
#464830
(70,72,48)
#313221
(49,50,33)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #EEF8A8

#EEF8A8
(238,248,168)
#EFF8AF
(239,248,175)
#F0F8B6
(240,248,182)
#F1F8BD
(241,248,189)
#F2F8C4
(242,248,196)
#F3F8CB
(243,248,203)
#F4F8D2
(244,248,210)
#F5F8D9
(245,248,217)
#F6F8E0
(246,248,224)
#F7F8E7
(247,248,231)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF8A8 color. Also use rgb(238,248,168) instead hex code.

Text Font Color

.myTextColor { color: #EEF8A8; }

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

This text font color is #EEF8A8.


Background Color

.myBgColor { background-color: #EEF8A8; }

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

This div background color is #EEF8A8.


Border color

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

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

This div border color is #EEF8A8.


Opacity

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

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

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

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

This text has shadow with #EEF8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF8A8 on black background.


Color preview on white background

This text has color #EEF8A8 on white background.



Black color preview on #EEF8A8 background

This text has black color on #EEF8A8 background.


White color preview on #EEF8A8 background

This text has white color on #EEF8A8 background.