COLOR #EBFCBB

HEX: #EBFCBB
RGB: (235,252,187)

Color info

#EBFCBB contains mainly red and green colors. Web safe color of #EBFCBB is #FFFFCC (or #FFC).

RGB color model

#EBFCBB color RGB value is (235,252,187).

  • red value is 235;
  • green value is 252;
  • blue value is 187.
RGB:
(235,252,187)
(92%,99%,73%)

RGB channels and saturation

R 235 of 255 = 92%
G 252 of 255 = 99%
B 187 of 255 = 73%

235
252
187

R + G + B ~ 88%. #EBFCBB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 252 + 187 = 674 (100%)
R 235 of 674 ~ 34.87%
G 252 of 674 ~ 37.39%
B 187 of 674 ~ 27.74%

%34.87
%37.39
%27.74

CMYK color model

#EBFCBB color CMYK value is (7,0,26,1).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 1.18%
CMYK:
(7,0,26,1)
C7M0Y26K1 
(7%,0%,26%,1%)
(0.07/0.00/0.26/0.01)	

CMYK percentages

%6.75
%0
%25.79
%1.18

Codes

Color #EBFCBB in popluar color models

EBFCBB
RGB235252187
HSL76°91.55%86.08%
HSB/HSV76°25.79%98.82%
CMYK6.75%0.00%25.79%
1.18%

Color #EBFCBB in popluar number systems.

HEXEBFCBB
Decimal235252187
Binary111010111111110010111011
Octal353374273

Shades and tints

Shades of #EBFCBB

#EBFCBB
(235,252,187)
#D6E6AA
(214,230,170)
#C1D099
(193,208,153)
#ACBA88
(172,186,136)
#97A477
(151,164,119)
#828E66
(130,142,102)
#6D7855
(109,120,85)
#586244
(88,98,68)
#434C33
(67,76,51)
#2E3622
(46,54,34)
#192011
(25,32,17)
#000000
(0,0,0)

Tints of #EBFCBB

#EBFCBB
(235,252,187)
#ECFCC1
(236,252,193)
#EDFCC7
(237,252,199)
#EEFCCD
(238,252,205)
#EFFCD3
(239,252,211)
#F0FCD9
(240,252,217)
#F1FCDF
(241,252,223)
#F2FCE5
(242,252,229)
#F3FCEB
(243,252,235)
#F4FCF1
(244,252,241)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFCBB; }

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

This text font color is #EBFCBB.


Background Color

.myBgColor { background-color: #EBFCBB; }

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

This div background color is #EBFCBB.


Border color

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

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

This div border color is #EBFCBB.


Opacity

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

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

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

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

This text has shadow with #EBFCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFCBB on black background.


Color preview on white background

This text has color #EBFCBB on white background.



Black color preview on #EBFCBB background

This text has black color on #EBFCBB background.


White color preview on #EBFCBB background

This text has white color on #EBFCBB background.