COLOR #EBFDDD

HEX: #EBFDDD
RGB: (235,253,221)

Color info

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

RGB color model

#EBFDDD color RGB value is (235,253,221).

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

RGB channels and saturation

R 235 of 255 = 92%
G 253 of 255 = 99%
B 221 of 255 = 87%

235
253
221

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

Portions of RGB colors in percentages

R + G + B =
235 + 253 + 221 = 709 (100%)
R 235 of 709 ~ 33.15%
G 253 of 709 ~ 35.68%
B 221 of 709 ~ 31.17%

%33.15
%35.68
%31.17

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • key color value is 0.78%
CMYK:
(7,0,13,1)
C7M0Y13K1 
(7%,0%,13%,1%)
(0.07/0.00/0.13/0.01)	

CMYK percentages

%7.11
%0
%12.65
%0.78

Codes

Color #EBFDDD in popluar color models

EBFDDD
RGB235253221
HSL94°88.89%92.94%
HSB/HSV94°12.65%99.22%
CMYK7.11%0.00%12.65%
0.78%

Color #EBFDDD in popluar number systems.

HEXEBFDDD
Decimal235253221
Binary111010111111110111011101
Octal353375335

Shades and tints

Shades of #EBFDDD

#EBFDDD
(235,253,221)
#D6E6C9
(214,230,201)
#C1CFB5
(193,207,181)
#ACB8A1
(172,184,161)
#97A18D
(151,161,141)
#828A79
(130,138,121)
#6D7365
(109,115,101)
#585C51
(88,92,81)
#43453D
(67,69,61)
#2E2E29
(46,46,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #EBFDDD

#EBFDDD
(235,253,221)
#ECFDE0
(236,253,224)
#EDFDE3
(237,253,227)
#EEFDE6
(238,253,230)
#EFFDE9
(239,253,233)
#F0FDEC
(240,253,236)
#F1FDEF
(241,253,239)
#F2FDF2
(242,253,242)
#F3FDF5
(243,253,245)
#F4FDF8
(244,253,248)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFDDD; }

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

This text font color is #EBFDDD.


Background Color

.myBgColor { background-color: #EBFDDD; }

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

This div background color is #EBFDDD.


Border color

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

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

This div border color is #EBFDDD.


Opacity

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

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

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

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

This text has shadow with #EBFDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFDDD on black background.


Color preview on white background

This text has color #EBFDDD on white background.



Black color preview on #EBFDDD background

This text has black color on #EBFDDD background.


White color preview on #EBFDDD background

This text has white color on #EBFDDD background.