COLOR #EBF7EE

HEX: #EBF7EE
RGB: (235,247,238)

Color info

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

RGB color model

#EBF7EE color RGB value is (235,247,238).

  • red value is 235;
  • green value is 247;
  • blue value is 238.
RGB:
(235,247,238)
(92%,97%,93%)

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 238 of 255 = 93%

235
247
238

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

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 238 = 720 (100%)
R 235 of 720 ~ 32.64%
G 247 of 720 ~ 34.31%
B 238 of 720 ~ 33.06%

%32.64
%34.31
%33.06

CMYK color model

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

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 3.14%
CMYK:
(5,0,4,3)
C5M0Y4K3 
(5%,0%,4%,3%)
(0.05/0.00/0.04/0.03)	

CMYK percentages

%4.86
%0
%3.64
%3.14

Codes

Color #EBF7EE in popluar color models

EBF7EE
RGB235247238
HSL135°42.86%94.51%
HSB/HSV135°4.86%96.86%
CMYK4.86%0.00%3.64%
3.14%

Color #EBF7EE in popluar number systems.

HEXEBF7EE
Decimal235247238
Binary111010111111011111101110
Octal353367356

Shades and tints

Shades of #EBF7EE

#EBF7EE
(235,247,238)
#D6E1D9
(214,225,217)
#C1CBC4
(193,203,196)
#ACB5AF
(172,181,175)
#979F9A
(151,159,154)
#828985
(130,137,133)
#6D7370
(109,115,112)
#585D5B
(88,93,91)
#434746
(67,71,70)
#2E3131
(46,49,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #EBF7EE

#EBF7EE
(235,247,238)
#ECF7EF
(236,247,239)
#EDF7F0
(237,247,240)
#EEF7F1
(238,247,241)
#EFF7F2
(239,247,242)
#F0F7F3
(240,247,243)
#F1F7F4
(241,247,244)
#F2F7F5
(242,247,245)
#F3F7F6
(243,247,246)
#F4F7F7
(244,247,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7EE; }

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

This text font color is #EBF7EE.


Background Color

.myBgColor { background-color: #EBF7EE; }

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

This div background color is #EBF7EE.


Border color

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

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

This div border color is #EBF7EE.


Opacity

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

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

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

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

This text has shadow with #EBF7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7EE on black background.


Color preview on white background

This text has color #EBF7EE on white background.



Black color preview on #EBF7EE background

This text has black color on #EBF7EE background.


White color preview on #EBF7EE background

This text has white color on #EBF7EE background.