COLOR #EBE8BA

HEX: #EBE8BA
RGB: (235,232,186)

Color info

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

RGB color model

#EBE8BA color RGB value is (235,232,186).

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

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 186 of 255 = 73%

235
232
186

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

Portions of RGB colors in percentages

R + G + B =
235 + 232 + 186 = 653 (100%)
R 235 of 653 ~ 35.99%
G 232 of 653 ~ 35.53%
B 186 of 653 ~ 28.48%

%35.99
%35.53
%28.48

CMYK color model

#EBE8BA color CMYK value is (0,1,21,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 20.85%
  • key color value is 7.84%
CMYK:
(0,1,21,8)
C0M1Y21K8 
(0%,1%,21%,8%)
(0.00/0.01/0.21/0.08)	

CMYK percentages

%0
%1.28
%20.85
%7.84

Codes

Color #EBE8BA in popluar color models

EBE8BA
RGB235232186
HSL56°55.06%82.55%
HSB/HSV56°20.85%92.16%
CMYK0.00%1.28%20.85%
7.84%

Color #EBE8BA in popluar number systems.

HEXEBE8BA
Decimal235232186
Binary111010111110100010111010
Octal353350272

Shades and tints

Shades of #EBE8BA

#EBE8BA
(235,232,186)
#D6D3AA
(214,211,170)
#C1BE9A
(193,190,154)
#ACA98A
(172,169,138)
#97947A
(151,148,122)
#827F6A
(130,127,106)
#6D6A5A
(109,106,90)
#58554A
(88,85,74)
#43403A
(67,64,58)
#2E2B2A
(46,43,42)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #EBE8BA

#EBE8BA
(235,232,186)
#ECEAC0
(236,234,192)
#EDECC6
(237,236,198)
#EEEECC
(238,238,204)
#EFF0D2
(239,240,210)
#F0F2D8
(240,242,216)
#F1F4DE
(241,244,222)
#F2F6E4
(242,246,228)
#F3F8EA
(243,248,234)
#F4FAF0
(244,250,240)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE8BA; }

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

This text font color is #EBE8BA.


Background Color

.myBgColor { background-color: #EBE8BA; }

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

This div background color is #EBE8BA.


Border color

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

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

This div border color is #EBE8BA.


Opacity

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

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

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

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

This text has shadow with #EBE8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE8BA on black background.


Color preview on white background

This text has color #EBE8BA on white background.



Black color preview on #EBE8BA background

This text has black color on #EBE8BA background.


White color preview on #EBE8BA background

This text has white color on #EBE8BA background.