COLOR #EBE7E9

HEX: #EBE7E9
RGB: (235,231,233)

Color info

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

RGB color model

#EBE7E9 color RGB value is (235,231,233).

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

RGB channels and saturation

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

235
231
233

R + G + B ~ 91%. #EBE7E9 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 231 + 233 = 699 (100%)
R 235 of 699 ~ 33.62%
G 231 of 699 ~ 33.05%
B 233 of 699 ~ 33.33%

%33.62
%33.05
%33.33

CMYK color model

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

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

CMYK percentages

%0
%1.7
%0.85
%7.84

Codes

Color #EBE7E9 in popluar color models

EBE7E9
RGB235231233
HSL330°9.09%91.37%
HSB/HSV330°1.70%92.16%
CMYK0.00%1.70%0.85%
7.84%

Color #EBE7E9 in popluar number systems.

HEXEBE7E9
Decimal235231233
Binary111010111110011111101001
Octal353347351

Shades and tints

Shades of #EBE7E9

#EBE7E9
(235,231,233)
#D6D2D4
(214,210,212)
#C1BDBF
(193,189,191)
#ACA8AA
(172,168,170)
#979395
(151,147,149)
#827E80
(130,126,128)
#6D696B
(109,105,107)
#585456
(88,84,86)
#433F41
(67,63,65)
#2E2A2C
(46,42,44)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBE7E9

#EBE7E9
(235,231,233)
#ECE9EB
(236,233,235)
#EDEBED
(237,235,237)
#EEEDEF
(238,237,239)
#EFEFF1
(239,239,241)
#F0F1F3
(240,241,243)
#F1F3F5
(241,243,245)
#F2F5F7
(242,245,247)
#F3F7F9
(243,247,249)
#F4F9FB
(244,249,251)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE7E9; }

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

This text font color is #EBE7E9.


Background Color

.myBgColor { background-color: #EBE7E9; }

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

This div background color is #EBE7E9.


Border color

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

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

This div border color is #EBE7E9.


Opacity

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

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

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

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

This text has shadow with #EBE7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE7E9 on black background.


Color preview on white background

This text has color #EBE7E9 on white background.



Black color preview on #EBE7E9 background

This text has black color on #EBE7E9 background.


White color preview on #EBE7E9 background

This text has white color on #EBE7E9 background.