COLOR #EBFF9B

HEX: #EBFF9B
RGB: (235,255,155)

Color info

#EBFF9B contains mainly red and green colors. Web safe color of #EBFF9B is #FFFF99 (or #FF9).

RGB color model

#EBFF9B color RGB value is (235,255,155).

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

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 155 of 255 = 61%

235
255
155

R + G + B ~ 84%. #EBFF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 255 + 155 = 645 (100%)
R 235 of 645 ~ 36.43%
G 255 of 645 ~ 39.53%
B 155 of 645 ~ 24.03%

%36.43
%39.53
%24.03

CMYK color model

#EBFF9B color CMYK value is (8,0,39,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 0.00%
CMYK:
(8,0,39,0)
C8M0Y39K0 
(8%,0%,39%,0%)
(0.08/0.00/0.39/0.00)	

CMYK percentages

%7.84
%0
%39.22
%0

Codes

Color #EBFF9B in popluar color models

EBFF9B
RGB235255155
HSL72°100.00%80.39%
HSB/HSV72°39.22%100.00%
CMYK7.84%0.00%39.22%
0.00%

Color #EBFF9B in popluar number systems.

HEXEBFF9B
Decimal235255155
Binary111010111111111110011011
Octal353377233

Shades and tints

Shades of #EBFF9B

#EBFF9B
(235,255,155)
#D6E88D
(214,232,141)
#C1D17F
(193,209,127)
#ACBA71
(172,186,113)
#97A363
(151,163,99)
#828C55
(130,140,85)
#6D7547
(109,117,71)
#585E39
(88,94,57)
#43472B
(67,71,43)
#2E301D
(46,48,29)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #EBFF9B

#EBFF9B
(235,255,155)
#ECFFA4
(236,255,164)
#EDFFAD
(237,255,173)
#EEFFB6
(238,255,182)
#EFFFBF
(239,255,191)
#F0FFC8
(240,255,200)
#F1FFD1
(241,255,209)
#F2FFDA
(242,255,218)
#F3FFE3
(243,255,227)
#F4FFEC
(244,255,236)
#F5FFF5
(245,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFF9B; }

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

This text font color is #EBFF9B.


Background Color

.myBgColor { background-color: #EBFF9B; }

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

This div background color is #EBFF9B.


Border color

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

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

This div border color is #EBFF9B.


Opacity

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

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

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

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

This text has shadow with #EBFF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFF9B on black background.


Color preview on white background

This text has color #EBFF9B on white background.



Black color preview on #EBFF9B background

This text has black color on #EBFF9B background.


White color preview on #EBFF9B background

This text has white color on #EBFF9B background.