COLOR #EBF8DC

HEX: #EBF8DC
RGB: (235,248,220)

Color info

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

RGB color model

#EBF8DC color RGB value is (235,248,220).

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

RGB channels and saturation

R 235 of 255 = 92%
G 248 of 255 = 97%
B 220 of 255 = 86%

235
248
220

R + G + B ~ 92%. #EBF8DC is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 248 + 220 = 703 (100%)
R 235 of 703 ~ 33.43%
G 248 of 703 ~ 35.28%
B 220 of 703 ~ 31.29%

%33.43
%35.28
%31.29

CMYK color model

#EBF8DC color CMYK value is (5,0,11,3).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK:
(5,0,11,3)
C5M0Y11K3 
(5%,0%,11%,3%)
(0.05/0.00/0.11/0.03)	

CMYK percentages

%5.24
%0
%11.29
%2.75

Codes

Color #EBF8DC in popluar color models

EBF8DC
RGB235248220
HSL88°66.67%91.76%
HSB/HSV88°11.29%97.25%
CMYK5.24%0.00%11.29%
2.75%

Color #EBF8DC in popluar number systems.

HEXEBF8DC
Decimal235248220
Binary111010111111100011011100
Octal353370334

Shades and tints

Shades of #EBF8DC

#EBF8DC
(235,248,220)
#D6E2C8
(214,226,200)
#C1CCB4
(193,204,180)
#ACB6A0
(172,182,160)
#97A08C
(151,160,140)
#828A78
(130,138,120)
#6D7464
(109,116,100)
#585E50
(88,94,80)
#43483C
(67,72,60)
#2E3228
(46,50,40)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #EBF8DC

#EBF8DC
(235,248,220)
#ECF8DF
(236,248,223)
#EDF8E2
(237,248,226)
#EEF8E5
(238,248,229)
#EFF8E8
(239,248,232)
#F0F8EB
(240,248,235)
#F1F8EE
(241,248,238)
#F2F8F1
(242,248,241)
#F3F8F4
(243,248,244)
#F4F8F7
(244,248,247)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF8DC; }

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

This text font color is #EBF8DC.


Background Color

.myBgColor { background-color: #EBF8DC; }

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

This div background color is #EBF8DC.


Border color

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

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

This div border color is #EBF8DC.


Opacity

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

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

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

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

This text has shadow with #EBF8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF8DC on black background.


Color preview on white background

This text has color #EBF8DC on white background.



Black color preview on #EBF8DC background

This text has black color on #EBF8DC background.


White color preview on #EBF8DC background

This text has white color on #EBF8DC background.