COLOR #EBF6EB

HEX: #EBF6EB
RGB: (235,246,235)

Color info

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

RGB color model

#EBF6EB color RGB value is (235,246,235).

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

RGB channels and saturation

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

235
246
235

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

Portions of RGB colors in percentages

R + G + B =
235 + 246 + 235 = 716 (100%)
R 235 of 716 ~ 32.82%
G 246 of 716 ~ 34.36%
B 235 of 716 ~ 32.82%

%32.82
%34.36
%32.82

CMYK color model

#EBF6EB color CMYK value is (4,0,4,4).

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

CMYK percentages

%4.47
%0
%4.47
%3.53

Codes

Color #EBF6EB in popluar color models

EBF6EB
RGB235246235
HSL120°37.93%94.31%
HSB/HSV120°4.47%96.47%
CMYK4.47%0.00%4.47%
3.53%

Color #EBF6EB in popluar number systems.

HEXEBF6EB
Decimal235246235
Binary111010111111011011101011
Octal353366353

Shades and tints

Shades of #EBF6EB

#EBF6EB
(235,246,235)
#D6E0D6
(214,224,214)
#C1CAC1
(193,202,193)
#ACB4AC
(172,180,172)
#979E97
(151,158,151)
#828882
(130,136,130)
#6D726D
(109,114,109)
#585C58
(88,92,88)
#434643
(67,70,67)
#2E302E
(46,48,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #EBF6EB

#EBF6EB
(235,246,235)
#ECF6EC
(236,246,236)
#EDF6ED
(237,246,237)
#EEF6EE
(238,246,238)
#EFF6EF
(239,246,239)
#F0F6F0
(240,246,240)
#F1F6F1
(241,246,241)
#F2F6F2
(242,246,242)
#F3F6F3
(243,246,243)
#F4F6F4
(244,246,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF6EB; }

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

This text font color is #EBF6EB.


Background Color

.myBgColor { background-color: #EBF6EB; }

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

This div background color is #EBF6EB.


Border color

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

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

This div border color is #EBF6EB.


Opacity

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

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

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

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

This text has shadow with #EBF6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6EB on black background.


Color preview on white background

This text has color #EBF6EB on white background.



Black color preview on #EBF6EB background

This text has black color on #EBF6EB background.


White color preview on #EBF6EB background

This text has white color on #EBF6EB background.