COLOR #EBFBF0

HEX: #EBFBF0
RGB: (235,251,240)

Color info

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

RGB color model

#EBFBF0 color RGB value is (235,251,240).

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

RGB channels and saturation

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

235
251
240

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

Portions of RGB colors in percentages

R + G + B =
235 + 251 + 240 = 726 (100%)
R 235 of 726 ~ 32.37%
G 251 of 726 ~ 34.57%
B 240 of 726 ~ 33.06%

%32.37
%34.57
%33.06

CMYK color model

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

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

CMYK percentages

%6.37
%0
%4.38
%1.57

Codes

Color #EBFBF0 in popluar color models

EBFBF0
RGB235251240
HSL139°66.67%95.29%
HSB/HSV139°6.37%98.43%
CMYK6.37%0.00%4.38%
1.57%

Color #EBFBF0 in popluar number systems.

HEXEBFBF0
Decimal235251240
Binary111010111111101111110000
Octal353373360

Shades and tints

Shades of #EBFBF0

#EBFBF0
(235,251,240)
#D6E5DB
(214,229,219)
#C1CFC6
(193,207,198)
#ACB9B1
(172,185,177)
#97A39C
(151,163,156)
#828D87
(130,141,135)
#6D7772
(109,119,114)
#58615D
(88,97,93)
#434B48
(67,75,72)
#2E3533
(46,53,51)
#191F1E
(25,31,30)
#000000
(0,0,0)

Tints of #EBFBF0

#EBFBF0
(235,251,240)
#ECFBF1
(236,251,241)
#EDFBF2
(237,251,242)
#EEFBF3
(238,251,243)
#EFFBF4
(239,251,244)
#F0FBF5
(240,251,245)
#F1FBF6
(241,251,246)
#F2FBF7
(242,251,247)
#F3FBF8
(243,251,248)
#F4FBF9
(244,251,249)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFBF0; }

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

This text font color is #EBFBF0.


Background Color

.myBgColor { background-color: #EBFBF0; }

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

This div background color is #EBFBF0.


Border color

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

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

This div border color is #EBFBF0.


Opacity

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

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

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

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

This text has shadow with #EBFBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFBF0 on black background.


Color preview on white background

This text has color #EBFBF0 on white background.



Black color preview on #EBFBF0 background

This text has black color on #EBFBF0 background.


White color preview on #EBFBF0 background

This text has white color on #EBFBF0 background.