COLOR #EFFDF5

HEX: #EFFDF5
RGB: (239,253,245)

Color info

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

RGB color model

#EFFDF5 color RGB value is (239,253,245).

  • red value is 239;
  • green value is 253;
  • blue value is 245.
RGB:
(239,253,245)
(94%,99%,96%)

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 245 of 255 = 96%

239
253
245

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

Portions of RGB colors in percentages

R + G + B =
239 + 253 + 245 = 737 (100%)
R 239 of 737 ~ 32.43%
G 253 of 737 ~ 34.33%
B 245 of 737 ~ 33.24%

%32.43
%34.33
%33.24

CMYK color model

#EFFDF5 color CMYK value is (6,0,3,1).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 0.78%
CMYK:
(6,0,3,1)
C6M0Y3K1 
(6%,0%,3%,1%)
(0.06/0.00/0.03/0.01)	

CMYK percentages

%5.53
%0
%3.16
%0.78

Codes

Color #EFFDF5 in popluar color models

EFFDF5
RGB239253245
HSL146°77.78%96.47%
HSB/HSV146°5.53%99.22%
CMYK5.53%0.00%3.16%
0.78%

Color #EFFDF5 in popluar number systems.

HEXEFFDF5
Decimal239253245
Binary111011111111110111110101
Octal357375365

Shades and tints

Shades of #EFFDF5

#EFFDF5
(239,253,245)
#DAE6DF
(218,230,223)
#C5CFC9
(197,207,201)
#B0B8B3
(176,184,179)
#9BA19D
(155,161,157)
#868A87
(134,138,135)
#717371
(113,115,113)
#5C5C5B
(92,92,91)
#474545
(71,69,69)
#322E2F
(50,46,47)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFFDF5

#EFFDF5
(239,253,245)
#F0FDF5
(240,253,245)
#F1FDF5
(241,253,245)
#F2FDF5
(242,253,245)
#F3FDF5
(243,253,245)
#F4FDF5
(244,253,245)
#F5FDF5
(245,253,245)
#F6FDF5
(246,253,245)
#F7FDF5
(247,253,245)
#F8FDF5
(248,253,245)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFDF5 color. Also use rgb(239,253,245) instead hex code.

Text Font Color

.myTextColor { color: #EFFDF5; }

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

This text font color is #EFFDF5.


Background Color

.myBgColor { background-color: #EFFDF5; }

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

This div background color is #EFFDF5.


Border color

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

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

This div border color is #EFFDF5.


Opacity

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

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

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

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

This text has shadow with #EFFDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFDF5 on black background.


Color preview on white background

This text has color #EFFDF5 on white background.



Black color preview on #EFFDF5 background

This text has black color on #EFFDF5 background.


White color preview on #EFFDF5 background

This text has white color on #EFFDF5 background.