COLOR #EBF5DD

HEX: #EBF5DD
RGB: (235,245,221)

Color info

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

RGB color model

#EBF5DD color RGB value is (235,245,221).

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

RGB channels and saturation

R 235 of 255 = 92%
G 245 of 255 = 96%
B 221 of 255 = 87%

235
245
221

R + G + B ~ 92%. #EBF5DD is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 245 + 221 = 701 (100%)
R 235 of 701 ~ 33.52%
G 245 of 701 ~ 34.95%
B 221 of 701 ~ 31.53%

%33.52
%34.95
%31.53

CMYK color model

#EBF5DD color CMYK value is (4,0,10,4).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(4,0,10,4)
C4M0Y10K4 
(4%,0%,10%,4%)
(0.04/0.00/0.10/0.04)	

CMYK percentages

%4.08
%0
%9.8
%3.92

Codes

Color #EBF5DD in popluar color models

EBF5DD
RGB235245221
HSL85°54.55%91.37%
HSB/HSV85°9.80%96.08%
CMYK4.08%0.00%9.80%
3.92%

Color #EBF5DD in popluar number systems.

HEXEBF5DD
Decimal235245221
Binary111010111111010111011101
Octal353365335

Shades and tints

Shades of #EBF5DD

#EBF5DD
(235,245,221)
#D6DFC9
(214,223,201)
#C1C9B5
(193,201,181)
#ACB3A1
(172,179,161)
#979D8D
(151,157,141)
#828779
(130,135,121)
#6D7165
(109,113,101)
#585B51
(88,91,81)
#43453D
(67,69,61)
#2E2F29
(46,47,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #EBF5DD

#EBF5DD
(235,245,221)
#ECF5E0
(236,245,224)
#EDF5E3
(237,245,227)
#EEF5E6
(238,245,230)
#EFF5E9
(239,245,233)
#F0F5EC
(240,245,236)
#F1F5EF
(241,245,239)
#F2F5F2
(242,245,242)
#F3F5F5
(243,245,245)
#F4F5F8
(244,245,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF5DD; }

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

This text font color is #EBF5DD.


Background Color

.myBgColor { background-color: #EBF5DD; }

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

This div background color is #EBF5DD.


Border color

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

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

This div border color is #EBF5DD.


Opacity

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

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

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

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

This text has shadow with #EBF5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF5DD on black background.


Color preview on white background

This text has color #EBF5DD on white background.



Black color preview on #EBF5DD background

This text has black color on #EBF5DD background.


White color preview on #EBF5DD background

This text has white color on #EBF5DD background.