COLOR #EFF1FD

HEX: #EFF1FD RGB: (239,241,253)

Color info

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

RGB color model

#EFF1FD color RGB value is (239,241,253).

RGB: (239,241,253) (94%, 95%, 99%)

RGB channels and saturation

R 239 of 255 = 94%
G 241 of 255 = 95%
B 253 of 255 = 99%

239
241
253

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

Portions of RGB colors in percentages

R + G + B = 239 + 241 + 253 = 733 (100%)
R 239 of 733 ~ 32.61%
G 241 of 733 ~ 32.88%
B 253 of 733 ~ 34.52'%

%32.61
%32.88
%34.52

CMYK color model

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

  • cyan value is 5.53%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (6,5,0,1)
C6M5Y0K1 (6%, 5%, 0%, 1%)
(0.06 / 0.05 / 0.00 / 0.01)

CMYK percentages

%5.53
%4.74
%0
%0.78

Codes

Color #EFF1FD in popluar color models

EF F1 FD
RGB 239 241 253
HSL 231° 77.78% 96.47%
HSB/HSV 231° 5.53% 99.22%
CMYK 5.53% 4.74% 0.00%
0.78%

Color #EFF1FD in popluar number systems.

HEX EF F1 FD
Decimal 239 241 253
Binary 11101111 11110001 11111101
Octal 357 361 375

Shades and tints

Shades of #EFF1FD

#EFF1FD
(239,241,253)
#DADCE6
(218,220,230)
#C5C7CF
(197,199,207)
#B0B2B8
(176,178,184)
#9B9DA1
(155,157,161)
#86888A
(134,136,138)
#717373
(113,115,115)
#5C5E5C
(92,94,92)
#474945
(71,73,69)
#32342E
(50,52,46)
#1D1F17
(29,31,23)
#000000
(0,0,0)

Tints of #EFF1FD

#EFF1FD
(239,241,253)
#F0F2FD
(240,242,253)
#F1F3FD
(241,243,253)
#F2F4FD
(242,244,253)
#F3F5FD
(243,245,253)
#F4F6FD
(244,246,253)
#F5F7FD
(245,247,253)
#F6F8FD
(246,248,253)
#F7F9FD
(247,249,253)
#F8FAFD
(248,250,253)
#F9FBFD
(249,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF1FD; }

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

This text font color is #EFF1FD.

Background Color

.myBgColor { background-color: #EFF1FD; }

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

This div background color is #EFF1FD.

Border color

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

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

This div border color is #EFF1FD.

Opacity

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

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

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

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

This text has shadow with #EFF1FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF1FD.

Preview

Color preview on black background

This text has color #EFF1FD on black background.


Color preview on white background

This text has color #EFF1FD on white background.


Black color preview on #EFF1FD background

This text has black color on #EFF1FD background.


White color preview on #EFF1FD background

This text has white color on #EFF1FD background.


Related colors

Complementary color

Complementary color for #hex is #100E02.


I love getcolorcode.com

Triadic colors

1 #FDEFF1 and #F1FDEF with #EFF1FD are triadic colors.

2 #FDF1EF and #F1EFFD with #EFF1FD are triadic colors.