COLOR #EBF4EC

HEX: #EBF4EC
RGB: (235,244,236)

Color info

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

RGB color model

#EBF4EC color RGB value is (235,244,236).

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

RGB channels and saturation

R 235 of 255 = 92%
G 244 of 255 = 96%
B 236 of 255 = 93%

235
244
236

R + G + B ~ 94%. #EBF4EC is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 244 + 236 = 715 (100%)
R 235 of 715 ~ 32.87%
G 244 of 715 ~ 34.13%
B 236 of 715 ~ 33.01%

%32.87
%34.13
%33.01

CMYK color model

#EBF4EC color CMYK value is (4,0,3,4).

  • cyan value is 3.69%
  • magenta value is 0.00%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK:
(4,0,3,4)
C4M0Y3K4 
(4%,0%,3%,4%)
(0.04/0.00/0.03/0.04)	

CMYK percentages

%3.69
%0
%3.28
%4.31

Codes

Color #EBF4EC in popluar color models

EBF4EC
RGB235244236
HSL127°29.03%93.92%
HSB/HSV127°3.69%95.69%
CMYK3.69%0.00%3.28%
4.31%

Color #EBF4EC in popluar number systems.

HEXEBF4EC
Decimal235244236
Binary111010111111010011101100
Octal353364354

Shades and tints

Shades of #EBF4EC

#EBF4EC
(235,244,236)
#D6DED7
(214,222,215)
#C1C8C2
(193,200,194)
#ACB2AD
(172,178,173)
#979C98
(151,156,152)
#828683
(130,134,131)
#6D706E
(109,112,110)
#585A59
(88,90,89)
#434444
(67,68,68)
#2E2E2F
(46,46,47)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #EBF4EC

#EBF4EC
(235,244,236)
#ECF5ED
(236,245,237)
#EDF6EE
(237,246,238)
#EEF7EF
(238,247,239)
#EFF8F0
(239,248,240)
#F0F9F1
(240,249,241)
#F1FAF2
(241,250,242)
#F2FBF3
(242,251,243)
#F3FCF4
(243,252,244)
#F4FDF5
(244,253,245)
#F5FEF6
(245,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF4EC; }

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

This text font color is #EBF4EC.


Background Color

.myBgColor { background-color: #EBF4EC; }

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

This div background color is #EBF4EC.


Border color

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

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

This div border color is #EBF4EC.


Opacity

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

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

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

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

This text has shadow with #EBF4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF4EC on black background.


Color preview on white background

This text has color #EBF4EC on white background.



Black color preview on #EBF4EC background

This text has black color on #EBF4EC background.


White color preview on #EBF4EC background

This text has white color on #EBF4EC background.