COLOR #EFF68C

HEX: #EFF68C
RGB: (239,246,140)

Color info

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

RGB color model

#EFF68C color RGB value is (239,246,140).

  • red value is 239;
  • green value is 246;
  • blue value is 140.
RGB:
(239,246,140)
(94%,96%,55%)

RGB channels and saturation

R 239 of 255 = 94%
G 246 of 255 = 96%
B 140 of 255 = 55%

239
246
140

R + G + B ~ 82%. #EFF68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 246 + 140 = 625 (100%)
R 239 of 625 ~ 38.24%
G 246 of 625 ~ 39.36%
B 140 of 625 ~ 22.4%

%38.24
%39.36
%22.4

CMYK color model

#EFF68C color CMYK value is (3,0,43,4).

  • cyan value is 2.85%
  • magenta value is 0.00%
  • yellow value is 43.09%
  • key color value is 3.53%
CMYK:
(3,0,43,4)
C3M0Y43K4 
(3%,0%,43%,4%)
(0.03/0.00/0.43/0.04)	

CMYK percentages

%2.85
%0
%43.09
%3.53

Codes

Color #EFF68C in popluar color models

EFF68C
RGB239246140
HSL64°85.48%75.69%
HSB/HSV64°43.09%96.47%
CMYK2.85%0.00%43.09%
3.53%

Color #EFF68C in popluar number systems.

HEXEFF68C
Decimal239246140
Binary111011111111011010001100
Octal357366214

Shades and tints

Shades of #EFF68C

#EFF68C
(239,246,140)
#DAE080
(218,224,128)
#C5CA74
(197,202,116)
#B0B468
(176,180,104)
#9B9E5C
(155,158,92)
#868850
(134,136,80)
#717244
(113,114,68)
#5C5C38
(92,92,56)
#47462C
(71,70,44)
#323020
(50,48,32)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #EFF68C

#EFF68C
(239,246,140)
#F0F696
(240,246,150)
#F1F6A0
(241,246,160)
#F2F6AA
(242,246,170)
#F3F6B4
(243,246,180)
#F4F6BE
(244,246,190)
#F5F6C8
(245,246,200)
#F6F6D2
(246,246,210)
#F7F6DC
(247,246,220)
#F8F6E6
(248,246,230)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF68C color. Also use rgb(239,246,140) instead hex code.

Text Font Color

.myTextColor { color: #EFF68C; }

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

This text font color is #EFF68C.


Background Color

.myBgColor { background-color: #EFF68C; }

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

This div background color is #EFF68C.


Border color

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

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

This div border color is #EFF68C.


Opacity

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

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

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

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

This text has shadow with #EFF68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF68C on black background.


Color preview on white background

This text has color #EFF68C on white background.



Black color preview on #EFF68C background

This text has black color on #EFF68C background.


White color preview on #EFF68C background

This text has white color on #EFF68C background.