COLOR #EBEBE9

HEX: #EBEBE9
RGB: (235,235,233)

Color info

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

RGB color model

#EBEBE9 color RGB value is (235,235,233).

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

RGB channels and saturation

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

235
235
233

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

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 233 = 703 (100%)
R 235 of 703 ~ 33.43%
G 235 of 703 ~ 33.43%
B 233 of 703 ~ 33.14%

%33.43
%33.43
%33.14

CMYK color model

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

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

CMYK percentages

%0
%0
%0.85
%7.84

Codes

Color #EBEBE9 in popluar color models

EBEBE9
RGB235235233
HSL60°4.76%91.76%
HSB/HSV60°0.85%92.16%
CMYK0.00%0.00%0.85%
7.84%

Color #EBEBE9 in popluar number systems.

HEXEBEBE9
Decimal235235233
Binary111010111110101111101001
Octal353353351

Shades and tints

Shades of #EBEBE9

#EBEBE9
(235,235,233)
#D6D6D4
(214,214,212)
#C1C1BF
(193,193,191)
#ACACAA
(172,172,170)
#979795
(151,151,149)
#828280
(130,130,128)
#6D6D6B
(109,109,107)
#585856
(88,88,86)
#434341
(67,67,65)
#2E2E2C
(46,46,44)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #EBEBE9

#EBEBE9
(235,235,233)
#ECECEB
(236,236,235)
#EDEDED
(237,237,237)
#EEEEEF
(238,238,239)
#EFEFF1
(239,239,241)
#F0F0F3
(240,240,243)
#F1F1F5
(241,241,245)
#F2F2F7
(242,242,247)
#F3F3F9
(243,243,249)
#F4F4FB
(244,244,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBE9; }

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

This text font color is #EBEBE9.


Background Color

.myBgColor { background-color: #EBEBE9; }

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

This div background color is #EBEBE9.


Border color

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

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

This div border color is #EBEBE9.


Opacity

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

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

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

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

This text has shadow with #EBEBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBE9 on black background.


Color preview on white background

This text has color #EBEBE9 on white background.



Black color preview on #EBEBE9 background

This text has black color on #EBEBE9 background.


White color preview on #EBEBE9 background

This text has white color on #EBEBE9 background.