COLOR #EFFDFA

HEX: #EFFDFA RGB: (239,253,250)

Color info

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

RGB color model

#EFFDFA color RGB value is (239,253,250).

RGB: (239,253,250) (94%, 99%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 250 of 255 = 98%

239
253
250

R + G + B ~ 97%. #EFFDFA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 253 + 250 = 742 (100%)
R 239 of 742 ~ 32.21%
G 253 of 742 ~ 34.1%
B 250 of 742 ~ 33.69'%

%32.21
%34.1
%33.69

CMYK color model

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

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK: (6,0,1,1) C6M0Y1K1 (6%,0%,1%,1%) (0.06/0.00/0.01/0.01) 

CMYK percentages

%5.53
%0
%1.19
%0.78

Codes

Color #EFFDFA in popluar color models

EF FD FA
RGB 239 253 250
HSL 167° 77.78% 96.47%
HSB/HSV 167° 5.53% 99.22%
CMYK 5.53% 0.00% 1.19%
0.78%

Color #EFFDFA in popluar number systems.

HEX EF FD FA
Decimal 239 253 250
Binary 11101111 11111101 11111010
Octal 357 375 372

Shades and tints

Shades of #EFFDFA

#EFFDFA
(239,253,250)
#DAE6E4
(218,230,228)
#C5CFCE
(197,207,206)
#B0B8B8
(176,184,184)
#9BA1A2
(155,161,162)
#868A8C
(134,138,140)
#717376
(113,115,118)
#5C5C60
(92,92,96)
#47454A
(71,69,74)
#322E34
(50,46,52)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #EFFDFA

#EFFDFA
(239,253,250)
#F0FDFA
(240,253,250)
#F1FDFA
(241,253,250)
#F2FDFA
(242,253,250)
#F3FDFA
(243,253,250)
#F4FDFA
(244,253,250)
#F5FDFA
(245,253,250)
#F6FDFA
(246,253,250)
#F7FDFA
(247,253,250)
#F8FDFA
(248,253,250)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFDFA; }

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

This text font color is #EFFDFA.

Background Color

.myBgColor { background-color: #EFFDFA; }

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

This div background color is #EFFDFA.

Border color

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

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

This div border color is #EFFDFA.

Opacity

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

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

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

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

This text has shadow with #EFFDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFDFA.

Preview

Color preview on black background

This text has color #EFFDFA on black background.


Color preview on white background

This text has color #EFFDFA on white background.


Black color preview on #EFFDFA background

This text has black color on #EFFDFA background.


White color preview on #EFFDFA background

This text has white color on #EFFDFA background.


Related colors

Complementary color

Complementary color for #hex is #100205.


I love getcolorcode.com

Triadic colors

1 #FAEFFD and #FDFAEF with #EFFDFA are triadic colors.

2 #FAFDEF and #FDEFFA with #EFFDFA are triadic colors.