COLOR #EBFDE9

HEX: #EBFDE9
RGB: (235,253,233)

Color info

#EBFDE9 contains red, green and blue colors in about the same proportion. Web safe color of #EBFDE9 is #FFFFFF (or #FFF).

RGB color model

#EBFDE9 color RGB value is (235,253,233).

  • red value is 235;
  • green value is 253;
  • blue value is 233.
RGB:
(235,253,233)
(92%,99%,91%)

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 233 of 255 = 91%

235
253
233

R + G + B ~ 94%. #EBFDE9 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 253 + 233 = 721 (100%)
R 235 of 721 ~ 32.59%
G 253 of 721 ~ 35.09%
B 233 of 721 ~ 32.32%

%32.59
%35.09
%32.32

CMYK color model

#EBFDE9 color CMYK value is (7,0,8,1).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(7,0,8,1)
C7M0Y8K1 
(7%,0%,8%,1%)
(0.07/0.00/0.08/0.01)	

CMYK percentages

%7.11
%0
%7.91
%0.78

Codes

Color #EBFDE9 in popluar color models

EBFDE9
RGB235253233
HSL114°83.33%95.29%
HSB/HSV114°7.91%99.22%
CMYK7.11%0.00%7.91%
0.78%

Color #EBFDE9 in popluar number systems.

HEXEBFDE9
Decimal235253233
Binary111010111111110111101001
Octal353375351

Shades and tints

Shades of #EBFDE9

#EBFDE9
(235,253,233)
#D6E6D4
(214,230,212)
#C1CFBF
(193,207,191)
#ACB8AA
(172,184,170)
#97A195
(151,161,149)
#828A80
(130,138,128)
#6D736B
(109,115,107)
#585C56
(88,92,86)
#434541
(67,69,65)
#2E2E2C
(46,46,44)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBFDE9

#EBFDE9
(235,253,233)
#ECFDEB
(236,253,235)
#EDFDED
(237,253,237)
#EEFDEF
(238,253,239)
#EFFDF1
(239,253,241)
#F0FDF3
(240,253,243)
#F1FDF5
(241,253,245)
#F2FDF7
(242,253,247)
#F3FDF9
(243,253,249)
#F4FDFB
(244,253,251)
#F5FDFD
(245,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFDE9 color. Also use rgb(235,253,233) instead hex code.

Text Font Color

.myTextColor { color: #EBFDE9; }

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

This text font color is #EBFDE9.


Background Color

.myBgColor { background-color: #EBFDE9; }

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

This div background color is #EBFDE9.


Border color

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

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

This div border color is #EBFDE9.


Opacity

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

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

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

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

This text has shadow with #EBFDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFDE9 on black background.


Color preview on white background

This text has color #EBFDE9 on white background.



Black color preview on #EBFDE9 background

This text has black color on #EBFDE9 background.


White color preview on #EBFDE9 background

This text has white color on #EBFDE9 background.