COLOR #EBE2D5

HEX: #EBE2D5
RGB: (235,226,213)

Color info

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

RGB color model

#EBE2D5 color RGB value is (235,226,213).

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

RGB channels and saturation

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

235
226
213

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

Portions of RGB colors in percentages

R + G + B =
235 + 226 + 213 = 674 (100%)
R 235 of 674 ~ 34.87%
G 226 of 674 ~ 33.53%
B 213 of 674 ~ 31.6%

%34.87
%33.53
%31.6

CMYK color model

#EBE2D5 color CMYK value is (0,4,9,8).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK:
(0,4,9,8)
C0M4Y9K8 
(0%,4%,9%,8%)
(0.00/0.04/0.09/0.08)	

CMYK percentages

%0
%3.83
%9.36
%7.84

Codes

Color #EBE2D5 in popluar color models

EBE2D5
RGB235226213
HSL35°35.48%87.84%
HSB/HSV35°9.36%92.16%
CMYK0.00%3.83%9.36%
7.84%

Color #EBE2D5 in popluar number systems.

HEXEBE2D5
Decimal235226213
Binary111010111110001011010101
Octal353342325

Shades and tints

Shades of #EBE2D5

#EBE2D5
(235,226,213)
#D6CEC2
(214,206,194)
#C1BAAF
(193,186,175)
#ACA69C
(172,166,156)
#979289
(151,146,137)
#827E76
(130,126,118)
#6D6A63
(109,106,99)
#585650
(88,86,80)
#43423D
(67,66,61)
#2E2E2A
(46,46,42)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #EBE2D5

#EBE2D5
(235,226,213)
#ECE4D8
(236,228,216)
#EDE6DB
(237,230,219)
#EEE8DE
(238,232,222)
#EFEAE1
(239,234,225)
#F0ECE4
(240,236,228)
#F1EEE7
(241,238,231)
#F2F0EA
(242,240,234)
#F3F2ED
(243,242,237)
#F4F4F0
(244,244,240)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2D5; }

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

This text font color is #EBE2D5.


Background Color

.myBgColor { background-color: #EBE2D5; }

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

This div background color is #EBE2D5.


Border color

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

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

This div border color is #EBE2D5.


Opacity

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

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

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

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

This text has shadow with #EBE2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE2D5 on black background.


Color preview on white background

This text has color #EBE2D5 on white background.



Black color preview on #EBE2D5 background

This text has black color on #EBE2D5 background.


White color preview on #EBE2D5 background

This text has white color on #EBE2D5 background.