COLOR #EEF5CF

HEX: #EEF5CF
RGB: (238,245,207)

Color info

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

RGB color model

#EEF5CF color RGB value is (238,245,207).

  • red value is 238;
  • green value is 245;
  • blue value is 207.
RGB:
(238,245,207)
(93%,96%,81%)

RGB channels and saturation

R 238 of 255 = 93%
G 245 of 255 = 96%
B 207 of 255 = 81%

238
245
207

R + G + B ~ 90%. #EEF5CF is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 245 + 207 = 690 (100%)
R 238 of 690 ~ 34.49%
G 245 of 690 ~ 35.51%
B 207 of 690 ~ 30%

%34.49
%35.51
%30

CMYK color model

#EEF5CF color CMYK value is (3,0,16,4).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 15.51%
  • key color value is 3.92%
CMYK:
(3,0,16,4)
C3M0Y16K4 
(3%,0%,16%,4%)
(0.03/0.00/0.16/0.04)	

CMYK percentages

%2.86
%0
%15.51
%3.92

Codes

Color #EEF5CF in popluar color models

EEF5CF
RGB238245207
HSL71°65.52%88.63%
HSB/HSV71°15.51%96.08%
CMYK2.86%0.00%15.51%
3.92%

Color #EEF5CF in popluar number systems.

HEXEEF5CF
Decimal238245207
Binary111011101111010111001111
Octal356365317

Shades and tints

Shades of #EEF5CF

#EEF5CF
(238,245,207)
#D9DFBD
(217,223,189)
#C4C9AB
(196,201,171)
#AFB399
(175,179,153)
#9A9D87
(154,157,135)
#858775
(133,135,117)
#707163
(112,113,99)
#5B5B51
(91,91,81)
#46453F
(70,69,63)
#312F2D
(49,47,45)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #EEF5CF

#EEF5CF
(238,245,207)
#EFF5D3
(239,245,211)
#F0F5D7
(240,245,215)
#F1F5DB
(241,245,219)
#F2F5DF
(242,245,223)
#F3F5E3
(243,245,227)
#F4F5E7
(244,245,231)
#F5F5EB
(245,245,235)
#F6F5EF
(246,245,239)
#F7F5F3
(247,245,243)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF5CF color. Also use rgb(238,245,207) instead hex code.

Text Font Color

.myTextColor { color: #EEF5CF; }

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

This text font color is #EEF5CF.


Background Color

.myBgColor { background-color: #EEF5CF; }

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

This div background color is #EEF5CF.


Border color

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

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

This div border color is #EEF5CF.


Opacity

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

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

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

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

This text has shadow with #EEF5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF5CF on black background.


Color preview on white background

This text has color #EEF5CF on white background.



Black color preview on #EEF5CF background

This text has black color on #EEF5CF background.


White color preview on #EEF5CF background

This text has white color on #EEF5CF background.