COLOR #EBFFDD

HEX: #EBFFDD
RGB: (235,255,221)

Color info

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

RGB color model

#EBFFDD color RGB value is (235,255,221).

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

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 221 of 255 = 87%

235
255
221

R + G + B ~ 93%. #EBFFDD is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 255 + 221 = 711 (100%)
R 235 of 711 ~ 33.05%
G 255 of 711 ~ 35.86%
B 221 of 711 ~ 31.08%

%33.05
%35.86
%31.08

CMYK color model

#EBFFDD color CMYK value is (8,0,13,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(8,0,13,0)
C8M0Y13K0 
(8%,0%,13%,0%)
(0.08/0.00/0.13/0.00)	

CMYK percentages

%7.84
%0
%13.33
%0

Codes

Color #EBFFDD in popluar color models

EBFFDD
RGB235255221
HSL95°100.00%93.33%
HSB/HSV95°13.33%100.00%
CMYK7.84%0.00%13.33%
0.00%

Color #EBFFDD in popluar number systems.

HEXEBFFDD
Decimal235255221
Binary111010111111111111011101
Octal353377335

Shades and tints

Shades of #EBFFDD

#EBFFDD
(235,255,221)
#D6E8C9
(214,232,201)
#C1D1B5
(193,209,181)
#ACBAA1
(172,186,161)
#97A38D
(151,163,141)
#828C79
(130,140,121)
#6D7565
(109,117,101)
#585E51
(88,94,81)
#43473D
(67,71,61)
#2E3029
(46,48,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #EBFFDD

#EBFFDD
(235,255,221)
#ECFFE0
(236,255,224)
#EDFFE3
(237,255,227)
#EEFFE6
(238,255,230)
#EFFFE9
(239,255,233)
#F0FFEC
(240,255,236)
#F1FFEF
(241,255,239)
#F2FFF2
(242,255,242)
#F3FFF5
(243,255,245)
#F4FFF8
(244,255,248)
#F5FFFB
(245,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFFDD; }

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

This text font color is #EBFFDD.


Background Color

.myBgColor { background-color: #EBFFDD; }

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

This div background color is #EBFFDD.


Border color

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

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

This div border color is #EBFFDD.


Opacity

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

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

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

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

This text has shadow with #EBFFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFFDD on black background.


Color preview on white background

This text has color #EBFFDD on white background.



Black color preview on #EBFFDD background

This text has black color on #EBFFDD background.


White color preview on #EBFFDD background

This text has white color on #EBFFDD background.