COLOR #EBF0FA

HEX: #EBF0FA RGB: (235,240,250)

Color info

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

RGB color model

#EBF0FA color RGB value is (235,240,250).

RGB: (235,240,250) (92%, 94%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 240 of 255 = 94%
B 250 of 255 = 98%

235
240
250

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

Portions of RGB colors in percentages

R + G + B = 235 + 240 + 250 = 725 (100%)
R 235 of 725 ~ 32.41%
G 240 of 725 ~ 33.1%
B 250 of 725 ~ 34.48'%

%32.41
%33.1
%34.48

CMYK color model

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

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

CMYK: (6,4,0,2)
C6M4Y0K2 (6%, 4%, 0%, 2%)
(0.06 / 0.04 / 0.00 / 0.02)

CMYK percentages

%6
%4
%0
%1.96

Codes

Color #EBF0FA in popluar color models

EB F0 FA
RGB 235 240 250
HSL 220° 60.00% 95.10%
HSB/HSV 220° 6.00% 98.04%
CMYK 6.00% 4.00% 0.00%
1.96%

Color #EBF0FA in popluar number systems.

HEX EB F0 FA
Decimal 235 240 250
Binary 11101011 11110000 11111010
Octal 353 360 372

Shades and tints

Shades of #EBF0FA

#EBF0FA
(235,240,250)
#D6DBE4
(214,219,228)
#C1C6CE
(193,198,206)
#ACB1B8
(172,177,184)
#979CA2
(151,156,162)
#82878C
(130,135,140)
#6D7276
(109,114,118)
#585D60
(88,93,96)
#43484A
(67,72,74)
#2E3334
(46,51,52)
#191E1E
(25,30,30)
#000000
(0,0,0)

Tints of #EBF0FA

#EBF0FA
(235,240,250)
#ECF1FA
(236,241,250)
#EDF2FA
(237,242,250)
#EEF3FA
(238,243,250)
#EFF4FA
(239,244,250)
#F0F5FA
(240,245,250)
#F1F6FA
(241,246,250)
#F2F7FA
(242,247,250)
#F3F8FA
(243,248,250)
#F4F9FA
(244,249,250)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF0FA; }

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

This text font color is #EBF0FA.

Background Color

.myBgColor { background-color: #EBF0FA; }

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

This div background color is #EBF0FA.

Border color

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

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

This div border color is #EBF0FA.

Opacity

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

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

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

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

This text has shadow with #EBF0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF0FA.

Preview

Color preview on black background

This text has color #EBF0FA on black background.


Color preview on white background

This text has color #EBF0FA on white background.


Black color preview on #EBF0FA background

This text has black color on #EBF0FA background.


White color preview on #EBF0FA background

This text has white color on #EBF0FA background.


Related colors

Complementary color

Complementary color for #hex is #140F05.


I love getcolorcode.com

Triadic colors

1 #FAEBF0 and #F0FAEB with #EBF0FA are triadic colors.

2 #FAF0EB and #F0EBFA with #EBF0FA are triadic colors.