COLOR #E9EBEA

HEX: #E9EBEA
RGB: (233,235,234)

Color info

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

RGB color model

#E9EBEA color RGB value is (233,235,234).

  • red value is 233;
  • green value is 235;
  • blue value is 234.
RGB:
(233,235,234)
(91%,92%,92%)

RGB channels and saturation

R 233 of 255 = 91%
G 235 of 255 = 92%
B 234 of 255 = 92%

233
235
234

R + G + B ~ 92%. #E9EBEA is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 235 + 234 = 702 (100%)
R 233 of 702 ~ 33.19%
G 235 of 702 ~ 33.48%
B 234 of 702 ~ 33.33%

%33.19
%33.48
%33.33

CMYK color model

#E9EBEA color CMYK value is (1,0,0,8).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(1,0,0,8)
C1M0Y0K8 
(1%,0%,0%,8%)
(0.01/0.00/0.00/0.08)	

CMYK percentages

%0.85
%0
%0.43
%7.84

Codes

Color #E9EBEA in popluar color models

E9EBEA
RGB233235234
HSL150°4.76%91.76%
HSB/HSV150°0.85%92.16%
CMYK0.85%0.00%0.43%
7.84%

Color #E9EBEA in popluar number systems.

HEXE9EBEA
Decimal233235234
Binary111010011110101111101010
Octal351353352

Shades and tints

Shades of #E9EBEA

#E9EBEA
(233,235,234)
#D4D6D5
(212,214,213)
#BFC1C0
(191,193,192)
#AAACAB
(170,172,171)
#959796
(149,151,150)
#808281
(128,130,129)
#6B6D6C
(107,109,108)
#565857
(86,88,87)
#414342
(65,67,66)
#2C2E2D
(44,46,45)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #E9EBEA

#E9EBEA
(233,235,234)
#EBECEB
(235,236,235)
#EDEDEC
(237,237,236)
#EFEEED
(239,238,237)
#F1EFEE
(241,239,238)
#F3F0EF
(243,240,239)
#F5F1F0
(245,241,240)
#F7F2F1
(247,242,241)
#F9F3F2
(249,243,242)
#FBF4F3
(251,244,243)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EBEA; }

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

This text font color is #E9EBEA.


Background Color

.myBgColor { background-color: #E9EBEA; }

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

This div background color is #E9EBEA.


Border color

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

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

This div border color is #E9EBEA.


Opacity

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

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

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

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

This text has shadow with #E9EBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EBEA on black background.


Color preview on white background

This text has color #E9EBEA on white background.



Black color preview on #E9EBEA background

This text has black color on #E9EBEA background.


White color preview on #E9EBEA background

This text has white color on #E9EBEA background.