COLOR #EBE8DC

HEX: #EBE8DC
RGB: (235,232,220)

Color info

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

RGB color model

#EBE8DC color RGB value is (235,232,220).

  • red value is 235;
  • green value is 232;
  • blue value is 220.
RGB:
(235,232,220)
(92%,91%,86%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 220 of 255 = 86%

235
232
220

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

Portions of RGB colors in percentages

R + G + B =
235 + 232 + 220 = 687 (100%)
R 235 of 687 ~ 34.21%
G 232 of 687 ~ 33.77%
B 220 of 687 ~ 32.02%

%34.21
%33.77
%32.02

CMYK color model

#EBE8DC color CMYK value is (0,1,6,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK:
(0,1,6,8)
C0M1Y6K8 
(0%,1%,6%,8%)
(0.00/0.01/0.06/0.08)	

CMYK percentages

%0
%1.28
%6.38
%7.84

Codes

Color #EBE8DC in popluar color models

EBE8DC
RGB235232220
HSL48°27.27%89.22%
HSB/HSV48°6.38%92.16%
CMYK0.00%1.28%6.38%
7.84%

Color #EBE8DC in popluar number systems.

HEXEBE8DC
Decimal235232220
Binary111010111110100011011100
Octal353350334

Shades and tints

Shades of #EBE8DC

#EBE8DC
(235,232,220)
#D6D3C8
(214,211,200)
#C1BEB4
(193,190,180)
#ACA9A0
(172,169,160)
#97948C
(151,148,140)
#827F78
(130,127,120)
#6D6A64
(109,106,100)
#585550
(88,85,80)
#43403C
(67,64,60)
#2E2B28
(46,43,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #EBE8DC

#EBE8DC
(235,232,220)
#ECEADF
(236,234,223)
#EDECE2
(237,236,226)
#EEEEE5
(238,238,229)
#EFF0E8
(239,240,232)
#F0F2EB
(240,242,235)
#F1F4EE
(241,244,238)
#F2F6F1
(242,246,241)
#F3F8F4
(243,248,244)
#F4FAF7
(244,250,247)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE8DC color. Also use rgb(235,232,220) instead hex code.

Text Font Color

.myTextColor { color: #EBE8DC; }

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

This text font color is #EBE8DC.


Background Color

.myBgColor { background-color: #EBE8DC; }

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

This div background color is #EBE8DC.


Border color

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

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

This div border color is #EBE8DC.


Opacity

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

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

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

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

This text has shadow with #EBE8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE8DC on black background.


Color preview on white background

This text has color #EBE8DC on white background.



Black color preview on #EBE8DC background

This text has black color on #EBE8DC background.


White color preview on #EBE8DC background

This text has white color on #EBE8DC background.