COLOR #EFF0CF

HEX: #EFF0CF
RGB: (239,240,207)

Color info

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

RGB color model

#EFF0CF color RGB value is (239,240,207).

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

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 207 of 255 = 81%

239
240
207

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

Portions of RGB colors in percentages

R + G + B =
239 + 240 + 207 = 686 (100%)
R 239 of 686 ~ 34.84%
G 240 of 686 ~ 34.99%
B 207 of 686 ~ 30.17%

%34.84
%34.99
%30.17

CMYK color model

#EFF0CF color CMYK value is (0,0,14,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,0,14,6)
C0M0Y14K6 
(0%,0%,14%,6%)
(0.00/0.00/0.14/0.06)	

CMYK percentages

%0.42
%0
%13.75
%5.88

Codes

Color #EFF0CF in popluar color models

EFF0CF
RGB239240207
HSL62°52.38%87.65%
HSB/HSV62°13.75%94.12%
CMYK0.42%0.00%13.75%
5.88%

Color #EFF0CF in popluar number systems.

HEXEFF0CF
Decimal239240207
Binary111011111111000011001111
Octal357360317

Shades and tints

Shades of #EFF0CF

#EFF0CF
(239,240,207)
#DADBBD
(218,219,189)
#C5C6AB
(197,198,171)
#B0B199
(176,177,153)
#9B9C87
(155,156,135)
#868775
(134,135,117)
#717263
(113,114,99)
#5C5D51
(92,93,81)
#47483F
(71,72,63)
#32332D
(50,51,45)
#1D1E1B
(29,30,27)
#000000
(0,0,0)

Tints of #EFF0CF

#EFF0CF
(239,240,207)
#F0F1D3
(240,241,211)
#F1F2D7
(241,242,215)
#F2F3DB
(242,243,219)
#F3F4DF
(243,244,223)
#F4F5E3
(244,245,227)
#F5F6E7
(245,246,231)
#F6F7EB
(246,247,235)
#F7F8EF
(247,248,239)
#F8F9F3
(248,249,243)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF0CF; }

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

This text font color is #EFF0CF.


Background Color

.myBgColor { background-color: #EFF0CF; }

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

This div background color is #EFF0CF.


Border color

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

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

This div border color is #EFF0CF.


Opacity

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

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

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

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

This text has shadow with #EFF0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF0CF on black background.


Color preview on white background

This text has color #EFF0CF on white background.



Black color preview on #EFF0CF background

This text has black color on #EFF0CF background.


White color preview on #EFF0CF background

This text has white color on #EFF0CF background.