COLOR #EFF3FD

HEX: #EFF3FD RGB: (239,243,253)

Color info

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

RGB color model

#EFF3FD color RGB value is (239,243,253).

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

RGB channels and saturation

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

239
243
253

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

Portions of RGB colors in percentages

R + G + B = 239 + 243 + 253 = 735 (100%)
R 239 of 735 ~ 32.52%
G 243 of 735 ~ 33.06%
B 253 of 735 ~ 34.42'%

%32.52
%33.06
%34.42

CMYK color model

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

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

CMYK: (6,4,0,1)
C6M4Y0K1 (6%, 4%, 0%, 1%)
(0.06 / 0.04 / 0.00 / 0.01)

CMYK percentages

%5.53
%3.95
%0
%0.78

Codes

Color #EFF3FD in popluar color models

EF F3 FD
RGB 239 243 253
HSL 223° 77.78% 96.47%
HSB/HSV 223° 5.53% 99.22%
CMYK 5.53% 3.95% 0.00%
0.78%

Color #EFF3FD in popluar number systems.

HEX EF F3 FD
Decimal 239 243 253
Binary 11101111 11110011 11111101
Octal 357 363 375

Shades and tints

Shades of #EFF3FD

#EFF3FD
(239,243,253)
#DADDE6
(218,221,230)
#C5C7CF
(197,199,207)
#B0B1B8
(176,177,184)
#9B9BA1
(155,155,161)
#86858A
(134,133,138)
#716F73
(113,111,115)
#5C595C
(92,89,92)
#474345
(71,67,69)
#322D2E
(50,45,46)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #EFF3FD

#EFF3FD
(239,243,253)
#F0F4FD
(240,244,253)
#F1F5FD
(241,245,253)
#F2F6FD
(242,246,253)
#F3F7FD
(243,247,253)
#F4F8FD
(244,248,253)
#F5F9FD
(245,249,253)
#F6FAFD
(246,250,253)
#F7FBFD
(247,251,253)
#F8FCFD
(248,252,253)
#F9FDFD
(249,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF3FD; }

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

This text font color is #EFF3FD.

Background Color

.myBgColor { background-color: #EFF3FD; }

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

This div background color is #EFF3FD.

Border color

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

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

This div border color is #EFF3FD.

Opacity

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

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

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

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

This text has shadow with #EFF3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF3FD.

Preview

Color preview on black background

This text has color #EFF3FD on black background.


Color preview on white background

This text has color #EFF3FD on white background.


Black color preview on #EFF3FD background

This text has black color on #EFF3FD background.


White color preview on #EFF3FD background

This text has white color on #EFF3FD background.


Related colors

Complementary color

Complementary color for #hex is #100C02.


I love getcolorcode.com

Triadic colors

1 #FDEFF3 and #F3FDEF with #EFF3FD are triadic colors.

2 #FDF3EF and #F3EFFD with #EFF3FD are triadic colors.