COLOR #EBF9DA

HEX: #EBF9DA
RGB: (235,249,218)

Color info

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

RGB color model

#EBF9DA color RGB value is (235,249,218).

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

RGB channels and saturation

R 235 of 255 = 92%
G 249 of 255 = 98%
B 218 of 255 = 85%

235
249
218

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

Portions of RGB colors in percentages

R + G + B =
235 + 249 + 218 = 702 (100%)
R 235 of 702 ~ 33.48%
G 249 of 702 ~ 35.47%
B 218 of 702 ~ 31.05%

%33.48
%35.47
%31.05

CMYK color model

#EBF9DA color CMYK value is (6,0,12,2).

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(6,0,12,2)
C6M0Y12K2 
(6%,0%,12%,2%)
(0.06/0.00/0.12/0.02)	

CMYK percentages

%5.62
%0
%12.45
%2.35

Codes

Color #EBF9DA in popluar color models

EBF9DA
RGB235249218
HSL87°72.09%91.57%
HSB/HSV87°12.45%97.65%
CMYK5.62%0.00%12.45%
2.35%

Color #EBF9DA in popluar number systems.

HEXEBF9DA
Decimal235249218
Binary111010111111100111011010
Octal353371332

Shades and tints

Shades of #EBF9DA

#EBF9DA
(235,249,218)
#D6E3C7
(214,227,199)
#C1CDB4
(193,205,180)
#ACB7A1
(172,183,161)
#97A18E
(151,161,142)
#828B7B
(130,139,123)
#6D7568
(109,117,104)
#585F55
(88,95,85)
#434942
(67,73,66)
#2E332F
(46,51,47)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #EBF9DA

#EBF9DA
(235,249,218)
#ECF9DD
(236,249,221)
#EDF9E0
(237,249,224)
#EEF9E3
(238,249,227)
#EFF9E6
(239,249,230)
#F0F9E9
(240,249,233)
#F1F9EC
(241,249,236)
#F2F9EF
(242,249,239)
#F3F9F2
(243,249,242)
#F4F9F5
(244,249,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF9DA; }

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

This text font color is #EBF9DA.


Background Color

.myBgColor { background-color: #EBF9DA; }

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

This div background color is #EBF9DA.


Border color

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

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

This div border color is #EBF9DA.


Opacity

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

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

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

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

This text has shadow with #EBF9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF9DA on black background.


Color preview on white background

This text has color #EBF9DA on white background.



Black color preview on #EBF9DA background

This text has black color on #EBF9DA background.


White color preview on #EBF9DA background

This text has white color on #EBF9DA background.