COLOR #EBE5E1

HEX: #EBE5E1
RGB: (235,229,225)

Color info

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

RGB color model

#EBE5E1 color RGB value is (235,229,225).

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

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 225 of 255 = 88%

235
229
225

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

Portions of RGB colors in percentages

R + G + B =
235 + 229 + 225 = 689 (100%)
R 235 of 689 ~ 34.11%
G 229 of 689 ~ 33.24%
B 225 of 689 ~ 32.66%

%34.11
%33.24
%32.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.55%
  • 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.55
%4.26
%7.84

Codes

Color #EBE5E1 in popluar color models

EBE5E1
RGB235229225
HSL24°20.00%90.20%
HSB/HSV24°4.26%92.16%
CMYK0.00%2.55%4.26%
7.84%

Color #EBE5E1 in popluar number systems.

HEXEBE5E1
Decimal235229225
Binary111010111110010111100001
Octal353345341

Shades and tints

Shades of #EBE5E1

#EBE5E1
(235,229,225)
#D6D1CD
(214,209,205)
#C1BDB9
(193,189,185)
#ACA9A5
(172,169,165)
#979591
(151,149,145)
#82817D
(130,129,125)
#6D6D69
(109,109,105)
#585955
(88,89,85)
#434541
(67,69,65)
#2E312D
(46,49,45)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #EBE5E1

#EBE5E1
(235,229,225)
#ECE7E3
(236,231,227)
#EDE9E5
(237,233,229)
#EEEBE7
(238,235,231)
#EFEDE9
(239,237,233)
#F0EFEB
(240,239,235)
#F1F1ED
(241,241,237)
#F2F3EF
(242,243,239)
#F3F5F1
(243,245,241)
#F4F7F3
(244,247,243)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5E1; }

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

This text font color is #EBE5E1.


Background Color

.myBgColor { background-color: #EBE5E1; }

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

This div background color is #EBE5E1.


Border color

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

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

This div border color is #EBE5E1.


Opacity

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

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

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

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

This text has shadow with #EBE5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE5E1 on black background.


Color preview on white background

This text has color #EBE5E1 on white background.



Black color preview on #EBE5E1 background

This text has black color on #EBE5E1 background.


White color preview on #EBE5E1 background

This text has white color on #EBE5E1 background.