COLOR #EBE7D7

HEX: #EBE7D7
RGB: (235,231,215)

Color info

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

RGB color model

#EBE7D7 color RGB value is (235,231,215).

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

RGB channels and saturation

R 235 of 255 = 92%
G 231 of 255 = 91%
B 215 of 255 = 84%

235
231
215

R + G + B ~ 89%. #EBE7D7 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 231 + 215 = 681 (100%)
R 235 of 681 ~ 34.51%
G 231 of 681 ~ 33.92%
B 215 of 681 ~ 31.57%

%34.51
%33.92
%31.57

CMYK color model

#EBE7D7 color CMYK value is (0,2,9,8).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 8.51%
  • key color value is 7.84%
CMYK:
(0,2,9,8)
C0M2Y9K8 
(0%,2%,9%,8%)
(0.00/0.02/0.09/0.08)	

CMYK percentages

%0
%1.7
%8.51
%7.84

Codes

Color #EBE7D7 in popluar color models

EBE7D7
RGB235231215
HSL48°33.33%88.24%
HSB/HSV48°8.51%92.16%
CMYK0.00%1.70%8.51%
7.84%

Color #EBE7D7 in popluar number systems.

HEXEBE7D7
Decimal235231215
Binary111010111110011111010111
Octal353347327

Shades and tints

Shades of #EBE7D7

#EBE7D7
(235,231,215)
#D6D2C4
(214,210,196)
#C1BDB1
(193,189,177)
#ACA89E
(172,168,158)
#97938B
(151,147,139)
#827E78
(130,126,120)
#6D6965
(109,105,101)
#585452
(88,84,82)
#433F3F
(67,63,63)
#2E2A2C
(46,42,44)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #EBE7D7

#EBE7D7
(235,231,215)
#ECE9DA
(236,233,218)
#EDEBDD
(237,235,221)
#EEEDE0
(238,237,224)
#EFEFE3
(239,239,227)
#F0F1E6
(240,241,230)
#F1F3E9
(241,243,233)
#F2F5EC
(242,245,236)
#F3F7EF
(243,247,239)
#F4F9F2
(244,249,242)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE7D7; }

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

This text font color is #EBE7D7.


Background Color

.myBgColor { background-color: #EBE7D7; }

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

This div background color is #EBE7D7.


Border color

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

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

This div border color is #EBE7D7.


Opacity

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

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

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

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

This text has shadow with #EBE7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE7D7 on black background.


Color preview on white background

This text has color #EBE7D7 on white background.



Black color preview on #EBE7D7 background

This text has black color on #EBE7D7 background.


White color preview on #EBE7D7 background

This text has white color on #EBE7D7 background.