COLOR #EBFEFB

HEX: #EBFEFB
RGB: (235,254,251)

Color info

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

RGB color model

#EBFEFB color RGB value is (235,254,251).

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

RGB channels and saturation

R 235 of 255 = 92%
G 254 of 255 = 100%
B 251 of 255 = 98%

235
254
251

R + G + B ~ 97%. #EBFEFB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 254 + 251 = 740 (100%)
R 235 of 740 ~ 31.76%
G 254 of 740 ~ 34.32%
B 251 of 740 ~ 33.92%

%31.76
%34.32
%33.92

CMYK color model

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

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(7,0,1,0)
C7M0Y1K0 
(7%,0%,1%,0%)
(0.07/0.00/0.01/0.00)	

CMYK percentages

%7.48
%0
%1.18
%0.39

Codes

Color #EBFEFB in popluar color models

EBFEFB
RGB235254251
HSL171°90.48%95.88%
HSB/HSV171°7.48%99.61%
CMYK7.48%0.00%1.18%
0.39%

Color #EBFEFB in popluar number systems.

HEXEBFEFB
Decimal235254251
Binary111010111111111011111011
Octal353376373

Shades and tints

Shades of #EBFEFB

#EBFEFB
(235,254,251)
#D6E7E5
(214,231,229)
#C1D0CF
(193,208,207)
#ACB9B9
(172,185,185)
#97A2A3
(151,162,163)
#828B8D
(130,139,141)
#6D7477
(109,116,119)
#585D61
(88,93,97)
#43464B
(67,70,75)
#2E2F35
(46,47,53)
#19181F
(25,24,31)
#000000
(0,0,0)

Tints of #EBFEFB

#EBFEFB
(235,254,251)
#ECFEFB
(236,254,251)
#EDFEFB
(237,254,251)
#EEFEFB
(238,254,251)
#EFFEFB
(239,254,251)
#F0FEFB
(240,254,251)
#F1FEFB
(241,254,251)
#F2FEFB
(242,254,251)
#F3FEFB
(243,254,251)
#F4FEFB
(244,254,251)
#F5FEFB
(245,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFEFB; }

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

This text font color is #EBFEFB.


Background Color

.myBgColor { background-color: #EBFEFB; }

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

This div background color is #EBFEFB.


Border color

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

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

This div border color is #EBFEFB.


Opacity

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

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

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

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

This text has shadow with #EBFEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFEFB on black background.


Color preview on white background

This text has color #EBFEFB on white background.



Black color preview on #EBFEFB background

This text has black color on #EBFEFB background.


White color preview on #EBFEFB background

This text has white color on #EBFEFB background.