COLOR #EFFAF0

HEX: #EFFAF0 RGB: (239,250,240)

Color info

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

RGB color model

#EFFAF0 color RGB value is (239,250,240).

RGB: (239,250,240) (94%, 98%, 94%)

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 240 of 255 = 94%

239
250
240

R + G + B ~ 95%. #EFFAF0 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 250 + 240 = 729 (100%)
R 239 of 729 ~ 32.78%
G 250 of 729 ~ 34.29%
B 240 of 729 ~ 32.92'%

%32.78
%34.29
%32.92

CMYK color model

#EFFAF0 color CMYK value is (4,0,4,2).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 1.96%

CMYK: (4,0,4,2)
C4M0Y4K2 (4%, 0%, 4%, 2%)
(0.04 / 0.00 / 0.04 / 0.02)

CMYK percentages

%4.4
%0
%4
%1.96

Codes

Color #EFFAF0 in popluar color models

EF FA F0
RGB 239 250 240
HSL 125° 52.38% 95.88%
HSB/HSV 125° 4.40% 98.04%
CMYK 4.40% 0.00% 4.00%
1.96%

Color #EFFAF0 in popluar number systems.

HEX EF FA F0
Decimal 239 250 240
Binary 11101111 11111010 11110000
Octal 357 372 360

Shades and tints

Shades of #EFFAF0

#EFFAF0
(239,250,240)
#DAE4DB
(218,228,219)
#C5CEC6
(197,206,198)
#B0B8B1
(176,184,177)
#9BA29C
(155,162,156)
#868C87
(134,140,135)
#717672
(113,118,114)
#5C605D
(92,96,93)
#474A48
(71,74,72)
#323433
(50,52,51)
#1D1E1E
(29,30,30)
#000000
(0,0,0)

Tints of #EFFAF0

#EFFAF0
(239,250,240)
#F0FAF1
(240,250,241)
#F1FAF2
(241,250,242)
#F2FAF3
(242,250,243)
#F3FAF4
(243,250,244)
#F4FAF5
(244,250,245)
#F5FAF6
(245,250,246)
#F6FAF7
(246,250,247)
#F7FAF8
(247,250,248)
#F8FAF9
(248,250,249)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAF0; }

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

This text font color is #EFFAF0.

Background Color

.myBgColor { background-color: #EFFAF0; }

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

This div background color is #EFFAF0.

Border color

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

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

This div border color is #EFFAF0.

Opacity

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

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

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

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

This text has shadow with #EFFAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFAF0.

Preview

Color preview on black background

This text has color #EFFAF0 on black background.


Color preview on white background

This text has color #EFFAF0 on white background.


Black color preview on #EFFAF0 background

This text has black color on #EFFAF0 background.


White color preview on #EFFAF0 background

This text has white color on #EFFAF0 background.


Related colors

Complementary color

Complementary color for #hex is #10050F.


I love getcolorcode.com

Triadic colors

1 #F0EFFA and #FAF0EF with #EFFAF0 are triadic colors.

2 #F0FAEF and #FAEFF0 with #EFFAF0 are triadic colors.