COLOR #EBF6EE

HEX: #EBF6EE
RGB: (235,246,238)

Color info

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

RGB color model

#EBF6EE color RGB value is (235,246,238).

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

RGB channels and saturation

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

235
246
238

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

Portions of RGB colors in percentages

R + G + B =
235 + 246 + 238 = 719 (100%)
R 235 of 719 ~ 32.68%
G 246 of 719 ~ 34.21%
B 238 of 719 ~ 33.1%

%32.68
%34.21
%33.1

CMYK color model

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

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

CMYK percentages

%4.47
%0
%3.25
%3.53

Codes

Color #EBF6EE in popluar color models

EBF6EE
RGB235246238
HSL136°37.93%94.31%
HSB/HSV136°4.47%96.47%
CMYK4.47%0.00%3.25%
3.53%

Color #EBF6EE in popluar number systems.

HEXEBF6EE
Decimal235246238
Binary111010111111011011101110
Octal353366356

Shades and tints

Shades of #EBF6EE

#EBF6EE
(235,246,238)
#D6E0D9
(214,224,217)
#C1CAC4
(193,202,196)
#ACB4AF
(172,180,175)
#979E9A
(151,158,154)
#828885
(130,136,133)
#6D7270
(109,114,112)
#585C5B
(88,92,91)
#434646
(67,70,70)
#2E3031
(46,48,49)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #EBF6EE

#EBF6EE
(235,246,238)
#ECF6EF
(236,246,239)
#EDF6F0
(237,246,240)
#EEF6F1
(238,246,241)
#EFF6F2
(239,246,242)
#F0F6F3
(240,246,243)
#F1F6F4
(241,246,244)
#F2F6F5
(242,246,245)
#F3F6F6
(243,246,246)
#F4F6F7
(244,246,247)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF6EE; }

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

This text font color is #EBF6EE.


Background Color

.myBgColor { background-color: #EBF6EE; }

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

This div background color is #EBF6EE.


Border color

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

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

This div border color is #EBF6EE.


Opacity

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

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

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

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

This text has shadow with #EBF6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6EE on black background.


Color preview on white background

This text has color #EBF6EE on white background.



Black color preview on #EBF6EE background

This text has black color on #EBF6EE background.


White color preview on #EBF6EE background

This text has white color on #EBF6EE background.