COLOR #EFF1CF

HEX: #EFF1CF
RGB: (239,241,207)

Color info

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

RGB color model

#EFF1CF color RGB value is (239,241,207).

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

RGB channels and saturation

R 239 of 255 = 94%
G 241 of 255 = 95%
B 207 of 255 = 81%

239
241
207

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

Portions of RGB colors in percentages

R + G + B =
239 + 241 + 207 = 687 (100%)
R 239 of 687 ~ 34.79%
G 241 of 687 ~ 35.08%
B 207 of 687 ~ 30.13%

%34.79
%35.08
%30.13

CMYK color model

#EFF1CF color CMYK value is (1,0,14,5).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 5.49%
CMYK:
(1,0,14,5)
C1M0Y14K5 
(1%,0%,14%,5%)
(0.01/0.00/0.14/0.05)	

CMYK percentages

%0.83
%0
%14.11
%5.49

Codes

Color #EFF1CF in popluar color models

EFF1CF
RGB239241207
HSL64°54.84%87.84%
HSB/HSV64°14.11%94.51%
CMYK0.83%0.00%14.11%
5.49%

Color #EFF1CF in popluar number systems.

HEXEFF1CF
Decimal239241207
Binary111011111111000111001111
Octal357361317

Shades and tints

Shades of #EFF1CF

#EFF1CF
(239,241,207)
#DADCBD
(218,220,189)
#C5C7AB
(197,199,171)
#B0B299
(176,178,153)
#9B9D87
(155,157,135)
#868875
(134,136,117)
#717363
(113,115,99)
#5C5E51
(92,94,81)
#47493F
(71,73,63)
#32342D
(50,52,45)
#1D1F1B
(29,31,27)
#000000
(0,0,0)

Tints of #EFF1CF

#EFF1CF
(239,241,207)
#F0F2D3
(240,242,211)
#F1F3D7
(241,243,215)
#F2F4DB
(242,244,219)
#F3F5DF
(243,245,223)
#F4F6E3
(244,246,227)
#F5F7E7
(245,247,231)
#F6F8EB
(246,248,235)
#F7F9EF
(247,249,239)
#F8FAF3
(248,250,243)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF1CF; }

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

This text font color is #EFF1CF.


Background Color

.myBgColor { background-color: #EFF1CF; }

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

This div background color is #EFF1CF.


Border color

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

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

This div border color is #EFF1CF.


Opacity

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

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

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

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

This text has shadow with #EFF1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF1CF on black background.


Color preview on white background

This text has color #EFF1CF on white background.



Black color preview on #EFF1CF background

This text has black color on #EFF1CF background.


White color preview on #EFF1CF background

This text has white color on #EFF1CF background.