COLOR #EBF882

HEX: #EBF882
RGB: (235,248,130)

Color info

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

RGB color model

#EBF882 color RGB value is (235,248,130).

  • red value is 235;
  • green value is 248;
  • blue value is 130.
RGB:
(235,248,130)
(92%,97%,51%)

RGB channels and saturation

R 235 of 255 = 92%
G 248 of 255 = 97%
B 130 of 255 = 51%

235
248
130

R + G + B ~ 80%. #EBF882 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 248 + 130 = 613 (100%)
R 235 of 613 ~ 38.34%
G 248 of 613 ~ 40.46%
B 130 of 613 ~ 21.21%

%38.34
%40.46
%21.21

CMYK color model

#EBF882 color CMYK value is (5,0,48,3).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 47.58%
  • key color value is 2.75%
CMYK:
(5,0,48,3)
C5M0Y48K3 
(5%,0%,48%,3%)
(0.05/0.00/0.48/0.03)	

CMYK percentages

%5.24
%0
%47.58
%2.75

Codes

Color #EBF882 in popluar color models

EBF882
RGB235248130
HSL67°89.39%74.12%
HSB/HSV67°47.58%97.25%
CMYK5.24%0.00%47.58%
2.75%

Color #EBF882 in popluar number systems.

HEXEBF882
Decimal235248130
Binary111010111111100010000010
Octal353370202

Shades and tints

Shades of #EBF882

#EBF882
(235,248,130)
#D6E277
(214,226,119)
#C1CC6C
(193,204,108)
#ACB661
(172,182,97)
#97A056
(151,160,86)
#828A4B
(130,138,75)
#6D7440
(109,116,64)
#585E35
(88,94,53)
#43482A
(67,72,42)
#2E321F
(46,50,31)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #EBF882

#EBF882
(235,248,130)
#ECF88D
(236,248,141)
#EDF898
(237,248,152)
#EEF8A3
(238,248,163)
#EFF8AE
(239,248,174)
#F0F8B9
(240,248,185)
#F1F8C4
(241,248,196)
#F2F8CF
(242,248,207)
#F3F8DA
(243,248,218)
#F4F8E5
(244,248,229)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF882; }

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

This text font color is #EBF882.


Background Color

.myBgColor { background-color: #EBF882; }

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

This div background color is #EBF882.


Border color

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

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

This div border color is #EBF882.


Opacity

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

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

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

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

This text has shadow with #EBF882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF882 on black background.


Color preview on white background

This text has color #EBF882 on white background.



Black color preview on #EBF882 background

This text has black color on #EBF882 background.


White color preview on #EBF882 background

This text has white color on #EBF882 background.