COLOR #EBF6EA

HEX: #EBF6EA
RGB: (235,246,234)

Color info

#EBF6EA contains red, green and blue colors in about the same proportion. Web safe color of #EBF6EA is #FFFFFF (or #FFF).

RGB color model

#EBF6EA color RGB value is (235,246,234).

  • red value is 235;
  • green value is 246;
  • blue value is 234.
RGB:
(235,246,234)
(92%,96%,92%)

RGB channels and saturation

R 235 of 255 = 92%
G 246 of 255 = 96%
B 234 of 255 = 92%

235
246
234

R + G + B ~ 93%. #EBF6EA is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 246 + 234 = 715 (100%)
R 235 of 715 ~ 32.87%
G 246 of 715 ~ 34.41%
B 234 of 715 ~ 32.73%

%32.87
%34.41
%32.73

CMYK color model

#EBF6EA color CMYK value is (4,0,5,4).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK:
(4,0,5,4)
C4M0Y5K4 
(4%,0%,5%,4%)
(0.04/0.00/0.05/0.04)	

CMYK percentages

%4.47
%0
%4.88
%3.53

Codes

Color #EBF6EA in popluar color models

EBF6EA
RGB235246234
HSL115°40.00%94.12%
HSB/HSV115°4.88%96.47%
CMYK4.47%0.00%4.88%
3.53%

Color #EBF6EA in popluar number systems.

HEXEBF6EA
Decimal235246234
Binary111010111111011011101010
Octal353366352

Shades and tints

Shades of #EBF6EA

#EBF6EA
(235,246,234)
#D6E0D5
(214,224,213)
#C1CAC0
(193,202,192)
#ACB4AB
(172,180,171)
#979E96
(151,158,150)
#828881
(130,136,129)
#6D726C
(109,114,108)
#585C57
(88,92,87)
#434642
(67,70,66)
#2E302D
(46,48,45)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #EBF6EA

#EBF6EA
(235,246,234)
#ECF6EB
(236,246,235)
#EDF6EC
(237,246,236)
#EEF6ED
(238,246,237)
#EFF6EE
(239,246,238)
#F0F6EF
(240,246,239)
#F1F6F0
(241,246,240)
#F2F6F1
(242,246,241)
#F3F6F2
(243,246,242)
#F4F6F3
(244,246,243)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF6EA color. Also use rgb(235,246,234) instead hex code.

Text Font Color

.myTextColor { color: #EBF6EA; }

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

This text font color is #EBF6EA.


Background Color

.myBgColor { background-color: #EBF6EA; }

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

This div background color is #EBF6EA.


Border color

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

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

This div border color is #EBF6EA.


Opacity

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

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

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

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

This text has shadow with #EBF6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6EA on black background.


Color preview on white background

This text has color #EBF6EA on white background.



Black color preview on #EBF6EA background

This text has black color on #EBF6EA background.


White color preview on #EBF6EA background

This text has white color on #EBF6EA background.