COLOR #EBFAF6

HEX: #EBFAF6
RGB: (235,250,246)

Color info

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

RGB color model

#EBFAF6 color RGB value is (235,250,246).

  • red value is 235;
  • green value is 250;
  • blue value is 246.
RGB:
(235,250,246)
(92%,98%,96%)

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 246 of 255 = 96%

235
250
246

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

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 246 = 731 (100%)
R 235 of 731 ~ 32.15%
G 250 of 731 ~ 34.2%
B 246 of 731 ~ 33.65%

%32.15
%34.2
%33.65

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 1.96%
CMYK:
(6,0,2,2)
C6M0Y2K2 
(6%,0%,2%,2%)
(0.06/0.00/0.02/0.02)	

CMYK percentages

%6
%0
%1.6
%1.96

Codes

Color #EBFAF6 in popluar color models

EBFAF6
RGB235250246
HSL164°60.00%95.10%
HSB/HSV164°6.00%98.04%
CMYK6.00%0.00%1.60%
1.96%

Color #EBFAF6 in popluar number systems.

HEXEBFAF6
Decimal235250246
Binary111010111111101011110110
Octal353372366

Shades and tints

Shades of #EBFAF6

#EBFAF6
(235,250,246)
#D6E4E0
(214,228,224)
#C1CECA
(193,206,202)
#ACB8B4
(172,184,180)
#97A29E
(151,162,158)
#828C88
(130,140,136)
#6D7672
(109,118,114)
#58605C
(88,96,92)
#434A46
(67,74,70)
#2E3430
(46,52,48)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #EBFAF6

#EBFAF6
(235,250,246)
#ECFAF6
(236,250,246)
#EDFAF6
(237,250,246)
#EEFAF6
(238,250,246)
#EFFAF6
(239,250,246)
#F0FAF6
(240,250,246)
#F1FAF6
(241,250,246)
#F2FAF6
(242,250,246)
#F3FAF6
(243,250,246)
#F4FAF6
(244,250,246)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFAF6; }

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

This text font color is #EBFAF6.


Background Color

.myBgColor { background-color: #EBFAF6; }

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

This div background color is #EBFAF6.


Border color

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

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

This div border color is #EBFAF6.


Opacity

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

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

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

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

This text has shadow with #EBFAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFAF6 on black background.


Color preview on white background

This text has color #EBFAF6 on white background.



Black color preview on #EBFAF6 background

This text has black color on #EBFAF6 background.


White color preview on #EBFAF6 background

This text has white color on #EBFAF6 background.