COLOR #EFF8B7

HEX: #EFF8B7
RGB: (239,248,183)

Color info

#EFF8B7 contains mainly red and green colors. Web safe color of #EFF8B7 is #FFFFCC (or #FFC).

RGB color model

#EFF8B7 color RGB value is (239,248,183).

  • red value is 239;
  • green value is 248;
  • blue value is 183.
RGB:
(239,248,183)
(94%,97%,72%)

RGB channels and saturation

R 239 of 255 = 94%
G 248 of 255 = 97%
B 183 of 255 = 72%

239
248
183

R + G + B ~ 88%. #EFF8B7 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 248 + 183 = 670 (100%)
R 239 of 670 ~ 35.67%
G 248 of 670 ~ 37.01%
B 183 of 670 ~ 27.31%

%35.67
%37.01
%27.31

CMYK color model

#EFF8B7 color CMYK value is (4,0,26,3).

  • cyan value is 3.63%
  • magenta value is 0.00%
  • yellow value is 26.21%
  • key color value is 2.75%
CMYK:
(4,0,26,3)
C4M0Y26K3 
(4%,0%,26%,3%)
(0.04/0.00/0.26/0.03)	

CMYK percentages

%3.63
%0
%26.21
%2.75

Codes

Color #EFF8B7 in popluar color models

EFF8B7
RGB239248183
HSL68°82.28%84.51%
HSB/HSV68°26.21%97.25%
CMYK3.63%0.00%26.21%
2.75%

Color #EFF8B7 in popluar number systems.

HEXEFF8B7
Decimal239248183
Binary111011111111100010110111
Octal357370267

Shades and tints

Shades of #EFF8B7

#EFF8B7
(239,248,183)
#DAE2A7
(218,226,167)
#C5CC97
(197,204,151)
#B0B687
(176,182,135)
#9BA077
(155,160,119)
#868A67
(134,138,103)
#717457
(113,116,87)
#5C5E47
(92,94,71)
#474837
(71,72,55)
#323227
(50,50,39)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #EFF8B7

#EFF8B7
(239,248,183)
#F0F8BD
(240,248,189)
#F1F8C3
(241,248,195)
#F2F8C9
(242,248,201)
#F3F8CF
(243,248,207)
#F4F8D5
(244,248,213)
#F5F8DB
(245,248,219)
#F6F8E1
(246,248,225)
#F7F8E7
(247,248,231)
#F8F8ED
(248,248,237)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF8B7 color. Also use rgb(239,248,183) instead hex code.

Text Font Color

.myTextColor { color: #EFF8B7; }

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

This text font color is #EFF8B7.


Background Color

.myBgColor { background-color: #EFF8B7; }

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

This div background color is #EFF8B7.


Border color

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

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

This div border color is #EFF8B7.


Opacity

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

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

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

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

This text has shadow with #EFF8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF8B7 on black background.


Color preview on white background

This text has color #EFF8B7 on white background.



Black color preview on #EFF8B7 background

This text has black color on #EFF8B7 background.


White color preview on #EFF8B7 background

This text has white color on #EFF8B7 background.