COLOR #EEF7C2

HEX: #EEF7C2
RGB: (238,247,194)

Color info

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

RGB color model

#EEF7C2 color RGB value is (238,247,194).

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

RGB channels and saturation

R 238 of 255 = 93%
G 247 of 255 = 97%
B 194 of 255 = 76%

238
247
194

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

Portions of RGB colors in percentages

R + G + B =
238 + 247 + 194 = 679 (100%)
R 238 of 679 ~ 35.05%
G 247 of 679 ~ 36.38%
B 194 of 679 ~ 28.57%

%35.05
%36.38
%28.57

CMYK color model

#EEF7C2 color CMYK value is (4,0,21,3).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 3.14%
CMYK:
(4,0,21,3)
C4M0Y21K3 
(4%,0%,21%,3%)
(0.04/0.00/0.21/0.03)	

CMYK percentages

%3.64
%0
%21.46
%3.14

Codes

Color #EEF7C2 in popluar color models

EEF7C2
RGB238247194
HSL70°76.81%86.47%
HSB/HSV70°21.46%96.86%
CMYK3.64%0.00%21.46%
3.14%

Color #EEF7C2 in popluar number systems.

HEXEEF7C2
Decimal238247194
Binary111011101111011111000010
Octal356367302

Shades and tints

Shades of #EEF7C2

#EEF7C2
(238,247,194)
#D9E1B1
(217,225,177)
#C4CBA0
(196,203,160)
#AFB58F
(175,181,143)
#9A9F7E
(154,159,126)
#85896D
(133,137,109)
#70735C
(112,115,92)
#5B5D4B
(91,93,75)
#46473A
(70,71,58)
#313129
(49,49,41)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #EEF7C2

#EEF7C2
(238,247,194)
#EFF7C7
(239,247,199)
#F0F7CC
(240,247,204)
#F1F7D1
(241,247,209)
#F2F7D6
(242,247,214)
#F3F7DB
(243,247,219)
#F4F7E0
(244,247,224)
#F5F7E5
(245,247,229)
#F6F7EA
(246,247,234)
#F7F7EF
(247,247,239)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF7C2; }

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

This text font color is #EEF7C2.


Background Color

.myBgColor { background-color: #EEF7C2; }

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

This div background color is #EEF7C2.


Border color

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

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

This div border color is #EEF7C2.


Opacity

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

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

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

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

This text has shadow with #EEF7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF7C2 on black background.


Color preview on white background

This text has color #EEF7C2 on white background.



Black color preview on #EEF7C2 background

This text has black color on #EEF7C2 background.


White color preview on #EEF7C2 background

This text has white color on #EEF7C2 background.