COLOR #EBF5EB

HEX: #EBF5EB
RGB: (235,245,235)

Color info

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

RGB color model

#EBF5EB color RGB value is (235,245,235).

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

RGB channels and saturation

R 235 of 255 = 92%
G 245 of 255 = 96%
B 235 of 255 = 92%

235
245
235

R + G + B ~ 93%. #EBF5EB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 245 + 235 = 715 (100%)
R 235 of 715 ~ 32.87%
G 245 of 715 ~ 34.27%
B 235 of 715 ~ 32.87%

%32.87
%34.27
%32.87

CMYK color model

#EBF5EB color CMYK value is (4,0,4,4).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 3.92%
CMYK:
(4,0,4,4)
C4M0Y4K4 
(4%,0%,4%,4%)
(0.04/0.00/0.04/0.04)	

CMYK percentages

%4.08
%0
%4.08
%3.92

Codes

Color #EBF5EB in popluar color models

EBF5EB
RGB235245235
HSL120°33.33%94.12%
HSB/HSV120°4.08%96.08%
CMYK4.08%0.00%4.08%
3.92%

Color #EBF5EB in popluar number systems.

HEXEBF5EB
Decimal235245235
Binary111010111111010111101011
Octal353365353

Shades and tints

Shades of #EBF5EB

#EBF5EB
(235,245,235)
#D6DFD6
(214,223,214)
#C1C9C1
(193,201,193)
#ACB3AC
(172,179,172)
#979D97
(151,157,151)
#828782
(130,135,130)
#6D716D
(109,113,109)
#585B58
(88,91,88)
#434543
(67,69,67)
#2E2F2E
(46,47,46)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #EBF5EB

#EBF5EB
(235,245,235)
#ECF5EC
(236,245,236)
#EDF5ED
(237,245,237)
#EEF5EE
(238,245,238)
#EFF5EF
(239,245,239)
#F0F5F0
(240,245,240)
#F1F5F1
(241,245,241)
#F2F5F2
(242,245,242)
#F3F5F3
(243,245,243)
#F4F5F4
(244,245,244)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF5EB; }

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

This text font color is #EBF5EB.


Background Color

.myBgColor { background-color: #EBF5EB; }

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

This div background color is #EBF5EB.


Border color

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

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

This div border color is #EBF5EB.


Opacity

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

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

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

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

This text has shadow with #EBF5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF5EB on black background.


Color preview on white background

This text has color #EBF5EB on white background.



Black color preview on #EBF5EB background

This text has black color on #EBF5EB background.


White color preview on #EBF5EB background

This text has white color on #EBF5EB background.