COLOR #EBE8B4

HEX: #EBE8B4
RGB: (235,232,180)

Color info

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

RGB color model

#EBE8B4 color RGB value is (235,232,180).

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

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 180 of 255 = 71%

235
232
180

R + G + B ~ 85%. #EBE8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 232 + 180 = 647 (100%)
R 235 of 647 ~ 36.32%
G 232 of 647 ~ 35.86%
B 180 of 647 ~ 27.82%

%36.32
%35.86
%27.82

CMYK color model

#EBE8B4 color CMYK value is (0,1,23,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 23.40%
  • key color value is 7.84%
CMYK:
(0,1,23,8)
C0M1Y23K8 
(0%,1%,23%,8%)
(0.00/0.01/0.23/0.08)	

CMYK percentages

%0
%1.28
%23.4
%7.84

Codes

Color #EBE8B4 in popluar color models

EBE8B4
RGB235232180
HSL57°57.89%81.37%
HSB/HSV57°23.40%92.16%
CMYK0.00%1.28%23.40%
7.84%

Color #EBE8B4 in popluar number systems.

HEXEBE8B4
Decimal235232180
Binary111010111110100010110100
Octal353350264

Shades and tints

Shades of #EBE8B4

#EBE8B4
(235,232,180)
#D6D3A4
(214,211,164)
#C1BE94
(193,190,148)
#ACA984
(172,169,132)
#979474
(151,148,116)
#827F64
(130,127,100)
#6D6A54
(109,106,84)
#585544
(88,85,68)
#434034
(67,64,52)
#2E2B24
(46,43,36)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #EBE8B4

#EBE8B4
(235,232,180)
#ECEABA
(236,234,186)
#EDECC0
(237,236,192)
#EEEEC6
(238,238,198)
#EFF0CC
(239,240,204)
#F0F2D2
(240,242,210)
#F1F4D8
(241,244,216)
#F2F6DE
(242,246,222)
#F3F8E4
(243,248,228)
#F4FAEA
(244,250,234)
#F5FCF0
(245,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE8B4; }

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

This text font color is #EBE8B4.


Background Color

.myBgColor { background-color: #EBE8B4; }

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

This div background color is #EBE8B4.


Border color

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

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

This div border color is #EBE8B4.


Opacity

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

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

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

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

This text has shadow with #EBE8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE8B4 on black background.


Color preview on white background

This text has color #EBE8B4 on white background.



Black color preview on #EBE8B4 background

This text has black color on #EBE8B4 background.


White color preview on #EBE8B4 background

This text has white color on #EBE8B4 background.