COLOR #EFF3B6

HEX: #EFF3B6
RGB: (239,243,182)

Color info

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

RGB color model

#EFF3B6 color RGB value is (239,243,182).

  • red value is 239;
  • green value is 243;
  • blue value is 182.
RGB:
(239,243,182)
(94%,95%,71%)

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 182 of 255 = 71%

239
243
182

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

Portions of RGB colors in percentages

R + G + B =
239 + 243 + 182 = 664 (100%)
R 239 of 664 ~ 35.99%
G 243 of 664 ~ 36.6%
B 182 of 664 ~ 27.41%

%35.99
%36.6
%27.41

CMYK color model

#EFF3B6 color CMYK value is (2,0,25,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 4.71%
CMYK:
(2,0,25,5)
C2M0Y25K5 
(2%,0%,25%,5%)
(0.02/0.00/0.25/0.05)	

CMYK percentages

%1.65
%0
%25.1
%4.71

Codes

Color #EFF3B6 in popluar color models

EFF3B6
RGB239243182
HSL64°71.76%83.33%
HSB/HSV64°25.10%95.29%
CMYK1.65%0.00%25.10%
4.71%

Color #EFF3B6 in popluar number systems.

HEXEFF3B6
Decimal239243182
Binary111011111111001110110110
Octal357363266

Shades and tints

Shades of #EFF3B6

#EFF3B6
(239,243,182)
#DADDA6
(218,221,166)
#C5C796
(197,199,150)
#B0B186
(176,177,134)
#9B9B76
(155,155,118)
#868566
(134,133,102)
#716F56
(113,111,86)
#5C5946
(92,89,70)
#474336
(71,67,54)
#322D26
(50,45,38)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EFF3B6

#EFF3B6
(239,243,182)
#F0F4BC
(240,244,188)
#F1F5C2
(241,245,194)
#F2F6C8
(242,246,200)
#F3F7CE
(243,247,206)
#F4F8D4
(244,248,212)
#F5F9DA
(245,249,218)
#F6FAE0
(246,250,224)
#F7FBE6
(247,251,230)
#F8FCEC
(248,252,236)
#F9FDF2
(249,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF3B6 color. Also use rgb(239,243,182) instead hex code.

Text Font Color

.myTextColor { color: #EFF3B6; }

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

This text font color is #EFF3B6.


Background Color

.myBgColor { background-color: #EFF3B6; }

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

This div background color is #EFF3B6.


Border color

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

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

This div border color is #EFF3B6.


Opacity

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

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

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

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

This text has shadow with #EFF3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF3B6 on black background.


Color preview on white background

This text has color #EFF3B6 on white background.



Black color preview on #EFF3B6 background

This text has black color on #EFF3B6 background.


White color preview on #EFF3B6 background

This text has white color on #EFF3B6 background.