COLOR #EBE5D6

HEX: #EBE5D6
RGB: (235,229,214)

Color info

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

RGB color model

#EBE5D6 color RGB value is (235,229,214).

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

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 214 of 255 = 84%

235
229
214

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

Portions of RGB colors in percentages

R + G + B =
235 + 229 + 214 = 678 (100%)
R 235 of 678 ~ 34.66%
G 229 of 678 ~ 33.78%
B 214 of 678 ~ 31.56%

%34.66
%33.78
%31.56

CMYK color model

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

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

Codes

Color #EBE5D6 in popluar color models

EBE5D6
RGB235229214
HSL43°34.43%88.04%
HSB/HSV43°8.94%92.16%
CMYK0.00%2.55%8.94%
7.84%

Color #EBE5D6 in popluar number systems.

HEXEBE5D6
Decimal235229214
Binary111010111110010111010110
Octal353345326

Shades and tints

Shades of #EBE5D6

#EBE5D6
(235,229,214)
#D6D1C3
(214,209,195)
#C1BDB0
(193,189,176)
#ACA99D
(172,169,157)
#97958A
(151,149,138)
#828177
(130,129,119)
#6D6D64
(109,109,100)
#585951
(88,89,81)
#43453E
(67,69,62)
#2E312B
(46,49,43)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #EBE5D6

#EBE5D6
(235,229,214)
#ECE7D9
(236,231,217)
#EDE9DC
(237,233,220)
#EEEBDF
(238,235,223)
#EFEDE2
(239,237,226)
#F0EFE5
(240,239,229)
#F1F1E8
(241,241,232)
#F2F3EB
(242,243,235)
#F3F5EE
(243,245,238)
#F4F7F1
(244,247,241)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5D6; }

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

This text font color is #EBE5D6.


Background Color

.myBgColor { background-color: #EBE5D6; }

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

This div background color is #EBE5D6.


Border color

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

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

This div border color is #EBE5D6.


Opacity

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

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

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

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

This text has shadow with #EBE5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE5D6 on black background.


Color preview on white background

This text has color #EBE5D6 on white background.



Black color preview on #EBE5D6 background

This text has black color on #EBE5D6 background.


White color preview on #EBE5D6 background

This text has white color on #EBE5D6 background.