COLOR #EBF7BB

HEX: #EBF7BB
RGB: (235,247,187)

Color info

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

RGB color model

#EBF7BB color RGB value is (235,247,187).

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

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 187 of 255 = 73%

235
247
187

R + G + B ~ 87%. #EBF7BB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 187 = 669 (100%)
R 235 of 669 ~ 35.13%
G 247 of 669 ~ 36.92%
B 187 of 669 ~ 27.95%

%35.13
%36.92
%27.95

CMYK color model

#EBF7BB color CMYK value is (5,0,24,3).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 3.14%
CMYK:
(5,0,24,3)
C5M0Y24K3 
(5%,0%,24%,3%)
(0.05/0.00/0.24/0.03)	

CMYK percentages

%4.86
%0
%24.29
%3.14

Codes

Color #EBF7BB in popluar color models

EBF7BB
RGB235247187
HSL72°78.95%85.10%
HSB/HSV72°24.29%96.86%
CMYK4.86%0.00%24.29%
3.14%

Color #EBF7BB in popluar number systems.

HEXEBF7BB
Decimal235247187
Binary111010111111011110111011
Octal353367273

Shades and tints

Shades of #EBF7BB

#EBF7BB
(235,247,187)
#D6E1AA
(214,225,170)
#C1CB99
(193,203,153)
#ACB588
(172,181,136)
#979F77
(151,159,119)
#828966
(130,137,102)
#6D7355
(109,115,85)
#585D44
(88,93,68)
#434733
(67,71,51)
#2E3122
(46,49,34)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #EBF7BB

#EBF7BB
(235,247,187)
#ECF7C1
(236,247,193)
#EDF7C7
(237,247,199)
#EEF7CD
(238,247,205)
#EFF7D3
(239,247,211)
#F0F7D9
(240,247,217)
#F1F7DF
(241,247,223)
#F2F7E5
(242,247,229)
#F3F7EB
(243,247,235)
#F4F7F1
(244,247,241)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7BB; }

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

This text font color is #EBF7BB.


Background Color

.myBgColor { background-color: #EBF7BB; }

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

This div background color is #EBF7BB.


Border color

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

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

This div border color is #EBF7BB.


Opacity

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

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

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

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

This text has shadow with #EBF7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7BB on black background.


Color preview on white background

This text has color #EBF7BB on white background.



Black color preview on #EBF7BB background

This text has black color on #EBF7BB background.


White color preview on #EBF7BB background

This text has white color on #EBF7BB background.