COLOR #EBF0DB

HEX: #EBF0DB
RGB: (235,240,219)

Color info

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

RGB color model

#EBF0DB color RGB value is (235,240,219).

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

RGB channels and saturation

R 235 of 255 = 92%
G 240 of 255 = 94%
B 219 of 255 = 86%

235
240
219

R + G + B ~ 91%. #EBF0DB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 240 + 219 = 694 (100%)
R 235 of 694 ~ 33.86%
G 240 of 694 ~ 34.58%
B 219 of 694 ~ 31.56%

%33.86
%34.58
%31.56

CMYK color model

#EBF0DB color CMYK value is (2,0,9,6).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 5.88%
CMYK:
(2,0,9,6)
C2M0Y9K6 
(2%,0%,9%,6%)
(0.02/0.00/0.09/0.06)	

CMYK percentages

%2.08
%0
%8.75
%5.88

Codes

Color #EBF0DB in popluar color models

EBF0DB
RGB235240219
HSL74°41.18%90.00%
HSB/HSV74°8.75%94.12%
CMYK2.08%0.00%8.75%
5.88%

Color #EBF0DB in popluar number systems.

HEXEBF0DB
Decimal235240219
Binary111010111111000011011011
Octal353360333

Shades and tints

Shades of #EBF0DB

#EBF0DB
(235,240,219)
#D6DBC8
(214,219,200)
#C1C6B5
(193,198,181)
#ACB1A2
(172,177,162)
#979C8F
(151,156,143)
#82877C
(130,135,124)
#6D7269
(109,114,105)
#585D56
(88,93,86)
#434843
(67,72,67)
#2E3330
(46,51,48)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #EBF0DB

#EBF0DB
(235,240,219)
#ECF1DE
(236,241,222)
#EDF2E1
(237,242,225)
#EEF3E4
(238,243,228)
#EFF4E7
(239,244,231)
#F0F5EA
(240,245,234)
#F1F6ED
(241,246,237)
#F2F7F0
(242,247,240)
#F3F8F3
(243,248,243)
#F4F9F6
(244,249,246)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF0DB; }

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

This text font color is #EBF0DB.


Background Color

.myBgColor { background-color: #EBF0DB; }

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

This div background color is #EBF0DB.


Border color

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

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

This div border color is #EBF0DB.


Opacity

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

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

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

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

This text has shadow with #EBF0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF0DB on black background.


Color preview on white background

This text has color #EBF0DB on white background.



Black color preview on #EBF0DB background

This text has black color on #EBF0DB background.


White color preview on #EBF0DB background

This text has white color on #EBF0DB background.