COLOR #EBF7DD

HEX: #EBF7DD
RGB: (235,247,221)

Color info

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

RGB color model

#EBF7DD color RGB value is (235,247,221).

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

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 221 of 255 = 87%

235
247
221

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

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 221 = 703 (100%)
R 235 of 703 ~ 33.43%
G 247 of 703 ~ 35.14%
B 221 of 703 ~ 31.44%

%33.43
%35.14
%31.44

CMYK color model

#EBF7DD color CMYK value is (5,0,11,3).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(5,0,11,3)
C5M0Y11K3 
(5%,0%,11%,3%)
(0.05/0.00/0.11/0.03)	

CMYK percentages

%4.86
%0
%10.53
%3.14

Codes

Color #EBF7DD in popluar color models

EBF7DD
RGB235247221
HSL88°61.90%91.76%
HSB/HSV88°10.53%96.86%
CMYK4.86%0.00%10.53%
3.14%

Color #EBF7DD in popluar number systems.

HEXEBF7DD
Decimal235247221
Binary111010111111011111011101
Octal353367335

Shades and tints

Shades of #EBF7DD

#EBF7DD
(235,247,221)
#D6E1C9
(214,225,201)
#C1CBB5
(193,203,181)
#ACB5A1
(172,181,161)
#979F8D
(151,159,141)
#828979
(130,137,121)
#6D7365
(109,115,101)
#585D51
(88,93,81)
#43473D
(67,71,61)
#2E3129
(46,49,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBF7DD

#EBF7DD
(235,247,221)
#ECF7E0
(236,247,224)
#EDF7E3
(237,247,227)
#EEF7E6
(238,247,230)
#EFF7E9
(239,247,233)
#F0F7EC
(240,247,236)
#F1F7EF
(241,247,239)
#F2F7F2
(242,247,242)
#F3F7F5
(243,247,245)
#F4F7F8
(244,247,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7DD; }

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

This text font color is #EBF7DD.


Background Color

.myBgColor { background-color: #EBF7DD; }

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

This div background color is #EBF7DD.


Border color

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

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

This div border color is #EBF7DD.


Opacity

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

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

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

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

This text has shadow with #EBF7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7DD on black background.


Color preview on white background

This text has color #EBF7DD on white background.



Black color preview on #EBF7DD background

This text has black color on #EBF7DD background.


White color preview on #EBF7DD background

This text has white color on #EBF7DD background.