COLOR #EFF4B2

HEX: #EFF4B2
RGB: (239,244,178)

Color info

#EFF4B2 contains mainly red and green colors. Web safe color of #EFF4B2 is #FFFF99 (or #FF9).

RGB color model

#EFF4B2 color RGB value is (239,244,178).

  • red value is 239;
  • green value is 244;
  • blue value is 178.
RGB:
(239,244,178)
(94%,96%,70%)

RGB channels and saturation

R 239 of 255 = 94%
G 244 of 255 = 96%
B 178 of 255 = 70%

239
244
178

R + G + B ~ 87%. #EFF4B2 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 244 + 178 = 661 (100%)
R 239 of 661 ~ 36.16%
G 244 of 661 ~ 36.91%
B 178 of 661 ~ 26.93%

%36.16
%36.91
%26.93

CMYK color model

#EFF4B2 color CMYK value is (2,0,27,4).

  • cyan value is 2.05%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 4.31%
CMYK:
(2,0,27,4)
C2M0Y27K4 
(2%,0%,27%,4%)
(0.02/0.00/0.27/0.04)	

CMYK percentages

%2.05
%0
%27.05
%4.31

Codes

Color #EFF4B2 in popluar color models

EFF4B2
RGB239244178
HSL65°75.00%82.75%
HSB/HSV65°27.05%95.69%
CMYK2.05%0.00%27.05%
4.31%

Color #EFF4B2 in popluar number systems.

HEXEFF4B2
Decimal239244178
Binary111011111111010010110010
Octal357364262

Shades and tints

Shades of #EFF4B2

#EFF4B2
(239,244,178)
#DADEA2
(218,222,162)
#C5C892
(197,200,146)
#B0B282
(176,178,130)
#9B9C72
(155,156,114)
#868662
(134,134,98)
#717052
(113,112,82)
#5C5A42
(92,90,66)
#474432
(71,68,50)
#322E22
(50,46,34)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #EFF4B2

#EFF4B2
(239,244,178)
#F0F5B9
(240,245,185)
#F1F6C0
(241,246,192)
#F2F7C7
(242,247,199)
#F3F8CE
(243,248,206)
#F4F9D5
(244,249,213)
#F5FADC
(245,250,220)
#F6FBE3
(246,251,227)
#F7FCEA
(247,252,234)
#F8FDF1
(248,253,241)
#F9FEF8
(249,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF4B2 color. Also use rgb(239,244,178) instead hex code.

Text Font Color

.myTextColor { color: #EFF4B2; }

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

This text font color is #EFF4B2.


Background Color

.myBgColor { background-color: #EFF4B2; }

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

This div background color is #EFF4B2.


Border color

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

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

This div border color is #EFF4B2.


Opacity

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

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

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

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

This text has shadow with #EFF4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF4B2 on black background.


Color preview on white background

This text has color #EFF4B2 on white background.



Black color preview on #EFF4B2 background

This text has black color on #EFF4B2 background.


White color preview on #EFF4B2 background

This text has white color on #EFF4B2 background.