COLOR #EBE7E1

HEX: #EBE7E1
RGB: (235,231,225)

Color info

#EBE7E1 contains red, green and blue colors in about the same proportion. Web safe color of #EBE7E1 is #FFFFCC (or #FFC).

RGB color model

#EBE7E1 color RGB value is (235,231,225).

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

RGB channels and saturation

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

235
231
225

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

Portions of RGB colors in percentages

R + G + B =
235 + 231 + 225 = 691 (100%)
R 235 of 691 ~ 34.01%
G 231 of 691 ~ 33.43%
B 225 of 691 ~ 32.56%

%34.01
%33.43
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(0,2,4,8)
C0M2Y4K8 
(0%,2%,4%,8%)
(0.00/0.02/0.04/0.08)	

CMYK percentages

%0
%1.7
%4.26
%7.84

Codes

Color #EBE7E1 in popluar color models

EBE7E1
RGB235231225
HSL36°20.00%90.20%
HSB/HSV36°4.26%92.16%
CMYK0.00%1.70%4.26%
7.84%

Color #EBE7E1 in popluar number systems.

HEXEBE7E1
Decimal235231225
Binary111010111110011111100001
Octal353347341

Shades and tints

Shades of #EBE7E1

#EBE7E1
(235,231,225)
#D6D2CD
(214,210,205)
#C1BDB9
(193,189,185)
#ACA8A5
(172,168,165)
#979391
(151,147,145)
#827E7D
(130,126,125)
#6D6969
(109,105,105)
#585455
(88,84,85)
#433F41
(67,63,65)
#2E2A2D
(46,42,45)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #EBE7E1

#EBE7E1
(235,231,225)
#ECE9E3
(236,233,227)
#EDEBE5
(237,235,229)
#EEEDE7
(238,237,231)
#EFEFE9
(239,239,233)
#F0F1EB
(240,241,235)
#F1F3ED
(241,243,237)
#F2F5EF
(242,245,239)
#F3F7F1
(243,247,241)
#F4F9F3
(244,249,243)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE7E1; }

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

This text font color is #EBE7E1.


Background Color

.myBgColor { background-color: #EBE7E1; }

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

This div background color is #EBE7E1.


Border color

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

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

This div border color is #EBE7E1.


Opacity

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

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

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

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

This text has shadow with #EBE7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE7E1 on black background.


Color preview on white background

This text has color #EBE7E1 on white background.



Black color preview on #EBE7E1 background

This text has black color on #EBE7E1 background.


White color preview on #EBE7E1 background

This text has white color on #EBE7E1 background.