COLOR #EBFEDD

HEX: #EBFEDD
RGB: (235,254,221)

Color info

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

RGB color model

#EBFEDD color RGB value is (235,254,221).

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

RGB channels and saturation

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

235
254
221

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

Portions of RGB colors in percentages

R + G + B =
235 + 254 + 221 = 710 (100%)
R 235 of 710 ~ 33.1%
G 254 of 710 ~ 35.77%
B 221 of 710 ~ 31.13%

%33.1
%35.77
%31.13

CMYK color model

#EBFEDD color CMYK value is (7,0,13,0).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(7,0,13,0)
C7M0Y13K0 
(7%,0%,13%,0%)
(0.07/0.00/0.13/0.00)	

CMYK percentages

%7.48
%0
%12.99
%0.39

Codes

Color #EBFEDD in popluar color models

EBFEDD
RGB235254221
HSL95°94.29%93.14%
HSB/HSV95°12.99%99.61%
CMYK7.48%0.00%12.99%
0.39%

Color #EBFEDD in popluar number systems.

HEXEBFEDD
Decimal235254221
Binary111010111111111011011101
Octal353376335

Shades and tints

Shades of #EBFEDD

#EBFEDD
(235,254,221)
#D6E7C9
(214,231,201)
#C1D0B5
(193,208,181)
#ACB9A1
(172,185,161)
#97A28D
(151,162,141)
#828B79
(130,139,121)
#6D7465
(109,116,101)
#585D51
(88,93,81)
#43463D
(67,70,61)
#2E2F29
(46,47,41)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #EBFEDD

#EBFEDD
(235,254,221)
#ECFEE0
(236,254,224)
#EDFEE3
(237,254,227)
#EEFEE6
(238,254,230)
#EFFEE9
(239,254,233)
#F0FEEC
(240,254,236)
#F1FEEF
(241,254,239)
#F2FEF2
(242,254,242)
#F3FEF5
(243,254,245)
#F4FEF8
(244,254,248)
#F5FEFB
(245,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFEDD; }

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

This text font color is #EBFEDD.


Background Color

.myBgColor { background-color: #EBFEDD; }

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

This div background color is #EBFEDD.


Border color

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

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

This div border color is #EBFEDD.


Opacity

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

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

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

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

This text has shadow with #EBFEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFEDD on black background.


Color preview on white background

This text has color #EBFEDD on white background.



Black color preview on #EBFEDD background

This text has black color on #EBFEDD background.


White color preview on #EBFEDD background

This text has white color on #EBFEDD background.