COLOR #EFF5CF

HEX: #EFF5CF
RGB: (239,245,207)

Color info

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

RGB color model

#EFF5CF color RGB value is (239,245,207).

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

RGB channels and saturation

R 239 of 255 = 94%
G 245 of 255 = 96%
B 207 of 255 = 81%

239
245
207

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

Portions of RGB colors in percentages

R + G + B =
239 + 245 + 207 = 691 (100%)
R 239 of 691 ~ 34.59%
G 245 of 691 ~ 35.46%
B 207 of 691 ~ 29.96%

%34.59
%35.46
%29.96

CMYK color model

#EFF5CF color CMYK value is (2,0,16,4).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 15.51%
  • key color value is 3.92%
CMYK:
(2,0,16,4)
C2M0Y16K4 
(2%,0%,16%,4%)
(0.02/0.00/0.16/0.04)	

CMYK percentages

%2.45
%0
%15.51
%3.92

Codes

Color #EFF5CF in popluar color models

EFF5CF
RGB239245207
HSL69°65.52%88.63%
HSB/HSV69°15.51%96.08%
CMYK2.45%0.00%15.51%
3.92%

Color #EFF5CF in popluar number systems.

HEXEFF5CF
Decimal239245207
Binary111011111111010111001111
Octal357365317

Shades and tints

Shades of #EFF5CF

#EFF5CF
(239,245,207)
#DADFBD
(218,223,189)
#C5C9AB
(197,201,171)
#B0B399
(176,179,153)
#9B9D87
(155,157,135)
#868775
(134,135,117)
#717163
(113,113,99)
#5C5B51
(92,91,81)
#47453F
(71,69,63)
#322F2D
(50,47,45)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #EFF5CF

#EFF5CF
(239,245,207)
#F0F5D3
(240,245,211)
#F1F5D7
(241,245,215)
#F2F5DB
(242,245,219)
#F3F5DF
(243,245,223)
#F4F5E3
(244,245,227)
#F5F5E7
(245,245,231)
#F6F5EB
(246,245,235)
#F7F5EF
(247,245,239)
#F8F5F3
(248,245,243)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF5CF; }

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

This text font color is #EFF5CF.


Background Color

.myBgColor { background-color: #EFF5CF; }

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

This div background color is #EFF5CF.


Border color

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

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

This div border color is #EFF5CF.


Opacity

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

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

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

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

This text has shadow with #EFF5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF5CF on black background.


Color preview on white background

This text has color #EFF5CF on white background.



Black color preview on #EFF5CF background

This text has black color on #EFF5CF background.


White color preview on #EFF5CF background

This text has white color on #EFF5CF background.