COLOR #EBF5D0

HEX: #EBF5D0
RGB: (235,245,208)

Color info

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

RGB color model

#EBF5D0 color RGB value is (235,245,208).

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

RGB channels and saturation

R 235 of 255 = 92%
G 245 of 255 = 96%
B 208 of 255 = 82%

235
245
208

R + G + B ~ 90%. #EBF5D0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 245 + 208 = 688 (100%)
R 235 of 688 ~ 34.16%
G 245 of 688 ~ 35.61%
B 208 of 688 ~ 30.23%

%34.16
%35.61
%30.23

CMYK color model

#EBF5D0 color CMYK value is (4,0,15,4).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 15.10%
  • key color value is 3.92%
CMYK:
(4,0,15,4)
C4M0Y15K4 
(4%,0%,15%,4%)
(0.04/0.00/0.15/0.04)	

CMYK percentages

%4.08
%0
%15.1
%3.92

Codes

Color #EBF5D0 in popluar color models

EBF5D0
RGB235245208
HSL76°64.91%88.82%
HSB/HSV76°15.10%96.08%
CMYK4.08%0.00%15.10%
3.92%

Color #EBF5D0 in popluar number systems.

HEXEBF5D0
Decimal235245208
Binary111010111111010111010000
Octal353365320

Shades and tints

Shades of #EBF5D0

#EBF5D0
(235,245,208)
#D6DFBE
(214,223,190)
#C1C9AC
(193,201,172)
#ACB39A
(172,179,154)
#979D88
(151,157,136)
#828776
(130,135,118)
#6D7164
(109,113,100)
#585B52
(88,91,82)
#434540
(67,69,64)
#2E2F2E
(46,47,46)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #EBF5D0

#EBF5D0
(235,245,208)
#ECF5D4
(236,245,212)
#EDF5D8
(237,245,216)
#EEF5DC
(238,245,220)
#EFF5E0
(239,245,224)
#F0F5E4
(240,245,228)
#F1F5E8
(241,245,232)
#F2F5EC
(242,245,236)
#F3F5F0
(243,245,240)
#F4F5F4
(244,245,244)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF5D0; }

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

This text font color is #EBF5D0.


Background Color

.myBgColor { background-color: #EBF5D0; }

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

This div background color is #EBF5D0.


Border color

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

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

This div border color is #EBF5D0.


Opacity

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

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

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

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

This text has shadow with #EBF5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF5D0 on black background.


Color preview on white background

This text has color #EBF5D0 on white background.



Black color preview on #EBF5D0 background

This text has black color on #EBF5D0 background.


White color preview on #EBF5D0 background

This text has white color on #EBF5D0 background.