COLOR #EBEBE7

HEX: #EBEBE7 RGB: (235,235,231)

Color info

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

RGB color model

#EBEBE7 color RGB value is (235,235,231).

RGB: (235,235,231) (92%, 92%, 91%)

RGB channels and saturation

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

235
235
231

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

Portions of RGB colors in percentages

R + G + B = 235 + 235 + 231 = 701 (100%)
R 235 of 701 ~ 33.52%
G 235 of 701 ~ 33.52%
B 231 of 701 ~ 32.95'%

%33.52
%33.52
%32.95

CMYK color model

#EBEBE7 color CMYK value is (0,0,2,8).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%

CMYK: (0,0,2,8)
C0M0Y2K8 (0%, 0%, 2%, 8%)
(0.00 / 0.00 / 0.02 / 0.08)

CMYK percentages

%0
%0
%1.7
%7.84

Codes

Color #EBEBE7 in popluar color models

EB EB E7
RGB 235 235 231
HSL 60° 9.09% 91.37%
HSB/HSV 60° 1.70% 92.16%
CMYK 0.00% 0.00% 1.70%
7.84%

Color #EBEBE7 in popluar number systems.

HEX EB EB E7
Decimal 235 235 231
Binary 11101011 11101011 11100111
Octal 353 353 347

Shades and tints

Shades of #EBEBE7

#EBEBE7
(235,235,231)
#D6D6D2
(214,214,210)
#C1C1BD
(193,193,189)
#ACACA8
(172,172,168)
#979793
(151,151,147)
#82827E
(130,130,126)
#6D6D69
(109,109,105)
#585854
(88,88,84)
#43433F
(67,67,63)
#2E2E2A
(46,46,42)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #EBEBE7

#EBEBE7
(235,235,231)
#ECECE9
(236,236,233)
#EDEDEB
(237,237,235)
#EEEEED
(238,238,237)
#EFEFEF
(239,239,239)
#F0F0F1
(240,240,241)
#F1F1F3
(241,241,243)
#F2F2F5
(242,242,245)
#F3F3F7
(243,243,247)
#F4F4F9
(244,244,249)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBE7; }

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

This text font color is #EBEBE7.

Background Color

.myBgColor { background-color: #EBEBE7; }

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

This div background color is #EBEBE7.

Border color

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

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

This div border color is #EBEBE7.

Opacity

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

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

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

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

This text has shadow with #EBEBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEBE7.

Preview

Color preview on black background

This text has color #EBEBE7 on black background.


Color preview on white background

This text has color #EBEBE7 on white background.


Black color preview on #EBEBE7 background

This text has black color on #EBEBE7 background.


White color preview on #EBEBE7 background

This text has white color on #EBEBE7 background.


Related colors

Complementary color

Complementary color for #hex is #141418.


I love getcolorcode.com