COLOR #EBFAF0

HEX: #EBFAF0
RGB: (235,250,240)

Color info

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

RGB color model

#EBFAF0 color RGB value is (235,250,240).

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

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 240 of 255 = 94%

235
250
240

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

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 240 = 725 (100%)
R 235 of 725 ~ 32.41%
G 250 of 725 ~ 34.48%
B 240 of 725 ~ 33.1%

%32.41
%34.48
%33.1

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK:
(6,0,4,2)
C6M0Y4K2 
(6%,0%,4%,2%)
(0.06/0.00/0.04/0.02)	

CMYK percentages

%6
%0
%4
%1.96

Codes

Color #EBFAF0 in popluar color models

EBFAF0
RGB235250240
HSL140°60.00%95.10%
HSB/HSV140°6.00%98.04%
CMYK6.00%0.00%4.00%
1.96%

Color #EBFAF0 in popluar number systems.

HEXEBFAF0
Decimal235250240
Binary111010111111101011110000
Octal353372360

Shades and tints

Shades of #EBFAF0

#EBFAF0
(235,250,240)
#D6E4DB
(214,228,219)
#C1CEC6
(193,206,198)
#ACB8B1
(172,184,177)
#97A29C
(151,162,156)
#828C87
(130,140,135)
#6D7672
(109,118,114)
#58605D
(88,96,93)
#434A48
(67,74,72)
#2E3433
(46,52,51)
#191E1E
(25,30,30)
#000000
(0,0,0)

Tints of #EBFAF0

#EBFAF0
(235,250,240)
#ECFAF1
(236,250,241)
#EDFAF2
(237,250,242)
#EEFAF3
(238,250,243)
#EFFAF4
(239,250,244)
#F0FAF5
(240,250,245)
#F1FAF6
(241,250,246)
#F2FAF7
(242,250,247)
#F3FAF8
(243,250,248)
#F4FAF9
(244,250,249)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFAF0; }

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

This text font color is #EBFAF0.


Background Color

.myBgColor { background-color: #EBFAF0; }

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

This div background color is #EBFAF0.


Border color

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

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

This div border color is #EBFAF0.


Opacity

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

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

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

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

This text has shadow with #EBFAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFAF0 on black background.


Color preview on white background

This text has color #EBFAF0 on white background.



Black color preview on #EBFAF0 background

This text has black color on #EBFAF0 background.


White color preview on #EBFAF0 background

This text has white color on #EBFAF0 background.