COLOR #EBF8FA

HEX: #EBF8FA RGB: (235,248,250)

Color info

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

RGB color model

#EBF8FA color RGB value is (235,248,250).

RGB: (235,248,250) (92%, 97%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 248 of 255 = 97%
B 250 of 255 = 98%

235
248
250

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

Portions of RGB colors in percentages

R + G + B = 235 + 248 + 250 = 733 (100%)
R 235 of 733 ~ 32.06%
G 248 of 733 ~ 33.83%
B 250 of 733 ~ 34.11'%

%32.06
%33.83
%34.11

CMYK color model

#EBF8FA color CMYK value is (6,1,0,2).

  • cyan value is 6.00%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,1,0,2)
C6M1Y0K2 (6%, 1%, 0%, 2%)
(0.06 / 0.01 / 0.00 / 0.02)

CMYK percentages

%6
%0.8
%0
%1.96

Codes

Color #EBF8FA in popluar color models

EB F8 FA
RGB 235 248 250
HSL 188° 60.00% 95.10%
HSB/HSV 188° 6.00% 98.04%
CMYK 6.00% 0.80% 0.00%
1.96%

Color #EBF8FA in popluar number systems.

HEX EB F8 FA
Decimal 235 248 250
Binary 11101011 11111000 11111010
Octal 353 370 372

Shades and tints

Shades of #EBF8FA

#EBF8FA
(235,248,250)
#D6E2E4
(214,226,228)
#C1CCCE
(193,204,206)
#ACB6B8
(172,182,184)
#97A0A2
(151,160,162)
#828A8C
(130,138,140)
#6D7476
(109,116,118)
#585E60
(88,94,96)
#43484A
(67,72,74)
#2E3234
(46,50,52)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #EBF8FA

#EBF8FA
(235,248,250)
#ECF8FA
(236,248,250)
#EDF8FA
(237,248,250)
#EEF8FA
(238,248,250)
#EFF8FA
(239,248,250)
#F0F8FA
(240,248,250)
#F1F8FA
(241,248,250)
#F2F8FA
(242,248,250)
#F3F8FA
(243,248,250)
#F4F8FA
(244,248,250)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF8FA; }

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

This text font color is #EBF8FA.

Background Color

.myBgColor { background-color: #EBF8FA; }

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

This div background color is #EBF8FA.

Border color

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

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

This div border color is #EBF8FA.

Opacity

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

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

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

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

This text has shadow with #EBF8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF8FA.

Preview

Color preview on black background

This text has color #EBF8FA on black background.


Color preview on white background

This text has color #EBF8FA on white background.


Black color preview on #EBF8FA background

This text has black color on #EBF8FA background.


White color preview on #EBF8FA background

This text has white color on #EBF8FA background.


Related colors

Complementary color

Complementary color for #hex is #140705.


I love getcolorcode.com

Triadic colors

1 #FAEBF8 and #F8FAEB with #EBF8FA are triadic colors.

2 #FAF8EB and #F8EBFA with #EBF8FA are triadic colors.