COLOR #EBFBEB

HEX: #EBFBEB
RGB: (235,251,235)

Color info

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

RGB color model

#EBFBEB color RGB value is (235,251,235).

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

RGB channels and saturation

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

235
251
235

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

Portions of RGB colors in percentages

R + G + B =
235 + 251 + 235 = 721 (100%)
R 235 of 721 ~ 32.59%
G 251 of 721 ~ 34.81%
B 235 of 721 ~ 32.59%

%32.59
%34.81
%32.59

CMYK color model

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

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

CMYK percentages

%6.37
%0
%6.37
%1.57

Codes

Color #EBFBEB in popluar color models

EBFBEB
RGB235251235
HSL120°66.67%95.29%
HSB/HSV120°6.37%98.43%
CMYK6.37%0.00%6.37%
1.57%

Color #EBFBEB in popluar number systems.

HEXEBFBEB
Decimal235251235
Binary111010111111101111101011
Octal353373353

Shades and tints

Shades of #EBFBEB

#EBFBEB
(235,251,235)
#D6E5D6
(214,229,214)
#C1CFC1
(193,207,193)
#ACB9AC
(172,185,172)
#97A397
(151,163,151)
#828D82
(130,141,130)
#6D776D
(109,119,109)
#586158
(88,97,88)
#434B43
(67,75,67)
#2E352E
(46,53,46)
#191F19
(25,31,25)
#000000
(0,0,0)

Tints of #EBFBEB

#EBFBEB
(235,251,235)
#ECFBEC
(236,251,236)
#EDFBED
(237,251,237)
#EEFBEE
(238,251,238)
#EFFBEF
(239,251,239)
#F0FBF0
(240,251,240)
#F1FBF1
(241,251,241)
#F2FBF2
(242,251,242)
#F3FBF3
(243,251,243)
#F4FBF4
(244,251,244)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFBEB; }

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

This text font color is #EBFBEB.


Background Color

.myBgColor { background-color: #EBFBEB; }

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

This div background color is #EBFBEB.


Border color

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

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

This div border color is #EBFBEB.


Opacity

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

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

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

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

This text has shadow with #EBFBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFBEB on black background.


Color preview on white background

This text has color #EBFBEB on white background.



Black color preview on #EBFBEB background

This text has black color on #EBFBEB background.


White color preview on #EBFBEB background

This text has white color on #EBFBEB background.