COLOR #EEF7C7

HEX: #EEF7C7
RGB: (238,247,199)

Color info

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

RGB color model

#EEF7C7 color RGB value is (238,247,199).

  • red value is 238;
  • green value is 247;
  • blue value is 199.
RGB:
(238,247,199)
(93%,97%,78%)

RGB channels and saturation

R 238 of 255 = 93%
G 247 of 255 = 97%
B 199 of 255 = 78%

238
247
199

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

Portions of RGB colors in percentages

R + G + B =
238 + 247 + 199 = 684 (100%)
R 238 of 684 ~ 34.8%
G 247 of 684 ~ 36.11%
B 199 of 684 ~ 29.09%

%34.8
%36.11
%29.09

CMYK color model

#EEF7C7 color CMYK value is (4,0,19,3).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 3.14%
CMYK:
(4,0,19,3)
C4M0Y19K3 
(4%,0%,19%,3%)
(0.04/0.00/0.19/0.03)	

CMYK percentages

%3.64
%0
%19.43
%3.14

Codes

Color #EEF7C7 in popluar color models

EEF7C7
RGB238247199
HSL71°75.00%87.45%
HSB/HSV71°19.43%96.86%
CMYK3.64%0.00%19.43%
3.14%

Color #EEF7C7 in popluar number systems.

HEXEEF7C7
Decimal238247199
Binary111011101111011111000111
Octal356367307

Shades and tints

Shades of #EEF7C7

#EEF7C7
(238,247,199)
#D9E1B5
(217,225,181)
#C4CBA3
(196,203,163)
#AFB591
(175,181,145)
#9A9F7F
(154,159,127)
#85896D
(133,137,109)
#70735B
(112,115,91)
#5B5D49
(91,93,73)
#464737
(70,71,55)
#313125
(49,49,37)
#1C1B13
(28,27,19)
#000000
(0,0,0)

Tints of #EEF7C7

#EEF7C7
(238,247,199)
#EFF7CC
(239,247,204)
#F0F7D1
(240,247,209)
#F1F7D6
(241,247,214)
#F2F7DB
(242,247,219)
#F3F7E0
(243,247,224)
#F4F7E5
(244,247,229)
#F5F7EA
(245,247,234)
#F6F7EF
(246,247,239)
#F7F7F4
(247,247,244)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF7C7 color. Also use rgb(238,247,199) instead hex code.

Text Font Color

.myTextColor { color: #EEF7C7; }

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

This text font color is #EEF7C7.


Background Color

.myBgColor { background-color: #EEF7C7; }

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

This div background color is #EEF7C7.


Border color

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

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

This div border color is #EEF7C7.


Opacity

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

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

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

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

This text has shadow with #EEF7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF7C7 on black background.


Color preview on white background

This text has color #EEF7C7 on white background.



Black color preview on #EEF7C7 background

This text has black color on #EEF7C7 background.


White color preview on #EEF7C7 background

This text has white color on #EEF7C7 background.