COLOR #EBE4E1

HEX: #EBE4E1
RGB: (235,228,225)

Color info

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

RGB color model

#EBE4E1 color RGB value is (235,228,225).

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

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 225 of 255 = 88%

235
228
225

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

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 225 = 688 (100%)
R 235 of 688 ~ 34.16%
G 228 of 688 ~ 33.14%
B 225 of 688 ~ 32.7%

%34.16
%33.14
%32.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(0,3,4,8)
C0M3Y4K8 
(0%,3%,4%,8%)
(0.00/0.03/0.04/0.08)	

CMYK percentages

%0
%2.98
%4.26
%7.84

Codes

Color #EBE4E1 in popluar color models

EBE4E1
RGB235228225
HSL18°20.00%90.20%
HSB/HSV18°4.26%92.16%
CMYK0.00%2.98%4.26%
7.84%

Color #EBE4E1 in popluar number systems.

HEXEBE4E1
Decimal235228225
Binary111010111110010011100001
Octal353344341

Shades and tints

Shades of #EBE4E1

#EBE4E1
(235,228,225)
#D6D0CD
(214,208,205)
#C1BCB9
(193,188,185)
#ACA8A5
(172,168,165)
#979491
(151,148,145)
#82807D
(130,128,125)
#6D6C69
(109,108,105)
#585855
(88,88,85)
#434441
(67,68,65)
#2E302D
(46,48,45)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #EBE4E1

#EBE4E1
(235,228,225)
#ECE6E3
(236,230,227)
#EDE8E5
(237,232,229)
#EEEAE7
(238,234,231)
#EFECE9
(239,236,233)
#F0EEEB
(240,238,235)
#F1F0ED
(241,240,237)
#F2F2EF
(242,242,239)
#F3F4F1
(243,244,241)
#F4F6F3
(244,246,243)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4E1; }

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

This text font color is #EBE4E1.


Background Color

.myBgColor { background-color: #EBE4E1; }

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

This div background color is #EBE4E1.


Border color

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

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

This div border color is #EBE4E1.


Opacity

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

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

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

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

This text has shadow with #EBE4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE4E1 on black background.


Color preview on white background

This text has color #EBE4E1 on white background.



Black color preview on #EBE4E1 background

This text has black color on #EBE4E1 background.


White color preview on #EBE4E1 background

This text has white color on #EBE4E1 background.