COLOR #EFF7BF

HEX: #EFF7BF
RGB: (239,247,191)

Color info

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

RGB color model

#EFF7BF color RGB value is (239,247,191).

  • red value is 239;
  • green value is 247;
  • blue value is 191.
RGB:
(239,247,191)
(94%,97%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 247 of 255 = 97%
B 191 of 255 = 75%

239
247
191

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

Portions of RGB colors in percentages

R + G + B =
239 + 247 + 191 = 677 (100%)
R 239 of 677 ~ 35.3%
G 247 of 677 ~ 36.48%
B 191 of 677 ~ 28.21%

%35.3
%36.48
%28.21

CMYK color model

#EFF7BF color CMYK value is (3,0,23,3).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 3.14%
CMYK:
(3,0,23,3)
C3M0Y23K3 
(3%,0%,23%,3%)
(0.03/0.00/0.23/0.03)	

CMYK percentages

%3.24
%0
%22.67
%3.14

Codes

Color #EFF7BF in popluar color models

EFF7BF
RGB239247191
HSL69°77.78%85.88%
HSB/HSV69°22.67%96.86%
CMYK3.24%0.00%22.67%
3.14%

Color #EFF7BF in popluar number systems.

HEXEFF7BF
Decimal239247191
Binary111011111111011110111111
Octal357367277

Shades and tints

Shades of #EFF7BF

#EFF7BF
(239,247,191)
#DAE1AE
(218,225,174)
#C5CB9D
(197,203,157)
#B0B58C
(176,181,140)
#9B9F7B
(155,159,123)
#86896A
(134,137,106)
#717359
(113,115,89)
#5C5D48
(92,93,72)
#474737
(71,71,55)
#323126
(50,49,38)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #EFF7BF

#EFF7BF
(239,247,191)
#F0F7C4
(240,247,196)
#F1F7C9
(241,247,201)
#F2F7CE
(242,247,206)
#F3F7D3
(243,247,211)
#F4F7D8
(244,247,216)
#F5F7DD
(245,247,221)
#F6F7E2
(246,247,226)
#F7F7E7
(247,247,231)
#F8F7EC
(248,247,236)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF7BF color. Also use rgb(239,247,191) instead hex code.

Text Font Color

.myTextColor { color: #EFF7BF; }

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

This text font color is #EFF7BF.


Background Color

.myBgColor { background-color: #EFF7BF; }

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

This div background color is #EFF7BF.


Border color

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

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

This div border color is #EFF7BF.


Opacity

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

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

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

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

This text has shadow with #EFF7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF7BF on black background.


Color preview on white background

This text has color #EFF7BF on white background.



Black color preview on #EFF7BF background

This text has black color on #EFF7BF background.


White color preview on #EFF7BF background

This text has white color on #EFF7BF background.