COLOR #EBF0B2

HEX: #EBF0B2
RGB: (235,240,178)

Color info

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

RGB color model

#EBF0B2 color RGB value is (235,240,178).

  • red value is 235;
  • green value is 240;
  • blue value is 178.
RGB:
(235,240,178)
(92%,94%,70%)

RGB channels and saturation

R 235 of 255 = 92%
G 240 of 255 = 94%
B 178 of 255 = 70%

235
240
178

R + G + B ~ 85%. #EBF0B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 240 + 178 = 653 (100%)
R 235 of 653 ~ 35.99%
G 240 of 653 ~ 36.75%
B 178 of 653 ~ 27.26%

%35.99
%36.75
%27.26

CMYK color model

#EBF0B2 color CMYK value is (2,0,26,6).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 25.83%
  • key color value is 5.88%
CMYK:
(2,0,26,6)
C2M0Y26K6 
(2%,0%,26%,6%)
(0.02/0.00/0.26/0.06)	

CMYK percentages

%2.08
%0
%25.83
%5.88

Codes

Color #EBF0B2 in popluar color models

EBF0B2
RGB235240178
HSL65°67.39%81.96%
HSB/HSV65°25.83%94.12%
CMYK2.08%0.00%25.83%
5.88%

Color #EBF0B2 in popluar number systems.

HEXEBF0B2
Decimal235240178
Binary111010111111000010110010
Octal353360262

Shades and tints

Shades of #EBF0B2

#EBF0B2
(235,240,178)
#D6DBA2
(214,219,162)
#C1C692
(193,198,146)
#ACB182
(172,177,130)
#979C72
(151,156,114)
#828762
(130,135,98)
#6D7252
(109,114,82)
#585D42
(88,93,66)
#434832
(67,72,50)
#2E3322
(46,51,34)
#191E12
(25,30,18)
#000000
(0,0,0)

Tints of #EBF0B2

#EBF0B2
(235,240,178)
#ECF1B9
(236,241,185)
#EDF2C0
(237,242,192)
#EEF3C7
(238,243,199)
#EFF4CE
(239,244,206)
#F0F5D5
(240,245,213)
#F1F6DC
(241,246,220)
#F2F7E3
(242,247,227)
#F3F8EA
(243,248,234)
#F4F9F1
(244,249,241)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF0B2 color. Also use rgb(235,240,178) instead hex code.

Text Font Color

.myTextColor { color: #EBF0B2; }

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

This text font color is #EBF0B2.


Background Color

.myBgColor { background-color: #EBF0B2; }

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

This div background color is #EBF0B2.


Border color

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

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

This div border color is #EBF0B2.


Opacity

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

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

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

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

This text has shadow with #EBF0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF0B2 on black background.


Color preview on white background

This text has color #EBF0B2 on white background.



Black color preview on #EBF0B2 background

This text has black color on #EBF0B2 background.


White color preview on #EBF0B2 background

This text has white color on #EBF0B2 background.