COLOR #EBF0BF

HEX: #EBF0BF
RGB: (235,240,191)

Color info

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

RGB color model

#EBF0BF color RGB value is (235,240,191).

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

RGB channels and saturation

R 235 of 255 = 92%
G 240 of 255 = 94%
B 191 of 255 = 75%

235
240
191

R + G + B ~ 87%. #EBF0BF is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 240 + 191 = 666 (100%)
R 235 of 666 ~ 35.29%
G 240 of 666 ~ 36.04%
B 191 of 666 ~ 28.68%

%35.29
%36.04
%28.68

CMYK color model

#EBF0BF color CMYK value is (2,0,20,6).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK:
(2,0,20,6)
C2M0Y20K6 
(2%,0%,20%,6%)
(0.02/0.00/0.20/0.06)	

CMYK percentages

%2.08
%0
%20.42
%5.88

Codes

Color #EBF0BF in popluar color models

EBF0BF
RGB235240191
HSL66°62.03%84.51%
HSB/HSV66°20.42%94.12%
CMYK2.08%0.00%20.42%
5.88%

Color #EBF0BF in popluar number systems.

HEXEBF0BF
Decimal235240191
Binary111010111111000010111111
Octal353360277

Shades and tints

Shades of #EBF0BF

#EBF0BF
(235,240,191)
#D6DBAE
(214,219,174)
#C1C69D
(193,198,157)
#ACB18C
(172,177,140)
#979C7B
(151,156,123)
#82876A
(130,135,106)
#6D7259
(109,114,89)
#585D48
(88,93,72)
#434837
(67,72,55)
#2E3326
(46,51,38)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #EBF0BF

#EBF0BF
(235,240,191)
#ECF1C4
(236,241,196)
#EDF2C9
(237,242,201)
#EEF3CE
(238,243,206)
#EFF4D3
(239,244,211)
#F0F5D8
(240,245,216)
#F1F6DD
(241,246,221)
#F2F7E2
(242,247,226)
#F3F8E7
(243,248,231)
#F4F9EC
(244,249,236)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF0BF; }

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

This text font color is #EBF0BF.


Background Color

.myBgColor { background-color: #EBF0BF; }

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

This div background color is #EBF0BF.


Border color

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

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

This div border color is #EBF0BF.


Opacity

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

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

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

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

This text has shadow with #EBF0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF0BF on black background.


Color preview on white background

This text has color #EBF0BF on white background.



Black color preview on #EBF0BF background

This text has black color on #EBF0BF background.


White color preview on #EBF0BF background

This text has white color on #EBF0BF background.