COLOR #EBF2E7

HEX: #EBF2E7
RGB: (235,242,231)

Color info

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

RGB color model

#EBF2E7 color RGB value is (235,242,231).

  • red value is 235;
  • green value is 242;
  • blue value is 231.
RGB:
(235,242,231)
(92%,95%,91%)

RGB channels and saturation

R 235 of 255 = 92%
G 242 of 255 = 95%
B 231 of 255 = 91%

235
242
231

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

Portions of RGB colors in percentages

R + G + B =
235 + 242 + 231 = 708 (100%)
R 235 of 708 ~ 33.19%
G 242 of 708 ~ 34.18%
B 231 of 708 ~ 32.63%

%33.19
%34.18
%32.63

CMYK color model

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

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 5.10%
CMYK:
(3,0,5,5)
C3M0Y5K5 
(3%,0%,5%,5%)
(0.03/0.00/0.05/0.05)	

CMYK percentages

%2.89
%0
%4.55
%5.1

Codes

Color #EBF2E7 in popluar color models

EBF2E7
RGB235242231
HSL98°29.73%92.75%
HSB/HSV98°4.55%94.90%
CMYK2.89%0.00%4.55%
5.10%

Color #EBF2E7 in popluar number systems.

HEXEBF2E7
Decimal235242231
Binary111010111111001011100111
Octal353362347

Shades and tints

Shades of #EBF2E7

#EBF2E7
(235,242,231)
#D6DCD2
(214,220,210)
#C1C6BD
(193,198,189)
#ACB0A8
(172,176,168)
#979A93
(151,154,147)
#82847E
(130,132,126)
#6D6E69
(109,110,105)
#585854
(88,88,84)
#43423F
(67,66,63)
#2E2C2A
(46,44,42)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #EBF2E7

#EBF2E7
(235,242,231)
#ECF3E9
(236,243,233)
#EDF4EB
(237,244,235)
#EEF5ED
(238,245,237)
#EFF6EF
(239,246,239)
#F0F7F1
(240,247,241)
#F1F8F3
(241,248,243)
#F2F9F5
(242,249,245)
#F3FAF7
(243,250,247)
#F4FBF9
(244,251,249)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF2E7; }

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

This text font color is #EBF2E7.


Background Color

.myBgColor { background-color: #EBF2E7; }

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

This div background color is #EBF2E7.


Border color

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

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

This div border color is #EBF2E7.


Opacity

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

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

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

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

This text has shadow with #EBF2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF2E7 on black background.


Color preview on white background

This text has color #EBF2E7 on white background.



Black color preview on #EBF2E7 background

This text has black color on #EBF2E7 background.


White color preview on #EBF2E7 background

This text has white color on #EBF2E7 background.