COLOR #EFFFE1

HEX: #EFFFE1
RGB: (239,255,225)

Color info

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

RGB color model

#EFFFE1 color RGB value is (239,255,225).

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

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 225 of 255 = 88%

239
255
225

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

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 225 = 719 (100%)
R 239 of 719 ~ 33.24%
G 255 of 719 ~ 35.47%
B 225 of 719 ~ 31.29%

%33.24
%35.47
%31.29

CMYK color model

#EFFFE1 color CMYK value is (6,0,12,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(6,0,12,0)
C6M0Y12K0 
(6%,0%,12%,0%)
(0.06/0.00/0.12/0.00)	

CMYK percentages

%6.27
%0
%11.76
%0

Codes

Color #EFFFE1 in popluar color models

EFFFE1
RGB239255225
HSL92°100.00%94.12%
HSB/HSV92°11.76%100.00%
CMYK6.27%0.00%11.76%
0.00%

Color #EFFFE1 in popluar number systems.

HEXEFFFE1
Decimal239255225
Binary111011111111111111100001
Octal357377341

Shades and tints

Shades of #EFFFE1

#EFFFE1
(239,255,225)
#DAE8CD
(218,232,205)
#C5D1B9
(197,209,185)
#B0BAA5
(176,186,165)
#9BA391
(155,163,145)
#868C7D
(134,140,125)
#717569
(113,117,105)
#5C5E55
(92,94,85)
#474741
(71,71,65)
#32302D
(50,48,45)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #EFFFE1

#EFFFE1
(239,255,225)
#F0FFE3
(240,255,227)
#F1FFE5
(241,255,229)
#F2FFE7
(242,255,231)
#F3FFE9
(243,255,233)
#F4FFEB
(244,255,235)
#F5FFED
(245,255,237)
#F6FFEF
(246,255,239)
#F7FFF1
(247,255,241)
#F8FFF3
(248,255,243)
#F9FFF5
(249,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFFE1; }

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

This text font color is #EFFFE1.


Background Color

.myBgColor { background-color: #EFFFE1; }

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

This div background color is #EFFFE1.


Border color

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

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

This div border color is #EFFFE1.


Opacity

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

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

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

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

This text has shadow with #EFFFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFE1 on black background.


Color preview on white background

This text has color #EFFFE1 on white background.



Black color preview on #EFFFE1 background

This text has black color on #EFFFE1 background.


White color preview on #EFFFE1 background

This text has white color on #EFFFE1 background.