COLOR #EBFBFC

HEX: #EBFBFC
RGB: (235,251,252)

Color info

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

RGB color model

#EBFBFC color RGB value is (235,251,252).

  • red value is 235;
  • green value is 251;
  • blue value is 252.
RGB:
(235,251,252)
(92%,98%,99%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 252 of 255 = 99%

235
251
252

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

Portions of RGB colors in percentages

R + G + B =
235 + 251 + 252 = 738 (100%)
R 235 of 738 ~ 31.84%
G 251 of 738 ~ 34.01%
B 252 of 738 ~ 34.15%

%31.84
%34.01
%34.15

CMYK color model

#EBFBFC color CMYK value is (7,0,0,1).

  • cyan value is 6.75%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(7,0,0,1)
C7M0Y0K1 
(7%,0%,0%,1%)
(0.07/0.00/0.00/0.01)	

CMYK percentages

%6.75
%0.4
%0
%1.18

Codes

Color #EBFBFC in popluar color models

EBFBFC
RGB235251252
HSL184°73.91%95.49%
HSB/HSV184°6.75%98.82%
CMYK6.75%0.40%0.00%
1.18%

Color #EBFBFC in popluar number systems.

HEXEBFBFC
Decimal235251252
Binary111010111111101111111100
Octal353373374

Shades and tints

Shades of #EBFBFC

#EBFBFC
(235,251,252)
#D6E5E6
(214,229,230)
#C1CFD0
(193,207,208)
#ACB9BA
(172,185,186)
#97A3A4
(151,163,164)
#828D8E
(130,141,142)
#6D7778
(109,119,120)
#586162
(88,97,98)
#434B4C
(67,75,76)
#2E3536
(46,53,54)
#191F20
(25,31,32)
#000000
(0,0,0)

Tints of #EBFBFC

#EBFBFC
(235,251,252)
#ECFBFC
(236,251,252)
#EDFBFC
(237,251,252)
#EEFBFC
(238,251,252)
#EFFBFC
(239,251,252)
#F0FBFC
(240,251,252)
#F1FBFC
(241,251,252)
#F2FBFC
(242,251,252)
#F3FBFC
(243,251,252)
#F4FBFC
(244,251,252)
#F5FBFC
(245,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFBFC; }

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

This text font color is #EBFBFC.


Background Color

.myBgColor { background-color: #EBFBFC; }

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

This div background color is #EBFBFC.


Border color

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

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

This div border color is #EBFBFC.


Opacity

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

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

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

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

This text has shadow with #EBFBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFBFC on black background.


Color preview on white background

This text has color #EBFBFC on white background.



Black color preview on #EBFBFC background

This text has black color on #EBFBFC background.


White color preview on #EBFBFC background

This text has white color on #EBFBFC background.