COLOR #EFEFFA

HEX: #EFEFFA RGB: (239,239,250)

Color info

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

RGB color model

#EFEFFA color RGB value is (239,239,250).

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

RGB channels and saturation

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

239
239
250

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

Portions of RGB colors in percentages

R + G + B = 239 + 239 + 250 = 728 (100%)
R 239 of 728 ~ 32.83%
G 239 of 728 ~ 32.83%
B 250 of 728 ~ 34.34'%

%32.83
%32.83
%34.34

CMYK color model

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

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

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

CMYK percentages

%4.4
%4.4
%0
%1.96

Codes

Color #EFEFFA in popluar color models

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

Color #EFEFFA in popluar number systems.

HEX EF EF FA
Decimal 239 239 250
Binary 11101111 11101111 11111010
Octal 357 357 372

Shades and tints

Shades of #EFEFFA

#EFEFFA
(239,239,250)
#DADAE4
(218,218,228)
#C5C5CE
(197,197,206)
#B0B0B8
(176,176,184)
#9B9BA2
(155,155,162)
#86868C
(134,134,140)
#717176
(113,113,118)
#5C5C60
(92,92,96)
#47474A
(71,71,74)
#323234
(50,50,52)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #EFEFFA

#EFEFFA
(239,239,250)
#F0F0FA
(240,240,250)
#F1F1FA
(241,241,250)
#F2F2FA
(242,242,250)
#F3F3FA
(243,243,250)
#F4F4FA
(244,244,250)
#F5F5FA
(245,245,250)
#F6F6FA
(246,246,250)
#F7F7FA
(247,247,250)
#F8F8FA
(248,248,250)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEFFA; }

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

This text font color is #EFEFFA.

Background Color

.myBgColor { background-color: #EFEFFA; }

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

This div background color is #EFEFFA.

Border color

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

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

This div border color is #EFEFFA.

Opacity

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

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

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

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

This text has shadow with #EFEFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEFFA.

Preview

Color preview on black background

This text has color #EFEFFA on black background.


Color preview on white background

This text has color #EFEFFA on white background.


Black color preview on #EFEFFA background

This text has black color on #EFEFFA background.


White color preview on #EFEFFA background

This text has white color on #EFEFFA background.


Related colors

Complementary color

Complementary color for #hex is #101005.


I love getcolorcode.com