COLOR #EBF4B0

HEX: #EBF4B0
RGB: (235,244,176)

Color info

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

RGB color model

#EBF4B0 color RGB value is (235,244,176).

  • red value is 235;
  • green value is 244;
  • blue value is 176.
RGB:
(235,244,176)
(92%,96%,69%)

RGB channels and saturation

R 235 of 255 = 92%
G 244 of 255 = 96%
B 176 of 255 = 69%

235
244
176

R + G + B ~ 86%. #EBF4B0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 244 + 176 = 655 (100%)
R 235 of 655 ~ 35.88%
G 244 of 655 ~ 37.25%
B 176 of 655 ~ 26.87%

%35.88
%37.25
%26.87

CMYK color model

#EBF4B0 color CMYK value is (4,0,28,4).

  • cyan value is 3.69%
  • magenta value is 0.00%
  • yellow value is 27.87%
  • key color value is 4.31%
CMYK:
(4,0,28,4)
C4M0Y28K4 
(4%,0%,28%,4%)
(0.04/0.00/0.28/0.04)	

CMYK percentages

%3.69
%0
%27.87
%4.31

Codes

Color #EBF4B0 in popluar color models

EBF4B0
RGB235244176
HSL68°75.56%82.35%
HSB/HSV68°27.87%95.69%
CMYK3.69%0.00%27.87%
4.31%

Color #EBF4B0 in popluar number systems.

HEXEBF4B0
Decimal235244176
Binary111010111111010010110000
Octal353364260

Shades and tints

Shades of #EBF4B0

#EBF4B0
(235,244,176)
#D6DEA0
(214,222,160)
#C1C890
(193,200,144)
#ACB280
(172,178,128)
#979C70
(151,156,112)
#828660
(130,134,96)
#6D7050
(109,112,80)
#585A40
(88,90,64)
#434430
(67,68,48)
#2E2E20
(46,46,32)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #EBF4B0

#EBF4B0
(235,244,176)
#ECF5B7
(236,245,183)
#EDF6BE
(237,246,190)
#EEF7C5
(238,247,197)
#EFF8CC
(239,248,204)
#F0F9D3
(240,249,211)
#F1FADA
(241,250,218)
#F2FBE1
(242,251,225)
#F3FCE8
(243,252,232)
#F4FDEF
(244,253,239)
#F5FEF6
(245,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF4B0; }

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

This text font color is #EBF4B0.


Background Color

.myBgColor { background-color: #EBF4B0; }

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

This div background color is #EBF4B0.


Border color

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

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

This div border color is #EBF4B0.


Opacity

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

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

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

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

This text has shadow with #EBF4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF4B0 on black background.


Color preview on white background

This text has color #EBF4B0 on white background.



Black color preview on #EBF4B0 background

This text has black color on #EBF4B0 background.


White color preview on #EBF4B0 background

This text has white color on #EBF4B0 background.