COLOR #EFFEE5

HEX: #EFFEE5
RGB: (239,254,229)

Color info

#EFFEE5 contains red, green and blue colors in about the same proportion. Web safe color of #EFFEE5 is #FFFFCC (or #FFC).

RGB color model

#EFFEE5 color RGB value is (239,254,229).

  • red value is 239;
  • green value is 254;
  • blue value is 229.
RGB:
(239,254,229)
(94%,100%,90%)

RGB channels and saturation

R 239 of 255 = 94%
G 254 of 255 = 100%
B 229 of 255 = 90%

239
254
229

R + G + B ~ 95%. #EFFEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 254 + 229 = 722 (100%)
R 239 of 722 ~ 33.1%
G 254 of 722 ~ 35.18%
B 229 of 722 ~ 31.72%

%33.1
%35.18
%31.72

CMYK color model

#EFFEE5 color CMYK value is (6,0,10,0).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(6,0,10,0)
C6M0Y10K0 
(6%,0%,10%,0%)
(0.06/0.00/0.10/0.00)	

CMYK percentages

%5.91
%0
%9.84
%0.39

Codes

Color #EFFEE5 in popluar color models

EFFEE5
RGB239254229
HSL96°92.59%94.71%
HSB/HSV96°9.84%99.61%
CMYK5.91%0.00%9.84%
0.39%

Color #EFFEE5 in popluar number systems.

HEXEFFEE5
Decimal239254229
Binary111011111111111011100101
Octal357376345

Shades and tints

Shades of #EFFEE5

#EFFEE5
(239,254,229)
#DAE7D1
(218,231,209)
#C5D0BD
(197,208,189)
#B0B9A9
(176,185,169)
#9BA295
(155,162,149)
#868B81
(134,139,129)
#71746D
(113,116,109)
#5C5D59
(92,93,89)
#474645
(71,70,69)
#322F31
(50,47,49)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #EFFEE5

#EFFEE5
(239,254,229)
#F0FEE7
(240,254,231)
#F1FEE9
(241,254,233)
#F2FEEB
(242,254,235)
#F3FEED
(243,254,237)
#F4FEEF
(244,254,239)
#F5FEF1
(245,254,241)
#F6FEF3
(246,254,243)
#F7FEF5
(247,254,245)
#F8FEF7
(248,254,247)
#F9FEF9
(249,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFEE5 color. Also use rgb(239,254,229) instead hex code.

Text Font Color

.myTextColor { color: #EFFEE5; }

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

This text font color is #EFFEE5.


Background Color

.myBgColor { background-color: #EFFEE5; }

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

This div background color is #EFFEE5.


Border color

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

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

This div border color is #EFFEE5.


Opacity

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

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

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

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

This text has shadow with #EFFEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFEE5 on black background.


Color preview on white background

This text has color #EFFEE5 on white background.



Black color preview on #EFFEE5 background

This text has black color on #EFFEE5 background.


White color preview on #EFFEE5 background

This text has white color on #EFFEE5 background.