COLOR #EBFEEB

HEX: #EBFEEB
RGB: (235,254,235)

Color info

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

RGB color model

#EBFEEB color RGB value is (235,254,235).

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

RGB channels and saturation

R 235 of 255 = 92%
G 254 of 255 = 100%
B 235 of 255 = 92%

235
254
235

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

Portions of RGB colors in percentages

R + G + B =
235 + 254 + 235 = 724 (100%)
R 235 of 724 ~ 32.46%
G 254 of 724 ~ 35.08%
B 235 of 724 ~ 32.46%

%32.46
%35.08
%32.46

CMYK color model

#EBFEEB color CMYK value is (7,0,7,0).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK:
(7,0,7,0)
C7M0Y7K0 
(7%,0%,7%,0%)
(0.07/0.00/0.07/0.00)	

CMYK percentages

%7.48
%0
%7.48
%0.39

Codes

Color #EBFEEB in popluar color models

EBFEEB
RGB235254235
HSL120°90.48%95.88%
HSB/HSV120°7.48%99.61%
CMYK7.48%0.00%7.48%
0.39%

Color #EBFEEB in popluar number systems.

HEXEBFEEB
Decimal235254235
Binary111010111111111011101011
Octal353376353

Shades and tints

Shades of #EBFEEB

#EBFEEB
(235,254,235)
#D6E7D6
(214,231,214)
#C1D0C1
(193,208,193)
#ACB9AC
(172,185,172)
#97A297
(151,162,151)
#828B82
(130,139,130)
#6D746D
(109,116,109)
#585D58
(88,93,88)
#434643
(67,70,67)
#2E2F2E
(46,47,46)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #EBFEEB

#EBFEEB
(235,254,235)
#ECFEEC
(236,254,236)
#EDFEED
(237,254,237)
#EEFEEE
(238,254,238)
#EFFEEF
(239,254,239)
#F0FEF0
(240,254,240)
#F1FEF1
(241,254,241)
#F2FEF2
(242,254,242)
#F3FEF3
(243,254,243)
#F4FEF4
(244,254,244)
#F5FEF5
(245,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFEEB; }

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

This text font color is #EBFEEB.


Background Color

.myBgColor { background-color: #EBFEEB; }

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

This div background color is #EBFEEB.


Border color

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

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

This div border color is #EBFEEB.


Opacity

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

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

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

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

This text has shadow with #EBFEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFEEB on black background.


Color preview on white background

This text has color #EBFEEB on white background.



Black color preview on #EBFEEB background

This text has black color on #EBFEEB background.


White color preview on #EBFEEB background

This text has white color on #EBFEEB background.