COLOR #EBFAF7

HEX: #EBFAF7
RGB: (235,250,247)

Color info

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

RGB color model

#EBFAF7 color RGB value is (235,250,247).

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

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 247 of 255 = 97%

235
250
247

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

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 247 = 732 (100%)
R 235 of 732 ~ 32.1%
G 250 of 732 ~ 34.15%
B 247 of 732 ~ 33.74%

%32.1
%34.15
%33.74

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 1.20%
  • key color value is 1.96%
CMYK:
(6,0,1,2)
C6M0Y1K2 
(6%,0%,1%,2%)
(0.06/0.00/0.01/0.02)	

CMYK percentages

%6
%0
%1.2
%1.96

Codes

Color #EBFAF7 in popluar color models

EBFAF7
RGB235250247
HSL168°60.00%95.10%
HSB/HSV168°6.00%98.04%
CMYK6.00%0.00%1.20%
1.96%

Color #EBFAF7 in popluar number systems.

HEXEBFAF7
Decimal235250247
Binary111010111111101011110111
Octal353372367

Shades and tints

Shades of #EBFAF7

#EBFAF7
(235,250,247)
#D6E4E1
(214,228,225)
#C1CECB
(193,206,203)
#ACB8B5
(172,184,181)
#97A29F
(151,162,159)
#828C89
(130,140,137)
#6D7673
(109,118,115)
#58605D
(88,96,93)
#434A47
(67,74,71)
#2E3431
(46,52,49)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #EBFAF7

#EBFAF7
(235,250,247)
#ECFAF7
(236,250,247)
#EDFAF7
(237,250,247)
#EEFAF7
(238,250,247)
#EFFAF7
(239,250,247)
#F0FAF7
(240,250,247)
#F1FAF7
(241,250,247)
#F2FAF7
(242,250,247)
#F3FAF7
(243,250,247)
#F4FAF7
(244,250,247)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFAF7; }

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

This text font color is #EBFAF7.


Background Color

.myBgColor { background-color: #EBFAF7; }

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

This div background color is #EBFAF7.


Border color

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

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

This div border color is #EBFAF7.


Opacity

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

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

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

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

This text has shadow with #EBFAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFAF7 on black background.


Color preview on white background

This text has color #EBFAF7 on white background.



Black color preview on #EBFAF7 background

This text has black color on #EBFAF7 background.


White color preview on #EBFAF7 background

This text has white color on #EBFAF7 background.