COLOR #EBF5FB

HEX: #EBF5FB RGB: (235,245,251)

Color info

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

RGB color model

#EBF5FB color RGB value is (235,245,251).

RGB: (235,245,251) (92%, 96%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 245 of 255 = 96%
B 251 of 255 = 98%

235
245
251

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

Portions of RGB colors in percentages

R + G + B = 235 + 245 + 251 = 731 (100%)
R 235 of 731 ~ 32.15%
G 245 of 731 ~ 33.52%
B 251 of 731 ~ 34.34'%

%32.15
%33.52
%34.34

CMYK color model

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

  • cyan value is 6.37%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (6,2,0,2)
C6M2Y0K2 (6%, 2%, 0%, 2%)
(0.06 / 0.02 / 0.00 / 0.02)

CMYK percentages

%6.37
%2.39
%0
%1.57

Codes

Color #EBF5FB in popluar color models

EB F5 FB
RGB 235 245 251
HSL 203° 66.67% 95.29%
HSB/HSV 203° 6.37% 98.43%
CMYK 6.37% 2.39% 0.00%
1.57%

Color #EBF5FB in popluar number systems.

HEX EB F5 FB
Decimal 235 245 251
Binary 11101011 11110101 11111011
Octal 353 365 373

Shades and tints

Shades of #EBF5FB

#EBF5FB
(235,245,251)
#D6DFE5
(214,223,229)
#C1C9CF
(193,201,207)
#ACB3B9
(172,179,185)
#979DA3
(151,157,163)
#82878D
(130,135,141)
#6D7177
(109,113,119)
#585B61
(88,91,97)
#43454B
(67,69,75)
#2E2F35
(46,47,53)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #EBF5FB

#EBF5FB
(235,245,251)
#ECF5FB
(236,245,251)
#EDF5FB
(237,245,251)
#EEF5FB
(238,245,251)
#EFF5FB
(239,245,251)
#F0F5FB
(240,245,251)
#F1F5FB
(241,245,251)
#F2F5FB
(242,245,251)
#F3F5FB
(243,245,251)
#F4F5FB
(244,245,251)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF5FB color. Also use rgb(235,245,251) instead hex code.

Text Font Color

.myTextColor { color: #EBF5FB; }

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

This text font color is #EBF5FB.

Background Color

.myBgColor { background-color: #EBF5FB; }

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

This div background color is #EBF5FB.

Border color

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

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

This div border color is #EBF5FB.

Opacity

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

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

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

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

This text has shadow with #EBF5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF5FB.

Preview

Color preview on black background

This text has color #EBF5FB on black background.


Color preview on white background

This text has color #EBF5FB on white background.


Black color preview on #EBF5FB background

This text has black color on #EBF5FB background.


White color preview on #EBF5FB background

This text has white color on #EBF5FB background.


Related colors

Complementary color

Complementary color for #hex is #140A04.


I love getcolorcode.com

Triadic colors

1 #FBEBF5 and #F5FBEB with #EBF5FB are triadic colors.

2 #FBF5EB and #F5EBFB with #EBF5FB are triadic colors.