COLOR #EFFFE2

HEX: #EFFFE2
RGB: (239,255,226)

Color info

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

RGB color model

#EFFFE2 color RGB value is (239,255,226).

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

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 226 of 255 = 89%

239
255
226

R + G + B ~ 94%. #EFFFE2 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 226 = 720 (100%)
R 239 of 720 ~ 33.19%
G 255 of 720 ~ 35.42%
B 226 of 720 ~ 31.39%

%33.19
%35.42
%31.39

CMYK color model

#EFFFE2 color CMYK value is (6,0,11,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 11.37%
  • key color value is 0.00%
CMYK:
(6,0,11,0)
C6M0Y11K0 
(6%,0%,11%,0%)
(0.06/0.00/0.11/0.00)	

CMYK percentages

%6.27
%0
%11.37
%0

Codes

Color #EFFFE2 in popluar color models

EFFFE2
RGB239255226
HSL93°100.00%94.31%
HSB/HSV93°11.37%100.00%
CMYK6.27%0.00%11.37%
0.00%

Color #EFFFE2 in popluar number systems.

HEXEFFFE2
Decimal239255226
Binary111011111111111111100010
Octal357377342

Shades and tints

Shades of #EFFFE2

#EFFFE2
(239,255,226)
#DAE8CE
(218,232,206)
#C5D1BA
(197,209,186)
#B0BAA6
(176,186,166)
#9BA392
(155,163,146)
#868C7E
(134,140,126)
#71756A
(113,117,106)
#5C5E56
(92,94,86)
#474742
(71,71,66)
#32302E
(50,48,46)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #EFFFE2

#EFFFE2
(239,255,226)
#F0FFE4
(240,255,228)
#F1FFE6
(241,255,230)
#F2FFE8
(242,255,232)
#F3FFEA
(243,255,234)
#F4FFEC
(244,255,236)
#F5FFEE
(245,255,238)
#F6FFF0
(246,255,240)
#F7FFF2
(247,255,242)
#F8FFF4
(248,255,244)
#F9FFF6
(249,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFFE2; }

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

This text font color is #EFFFE2.


Background Color

.myBgColor { background-color: #EFFFE2; }

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

This div background color is #EFFFE2.


Border color

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

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

This div border color is #EFFFE2.


Opacity

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

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

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

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

This text has shadow with #EFFFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFE2 on black background.


Color preview on white background

This text has color #EFFFE2 on white background.



Black color preview on #EFFFE2 background

This text has black color on #EFFFE2 background.


White color preview on #EFFFE2 background

This text has white color on #EFFFE2 background.