COLOR #EBF1FB

HEX: #EBF1FB RGB: (235,241,251)

Color info

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

RGB color model

#EBF1FB color RGB value is (235,241,251).

RGB: (235,241,251) (92%, 95%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 241 of 255 = 95%
B 251 of 255 = 98%

235
241
251

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

Portions of RGB colors in percentages

R + G + B = 235 + 241 + 251 = 727 (100%)
R 235 of 727 ~ 32.32%
G 241 of 727 ~ 33.15%
B 251 of 727 ~ 34.53'%

%32.32
%33.15
%34.53

CMYK color model

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

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

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

CMYK percentages

%6.37
%3.98
%0
%1.57

Codes

Color #EBF1FB in popluar color models

EB F1 FB
RGB 235 241 251
HSL 218° 66.67% 95.29%
HSB/HSV 218° 6.37% 98.43%
CMYK 6.37% 3.98% 0.00%
1.57%

Color #EBF1FB in popluar number systems.

HEX EB F1 FB
Decimal 235 241 251
Binary 11101011 11110001 11111011
Octal 353 361 373

Shades and tints

Shades of #EBF1FB

#EBF1FB
(235,241,251)
#D6DCE5
(214,220,229)
#C1C7CF
(193,199,207)
#ACB2B9
(172,178,185)
#979DA3
(151,157,163)
#82888D
(130,136,141)
#6D7377
(109,115,119)
#585E61
(88,94,97)
#43494B
(67,73,75)
#2E3435
(46,52,53)
#191F1F
(25,31,31)
#000000
(0,0,0)

Tints of #EBF1FB

#EBF1FB
(235,241,251)
#ECF2FB
(236,242,251)
#EDF3FB
(237,243,251)
#EEF4FB
(238,244,251)
#EFF5FB
(239,245,251)
#F0F6FB
(240,246,251)
#F1F7FB
(241,247,251)
#F2F8FB
(242,248,251)
#F3F9FB
(243,249,251)
#F4FAFB
(244,250,251)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF1FB; }

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

This text font color is #EBF1FB.

Background Color

.myBgColor { background-color: #EBF1FB; }

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

This div background color is #EBF1FB.

Border color

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

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

This div border color is #EBF1FB.

Opacity

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

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

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

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

This text has shadow with #EBF1FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF1FB.

Preview

Color preview on black background

This text has color #EBF1FB on black background.


Color preview on white background

This text has color #EBF1FB on white background.


Black color preview on #EBF1FB background

This text has black color on #EBF1FB background.


White color preview on #EBF1FB background

This text has white color on #EBF1FB background.


Related colors

Complementary color

Complementary color for #hex is #140E04.


I love getcolorcode.com

Triadic colors

1 #FBEBF1 and #F1FBEB with #EBF1FB are triadic colors.

2 #FBF1EB and #F1EBFB with #EBF1FB are triadic colors.