COLOR #EFFBAE

HEX: #EFFBAE
RGB: (239,251,174)

Color info

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

RGB color model

#EFFBAE color RGB value is (239,251,174).

  • red value is 239;
  • green value is 251;
  • blue value is 174.
RGB:
(239,251,174)
(94%,98%,68%)

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 174 of 255 = 68%

239
251
174

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

Portions of RGB colors in percentages

R + G + B =
239 + 251 + 174 = 664 (100%)
R 239 of 664 ~ 35.99%
G 251 of 664 ~ 37.8%
B 174 of 664 ~ 26.2%

%35.99
%37.8
%26.2

CMYK color model

#EFFBAE color CMYK value is (5,0,31,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 1.57%
CMYK:
(5,0,31,2)
C5M0Y31K2 
(5%,0%,31%,2%)
(0.05/0.00/0.31/0.02)	

CMYK percentages

%4.78
%0
%30.68
%1.57

Codes

Color #EFFBAE in popluar color models

EFFBAE
RGB239251174
HSL69°90.59%83.33%
HSB/HSV69°30.68%98.43%
CMYK4.78%0.00%30.68%
1.57%

Color #EFFBAE in popluar number systems.

HEXEFFBAE
Decimal239251174
Binary111011111111101110101110
Octal357373256

Shades and tints

Shades of #EFFBAE

#EFFBAE
(239,251,174)
#DAE59F
(218,229,159)
#C5CF90
(197,207,144)
#B0B981
(176,185,129)
#9BA372
(155,163,114)
#868D63
(134,141,99)
#717754
(113,119,84)
#5C6145
(92,97,69)
#474B36
(71,75,54)
#323527
(50,53,39)
#1D1F18
(29,31,24)
#000000
(0,0,0)

Tints of #EFFBAE

#EFFBAE
(239,251,174)
#F0FBB5
(240,251,181)
#F1FBBC
(241,251,188)
#F2FBC3
(242,251,195)
#F3FBCA
(243,251,202)
#F4FBD1
(244,251,209)
#F5FBD8
(245,251,216)
#F6FBDF
(246,251,223)
#F7FBE6
(247,251,230)
#F8FBED
(248,251,237)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFBAE color. Also use rgb(239,251,174) instead hex code.

Text Font Color

.myTextColor { color: #EFFBAE; }

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

This text font color is #EFFBAE.


Background Color

.myBgColor { background-color: #EFFBAE; }

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

This div background color is #EFFBAE.


Border color

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

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

This div border color is #EFFBAE.


Opacity

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

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

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

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

This text has shadow with #EFFBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFBAE on black background.


Color preview on white background

This text has color #EFFBAE on white background.



Black color preview on #EFFBAE background

This text has black color on #EFFBAE background.


White color preview on #EFFBAE background

This text has white color on #EFFBAE background.