COLOR #EBFFD1

HEX: #EBFFD1
RGB: (235,255,209)

Color info

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

RGB color model

#EBFFD1 color RGB value is (235,255,209).

  • red value is 235;
  • green value is 255;
  • blue value is 209.
RGB:
(235,255,209)
(92%,100%,82%)

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 209 of 255 = 82%

235
255
209

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

Portions of RGB colors in percentages

R + G + B =
235 + 255 + 209 = 699 (100%)
R 235 of 699 ~ 33.62%
G 255 of 699 ~ 36.48%
B 209 of 699 ~ 29.9%

%33.62
%36.48
%29.9

CMYK color model

#EBFFD1 color CMYK value is (8,0,18,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 18.04%
  • key color value is 0.00%
CMYK:
(8,0,18,0)
C8M0Y18K0 
(8%,0%,18%,0%)
(0.08/0.00/0.18/0.00)	

CMYK percentages

%7.84
%0
%18.04
%0

Codes

Color #EBFFD1 in popluar color models

EBFFD1
RGB235255209
HSL86°100.00%90.98%
HSB/HSV86°18.04%100.00%
CMYK7.84%0.00%18.04%
0.00%

Color #EBFFD1 in popluar number systems.

HEXEBFFD1
Decimal235255209
Binary111010111111111111010001
Octal353377321

Shades and tints

Shades of #EBFFD1

#EBFFD1
(235,255,209)
#D6E8BE
(214,232,190)
#C1D1AB
(193,209,171)
#ACBA98
(172,186,152)
#97A385
(151,163,133)
#828C72
(130,140,114)
#6D755F
(109,117,95)
#585E4C
(88,94,76)
#434739
(67,71,57)
#2E3026
(46,48,38)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #EBFFD1

#EBFFD1
(235,255,209)
#ECFFD5
(236,255,213)
#EDFFD9
(237,255,217)
#EEFFDD
(238,255,221)
#EFFFE1
(239,255,225)
#F0FFE5
(240,255,229)
#F1FFE9
(241,255,233)
#F2FFED
(242,255,237)
#F3FFF1
(243,255,241)
#F4FFF5
(244,255,245)
#F5FFF9
(245,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFFD1 color. Also use rgb(235,255,209) instead hex code.

Text Font Color

.myTextColor { color: #EBFFD1; }

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

This text font color is #EBFFD1.


Background Color

.myBgColor { background-color: #EBFFD1; }

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

This div background color is #EBFFD1.


Border color

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

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

This div border color is #EBFFD1.


Opacity

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

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

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

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

This text has shadow with #EBFFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFFD1 on black background.


Color preview on white background

This text has color #EBFFD1 on white background.



Black color preview on #EBFFD1 background

This text has black color on #EBFFD1 background.


White color preview on #EBFFD1 background

This text has white color on #EBFFD1 background.