COLOR #EBE5E4

HEX: #EBE5E4
RGB: (235,229,228)

Color info

#EBE5E4 contains red, green and blue colors in about the same proportion. Web safe color of #EBE5E4 is #FFCCCC (or #FCC).

RGB color model

#EBE5E4 color RGB value is (235,229,228).

  • red value is 235;
  • green value is 229;
  • blue value is 228.
RGB:
(235,229,228)
(92%,90%,89%)

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 228 of 255 = 89%

235
229
228

R + G + B ~ 90%. #EBE5E4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 229 + 228 = 692 (100%)
R 235 of 692 ~ 33.96%
G 229 of 692 ~ 33.09%
B 228 of 692 ~ 32.95%

%33.96
%33.09
%32.95

CMYK color model

#EBE5E4 color CMYK value is (0,3,3,8).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(0,3,3,8)
C0M3Y3K8 
(0%,3%,3%,8%)
(0.00/0.03/0.03/0.08)	

CMYK percentages

%0
%2.55
%2.98
%7.84

Codes

Color #EBE5E4 in popluar color models

EBE5E4
RGB235229228
HSL14.89%90.78%
HSB/HSV2.98%92.16%
CMYK0.00%2.55%2.98%
7.84%

Color #EBE5E4 in popluar number systems.

HEXEBE5E4
Decimal235229228
Binary111010111110010111100100
Octal353345344

Shades and tints

Shades of #EBE5E4

#EBE5E4
(235,229,228)
#D6D1D0
(214,209,208)
#C1BDBC
(193,189,188)
#ACA9A8
(172,169,168)
#979594
(151,149,148)
#828180
(130,129,128)
#6D6D6C
(109,109,108)
#585958
(88,89,88)
#434544
(67,69,68)
#2E3130
(46,49,48)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #EBE5E4

#EBE5E4
(235,229,228)
#ECE7E6
(236,231,230)
#EDE9E8
(237,233,232)
#EEEBEA
(238,235,234)
#EFEDEC
(239,237,236)
#F0EFEE
(240,239,238)
#F1F1F0
(241,241,240)
#F2F3F2
(242,243,242)
#F3F5F4
(243,245,244)
#F4F7F6
(244,247,246)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5E4; }

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

This text font color is #EBE5E4.


Background Color

.myBgColor { background-color: #EBE5E4; }

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

This div background color is #EBE5E4.


Border color

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

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

This div border color is #EBE5E4.


Opacity

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

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

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

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

This text has shadow with #EBE5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE5E4 on black background.


Color preview on white background

This text has color #EBE5E4 on white background.



Black color preview on #EBE5E4 background

This text has black color on #EBE5E4 background.


White color preview on #EBE5E4 background

This text has white color on #EBE5E4 background.