COLOR #EBF8DA

HEX: #EBF8DA
RGB: (235,248,218)

Color info

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

RGB color model

#EBF8DA color RGB value is (235,248,218).

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

RGB channels and saturation

R 235 of 255 = 92%
G 248 of 255 = 97%
B 218 of 255 = 85%

235
248
218

R + G + B ~ 91%. #EBF8DA is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 248 + 218 = 701 (100%)
R 235 of 701 ~ 33.52%
G 248 of 701 ~ 35.38%
B 218 of 701 ~ 31.1%

%33.52
%35.38
%31.1

CMYK color model

#EBF8DA color CMYK value is (5,0,12,3).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 2.75%
CMYK:
(5,0,12,3)
C5M0Y12K3 
(5%,0%,12%,3%)
(0.05/0.00/0.12/0.03)	

CMYK percentages

%5.24
%0
%12.1
%2.75

Codes

Color #EBF8DA in popluar color models

EBF8DA
RGB235248218
HSL86°68.18%91.37%
HSB/HSV86°12.10%97.25%
CMYK5.24%0.00%12.10%
2.75%

Color #EBF8DA in popluar number systems.

HEXEBF8DA
Decimal235248218
Binary111010111111100011011010
Octal353370332

Shades and tints

Shades of #EBF8DA

#EBF8DA
(235,248,218)
#D6E2C7
(214,226,199)
#C1CCB4
(193,204,180)
#ACB6A1
(172,182,161)
#97A08E
(151,160,142)
#828A7B
(130,138,123)
#6D7468
(109,116,104)
#585E55
(88,94,85)
#434842
(67,72,66)
#2E322F
(46,50,47)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #EBF8DA

#EBF8DA
(235,248,218)
#ECF8DD
(236,248,221)
#EDF8E0
(237,248,224)
#EEF8E3
(238,248,227)
#EFF8E6
(239,248,230)
#F0F8E9
(240,248,233)
#F1F8EC
(241,248,236)
#F2F8EF
(242,248,239)
#F3F8F2
(243,248,242)
#F4F8F5
(244,248,245)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF8DA; }

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

This text font color is #EBF8DA.


Background Color

.myBgColor { background-color: #EBF8DA; }

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

This div background color is #EBF8DA.


Border color

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

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

This div border color is #EBF8DA.


Opacity

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

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

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

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

This text has shadow with #EBF8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF8DA on black background.


Color preview on white background

This text has color #EBF8DA on white background.



Black color preview on #EBF8DA background

This text has black color on #EBF8DA background.


White color preview on #EBF8DA background

This text has white color on #EBF8DA background.