COLOR #EFF0FE

HEX: #EFF0FE RGB: (239,240,254)

Color info

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

RGB color model

#EFF0FE color RGB value is (239,240,254).

RGB: (239,240,254) (94%, 94%, 100%)

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 254 of 255 = 100%

239
240
254

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

Portions of RGB colors in percentages

R + G + B = 239 + 240 + 254 = 733 (100%)
R 239 of 733 ~ 32.61%
G 240 of 733 ~ 32.74%
B 254 of 733 ~ 34.65'%

%32.61
%32.74
%34.65

CMYK color model

#EFF0FE color CMYK value is (6,6,0,0).

  • cyan value is 5.91%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (6,6,0,0)
C6M6Y0K0 (6%, 6%, 0%, 0%)
(0.06 / 0.06 / 0.00 / 0.00)

CMYK percentages

%5.91
%5.51
%0
%0.39

Codes

Color #EFF0FE in popluar color models

EF F0 FE
RGB 239 240 254
HSL 236° 88.24% 96.67%
HSB/HSV 236° 5.91% 99.61%
CMYK 5.91% 5.51% 0.00%
0.39%

Color #EFF0FE in popluar number systems.

HEX EF F0 FE
Decimal 239 240 254
Binary 11101111 11110000 11111110
Octal 357 360 376

Shades and tints

Shades of #EFF0FE

#EFF0FE
(239,240,254)
#DADBE7
(218,219,231)
#C5C6D0
(197,198,208)
#B0B1B9
(176,177,185)
#9B9CA2
(155,156,162)
#86878B
(134,135,139)
#717274
(113,114,116)
#5C5D5D
(92,93,93)
#474846
(71,72,70)
#32332F
(50,51,47)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #EFF0FE

#EFF0FE
(239,240,254)
#F0F1FE
(240,241,254)
#F1F2FE
(241,242,254)
#F2F3FE
(242,243,254)
#F3F4FE
(243,244,254)
#F4F5FE
(244,245,254)
#F5F6FE
(245,246,254)
#F6F7FE
(246,247,254)
#F7F8FE
(247,248,254)
#F8F9FE
(248,249,254)
#F9FAFE
(249,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF0FE; }

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

This text font color is #EFF0FE.

Background Color

.myBgColor { background-color: #EFF0FE; }

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

This div background color is #EFF0FE.

Border color

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

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

This div border color is #EFF0FE.

Opacity

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

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

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

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

This text has shadow with #EFF0FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF0FE.

Preview

Color preview on black background

This text has color #EFF0FE on black background.


Color preview on white background

This text has color #EFF0FE on white background.


Black color preview on #EFF0FE background

This text has black color on #EFF0FE background.


White color preview on #EFF0FE background

This text has white color on #EFF0FE background.


Related colors

Complementary color

Complementary color for #hex is #100F01.


I love getcolorcode.com

Triadic colors

1 #FEEFF0 and #F0FEEF with #EFF0FE are triadic colors.

2 #FEF0EF and #F0EFFE with #EFF0FE are triadic colors.