COLOR #EBE4D5

HEX: #EBE4D5
RGB: (235,228,213)

Color info

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

RGB color model

#EBE4D5 color RGB value is (235,228,213).

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

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 213 of 255 = 84%

235
228
213

R + G + B ~ 88%. #EBE4D5 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 213 = 676 (100%)
R 235 of 676 ~ 34.76%
G 228 of 676 ~ 33.73%
B 213 of 676 ~ 31.51%

%34.76
%33.73
%31.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK:
(0,3,9,8)
C0M3Y9K8 
(0%,3%,9%,8%)
(0.00/0.03/0.09/0.08)	

CMYK percentages

%0
%2.98
%9.36
%7.84

Codes

Color #EBE4D5 in popluar color models

EBE4D5
RGB235228213
HSL41°35.48%87.84%
HSB/HSV41°9.36%92.16%
CMYK0.00%2.98%9.36%
7.84%

Color #EBE4D5 in popluar number systems.

HEXEBE4D5
Decimal235228213
Binary111010111110010011010101
Octal353344325

Shades and tints

Shades of #EBE4D5

#EBE4D5
(235,228,213)
#D6D0C2
(214,208,194)
#C1BCAF
(193,188,175)
#ACA89C
(172,168,156)
#979489
(151,148,137)
#828076
(130,128,118)
#6D6C63
(109,108,99)
#585850
(88,88,80)
#43443D
(67,68,61)
#2E302A
(46,48,42)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #EBE4D5

#EBE4D5
(235,228,213)
#ECE6D8
(236,230,216)
#EDE8DB
(237,232,219)
#EEEADE
(238,234,222)
#EFECE1
(239,236,225)
#F0EEE4
(240,238,228)
#F1F0E7
(241,240,231)
#F2F2EA
(242,242,234)
#F3F4ED
(243,244,237)
#F4F6F0
(244,246,240)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4D5; }

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

This text font color is #EBE4D5.


Background Color

.myBgColor { background-color: #EBE4D5; }

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

This div background color is #EBE4D5.


Border color

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

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

This div border color is #EBE4D5.


Opacity

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

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

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

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

This text has shadow with #EBE4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE4D5 on black background.


Color preview on white background

This text has color #EBE4D5 on white background.



Black color preview on #EBE4D5 background

This text has black color on #EBE4D5 background.


White color preview on #EBE4D5 background

This text has white color on #EBE4D5 background.