COLOR #EBF9EB

HEX: #EBF9EB
RGB: (235,249,235)

Color info

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

RGB color model

#EBF9EB color RGB value is (235,249,235).

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

RGB channels and saturation

R 235 of 255 = 92%
G 249 of 255 = 98%
B 235 of 255 = 92%

235
249
235

R + G + B ~ 94%. #EBF9EB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 249 + 235 = 719 (100%)
R 235 of 719 ~ 32.68%
G 249 of 719 ~ 34.63%
B 235 of 719 ~ 32.68%

%32.68
%34.63
%32.68

CMYK color model

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

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK:
(6,0,6,2)
C6M0Y6K2 
(6%,0%,6%,2%)
(0.06/0.00/0.06/0.02)	

CMYK percentages

%5.62
%0
%5.62
%2.35

Codes

Color #EBF9EB in popluar color models

EBF9EB
RGB235249235
HSL120°53.85%94.90%
HSB/HSV120°5.62%97.65%
CMYK5.62%0.00%5.62%
2.35%

Color #EBF9EB in popluar number systems.

HEXEBF9EB
Decimal235249235
Binary111010111111100111101011
Octal353371353

Shades and tints

Shades of #EBF9EB

#EBF9EB
(235,249,235)
#D6E3D6
(214,227,214)
#C1CDC1
(193,205,193)
#ACB7AC
(172,183,172)
#97A197
(151,161,151)
#828B82
(130,139,130)
#6D756D
(109,117,109)
#585F58
(88,95,88)
#434943
(67,73,67)
#2E332E
(46,51,46)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #EBF9EB

#EBF9EB
(235,249,235)
#ECF9EC
(236,249,236)
#EDF9ED
(237,249,237)
#EEF9EE
(238,249,238)
#EFF9EF
(239,249,239)
#F0F9F0
(240,249,240)
#F1F9F1
(241,249,241)
#F2F9F2
(242,249,242)
#F3F9F3
(243,249,243)
#F4F9F4
(244,249,244)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF9EB; }

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

This text font color is #EBF9EB.


Background Color

.myBgColor { background-color: #EBF9EB; }

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

This div background color is #EBF9EB.


Border color

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

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

This div border color is #EBF9EB.


Opacity

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

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

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

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

This text has shadow with #EBF9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF9EB on black background.


Color preview on white background

This text has color #EBF9EB on white background.



Black color preview on #EBF9EB background

This text has black color on #EBF9EB background.


White color preview on #EBF9EB background

This text has white color on #EBF9EB background.