COLOR #EBF7DB

HEX: #EBF7DB
RGB: (235,247,219)

Color info

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

RGB color model

#EBF7DB color RGB value is (235,247,219).

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

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 219 of 255 = 86%

235
247
219

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

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 219 = 701 (100%)
R 235 of 701 ~ 33.52%
G 247 of 701 ~ 35.24%
B 219 of 701 ~ 31.24%

%33.52
%35.24
%31.24

CMYK color model

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

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • 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
%11.34
%3.14

Codes

Color #EBF7DB in popluar color models

EBF7DB
RGB235247219
HSL86°63.64%91.37%
HSB/HSV86°11.34%96.86%
CMYK4.86%0.00%11.34%
3.14%

Color #EBF7DB in popluar number systems.

HEXEBF7DB
Decimal235247219
Binary111010111111011111011011
Octal353367333

Shades and tints

Shades of #EBF7DB

#EBF7DB
(235,247,219)
#D6E1C8
(214,225,200)
#C1CBB5
(193,203,181)
#ACB5A2
(172,181,162)
#979F8F
(151,159,143)
#82897C
(130,137,124)
#6D7369
(109,115,105)
#585D56
(88,93,86)
#434743
(67,71,67)
#2E3130
(46,49,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #EBF7DB

#EBF7DB
(235,247,219)
#ECF7DE
(236,247,222)
#EDF7E1
(237,247,225)
#EEF7E4
(238,247,228)
#EFF7E7
(239,247,231)
#F0F7EA
(240,247,234)
#F1F7ED
(241,247,237)
#F2F7F0
(242,247,240)
#F3F7F3
(243,247,243)
#F4F7F6
(244,247,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7DB; }

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

This text font color is #EBF7DB.


Background Color

.myBgColor { background-color: #EBF7DB; }

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

This div background color is #EBF7DB.


Border color

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

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

This div border color is #EBF7DB.


Opacity

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

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

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

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

This text has shadow with #EBF7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7DB on black background.


Color preview on white background

This text has color #EBF7DB on white background.



Black color preview on #EBF7DB background

This text has black color on #EBF7DB background.


White color preview on #EBF7DB background

This text has white color on #EBF7DB background.