COLOR #EBF8BF

HEX: #EBF8BF
RGB: (235,248,191)

Color info

#EBF8BF contains red, green and blue colors in about the same proportion. Web safe color of #EBF8BF is #FFFFCC (or #FFC).

RGB color model

#EBF8BF color RGB value is (235,248,191).

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

RGB channels and saturation

R 235 of 255 = 92%
G 248 of 255 = 97%
B 191 of 255 = 75%

235
248
191

R + G + B ~ 88%. #EBF8BF is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 248 + 191 = 674 (100%)
R 235 of 674 ~ 34.87%
G 248 of 674 ~ 36.8%
B 191 of 674 ~ 28.34%

%34.87
%36.8
%28.34

CMYK color model

#EBF8BF color CMYK value is (5,0,23,3).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 2.75%
CMYK:
(5,0,23,3)
C5M0Y23K3 
(5%,0%,23%,3%)
(0.05/0.00/0.23/0.03)	

CMYK percentages

%5.24
%0
%22.98
%2.75

Codes

Color #EBF8BF in popluar color models

EBF8BF
RGB235248191
HSL74°80.28%86.08%
HSB/HSV74°22.98%97.25%
CMYK5.24%0.00%22.98%
2.75%

Color #EBF8BF in popluar number systems.

HEXEBF8BF
Decimal235248191
Binary111010111111100010111111
Octal353370277

Shades and tints

Shades of #EBF8BF

#EBF8BF
(235,248,191)
#D6E2AE
(214,226,174)
#C1CC9D
(193,204,157)
#ACB68C
(172,182,140)
#97A07B
(151,160,123)
#828A6A
(130,138,106)
#6D7459
(109,116,89)
#585E48
(88,94,72)
#434837
(67,72,55)
#2E3226
(46,50,38)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #EBF8BF

#EBF8BF
(235,248,191)
#ECF8C4
(236,248,196)
#EDF8C9
(237,248,201)
#EEF8CE
(238,248,206)
#EFF8D3
(239,248,211)
#F0F8D8
(240,248,216)
#F1F8DD
(241,248,221)
#F2F8E2
(242,248,226)
#F3F8E7
(243,248,231)
#F4F8EC
(244,248,236)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF8BF; }

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

This text font color is #EBF8BF.


Background Color

.myBgColor { background-color: #EBF8BF; }

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

This div background color is #EBF8BF.


Border color

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

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

This div border color is #EBF8BF.


Opacity

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

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

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

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

This text has shadow with #EBF8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF8BF on black background.


Color preview on white background

This text has color #EBF8BF on white background.



Black color preview on #EBF8BF background

This text has black color on #EBF8BF background.


White color preview on #EBF8BF background

This text has white color on #EBF8BF background.