COLOR #EEF6A8

HEX: #EEF6A8
RGB: (238,246,168)

Color info

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

RGB color model

#EEF6A8 color RGB value is (238,246,168).

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

RGB channels and saturation

R 238 of 255 = 93%
G 246 of 255 = 96%
B 168 of 255 = 66%

238
246
168

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

Portions of RGB colors in percentages

R + G + B =
238 + 246 + 168 = 652 (100%)
R 238 of 652 ~ 36.5%
G 246 of 652 ~ 37.73%
B 168 of 652 ~ 25.77%

%36.5
%37.73
%25.77

CMYK color model

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

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 3.53%
CMYK:
(3,0,32,4)
C3M0Y32K4 
(3%,0%,32%,4%)
(0.03/0.00/0.32/0.04)	

CMYK percentages

%3.25
%0
%31.71
%3.53

Codes

Color #EEF6A8 in popluar color models

EEF6A8
RGB238246168
HSL66°81.25%81.18%
HSB/HSV66°31.71%96.47%
CMYK3.25%0.00%31.71%
3.53%

Color #EEF6A8 in popluar number systems.

HEXEEF6A8
Decimal238246168
Binary111011101111011010101000
Octal356366250

Shades and tints

Shades of #EEF6A8

#EEF6A8
(238,246,168)
#D9E099
(217,224,153)
#C4CA8A
(196,202,138)
#AFB47B
(175,180,123)
#9A9E6C
(154,158,108)
#85885D
(133,136,93)
#70724E
(112,114,78)
#5B5C3F
(91,92,63)
#464630
(70,70,48)
#313021
(49,48,33)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #EEF6A8

#EEF6A8
(238,246,168)
#EFF6AF
(239,246,175)
#F0F6B6
(240,246,182)
#F1F6BD
(241,246,189)
#F2F6C4
(242,246,196)
#F3F6CB
(243,246,203)
#F4F6D2
(244,246,210)
#F5F6D9
(245,246,217)
#F6F6E0
(246,246,224)
#F7F6E7
(247,246,231)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF6A8; }

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

This text font color is #EEF6A8.


Background Color

.myBgColor { background-color: #EEF6A8; }

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

This div background color is #EEF6A8.


Border color

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

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

This div border color is #EEF6A8.


Opacity

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

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

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

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

This text has shadow with #EEF6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF6A8 on black background.


Color preview on white background

This text has color #EEF6A8 on white background.



Black color preview on #EEF6A8 background

This text has black color on #EEF6A8 background.


White color preview on #EEF6A8 background

This text has white color on #EEF6A8 background.