COLOR #EBE4BA

HEX: #EBE4BA
RGB: (235,228,186)

Color info

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

RGB color model

#EBE4BA color RGB value is (235,228,186).

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

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 186 of 255 = 73%

235
228
186

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

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 186 = 649 (100%)
R 235 of 649 ~ 36.21%
G 228 of 649 ~ 35.13%
B 186 of 649 ~ 28.66%

%36.21
%35.13
%28.66

CMYK color model

#EBE4BA color CMYK value is (0,3,21,8).

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 20.85%
  • key color value is 7.84%
CMYK:
(0,3,21,8)
C0M3Y21K8 
(0%,3%,21%,8%)
(0.00/0.03/0.21/0.08)	

CMYK percentages

%0
%2.98
%20.85
%7.84

Codes

Color #EBE4BA in popluar color models

EBE4BA
RGB235228186
HSL51°55.06%82.55%
HSB/HSV51°20.85%92.16%
CMYK0.00%2.98%20.85%
7.84%

Color #EBE4BA in popluar number systems.

HEXEBE4BA
Decimal235228186
Binary111010111110010010111010
Octal353344272

Shades and tints

Shades of #EBE4BA

#EBE4BA
(235,228,186)
#D6D0AA
(214,208,170)
#C1BC9A
(193,188,154)
#ACA88A
(172,168,138)
#97947A
(151,148,122)
#82806A
(130,128,106)
#6D6C5A
(109,108,90)
#58584A
(88,88,74)
#43443A
(67,68,58)
#2E302A
(46,48,42)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #EBE4BA

#EBE4BA
(235,228,186)
#ECE6C0
(236,230,192)
#EDE8C6
(237,232,198)
#EEEACC
(238,234,204)
#EFECD2
(239,236,210)
#F0EED8
(240,238,216)
#F1F0DE
(241,240,222)
#F2F2E4
(242,242,228)
#F3F4EA
(243,244,234)
#F4F6F0
(244,246,240)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4BA; }

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

This text font color is #EBE4BA.


Background Color

.myBgColor { background-color: #EBE4BA; }

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

This div background color is #EBE4BA.


Border color

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

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

This div border color is #EBE4BA.


Opacity

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

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

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

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

This text has shadow with #EBE4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE4BA on black background.


Color preview on white background

This text has color #EBE4BA on white background.



Black color preview on #EBE4BA background

This text has black color on #EBE4BA background.


White color preview on #EBE4BA background

This text has white color on #EBE4BA background.