COLOR #EFFFEE

HEX: #EFFFEE
RGB: (239,255,238)

Color info

#EFFFEE contains red, green and blue colors in about the same proportion. Web safe color of #EFFFEE is #FFFFFF (or #FFF).

RGB color model

#EFFFEE color RGB value is (239,255,238).

  • red value is 239;
  • green value is 255;
  • blue value is 238.
RGB:
(239,255,238)
(94%,100%,93%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 238 of 255 = 93%

239
255
238

R + G + B ~ 96%. #EFFFEE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 238 = 732 (100%)
R 239 of 732 ~ 32.65%
G 255 of 732 ~ 34.84%
B 238 of 732 ~ 32.51%

%32.65
%34.84
%32.51

CMYK color model

#EFFFEE color CMYK value is (6,0,7,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(6,0,7,0)
C6M0Y7K0 
(6%,0%,7%,0%)
(0.06/0.00/0.07/0.00)	

CMYK percentages

%6.27
%0
%6.67
%0

Codes

Color #EFFFEE in popluar color models

EFFFEE
RGB239255238
HSL116°100.00%96.67%
HSB/HSV116°6.67%100.00%
CMYK6.27%0.00%6.67%
0.00%

Color #EFFFEE in popluar number systems.

HEXEFFFEE
Decimal239255238
Binary111011111111111111101110
Octal357377356

Shades and tints

Shades of #EFFFEE

#EFFFEE
(239,255,238)
#DAE8D9
(218,232,217)
#C5D1C4
(197,209,196)
#B0BAAF
(176,186,175)
#9BA39A
(155,163,154)
#868C85
(134,140,133)
#717570
(113,117,112)
#5C5E5B
(92,94,91)
#474746
(71,71,70)
#323031
(50,48,49)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #EFFFEE

#EFFFEE
(239,255,238)
#F0FFEF
(240,255,239)
#F1FFF0
(241,255,240)
#F2FFF1
(242,255,241)
#F3FFF2
(243,255,242)
#F4FFF3
(244,255,243)
#F5FFF4
(245,255,244)
#F6FFF5
(246,255,245)
#F7FFF6
(247,255,246)
#F8FFF7
(248,255,247)
#F9FFF8
(249,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFFEE color. Also use rgb(239,255,238) instead hex code.

Text Font Color

.myTextColor { color: #EFFFEE; }

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

This text font color is #EFFFEE.


Background Color

.myBgColor { background-color: #EFFFEE; }

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

This div background color is #EFFFEE.


Border color

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

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

This div border color is #EFFFEE.


Opacity

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

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

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

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

This text has shadow with #EFFFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFEE on black background.


Color preview on white background

This text has color #EFFFEE on white background.



Black color preview on #EFFFEE background

This text has black color on #EFFFEE background.


White color preview on #EFFFEE background

This text has white color on #EFFFEE background.