COLOR #EBD1BA

HEX: #EBD1BA
RGB: (235,209,186)

Color info

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

RGB color model

#EBD1BA color RGB value is (235,209,186).

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

RGB channels and saturation

R 235 of 255 = 92%
G 209 of 255 = 82%
B 186 of 255 = 73%

235
209
186

R + G + B ~ 82%. #EBD1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 209 + 186 = 630 (100%)
R 235 of 630 ~ 37.3%
G 209 of 630 ~ 33.17%
B 186 of 630 ~ 29.52%

%37.3
%33.17
%29.52

CMYK color model

#EBD1BA color CMYK value is (0,11,21,8).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 20.85%
  • key color value is 7.84%
CMYK:
(0,11,21,8)
C0M11Y21K8 
(0%,11%,21%,8%)
(0.00/0.11/0.21/0.08)	

CMYK percentages

%0
%11.06
%20.85
%7.84

Codes

Color #EBD1BA in popluar color models

EBD1BA
RGB235209186
HSL28°55.06%82.55%
HSB/HSV28°20.85%92.16%
CMYK0.00%11.06%20.85%
7.84%

Color #EBD1BA in popluar number systems.

HEXEBD1BA
Decimal235209186
Binary111010111101000110111010
Octal353321272

Shades and tints

Shades of #EBD1BA

#EBD1BA
(235,209,186)
#D6BEAA
(214,190,170)
#C1AB9A
(193,171,154)
#AC988A
(172,152,138)
#97857A
(151,133,122)
#82726A
(130,114,106)
#6D5F5A
(109,95,90)
#584C4A
(88,76,74)
#43393A
(67,57,58)
#2E262A
(46,38,42)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #EBD1BA

#EBD1BA
(235,209,186)
#ECD5C0
(236,213,192)
#EDD9C6
(237,217,198)
#EEDDCC
(238,221,204)
#EFE1D2
(239,225,210)
#F0E5D8
(240,229,216)
#F1E9DE
(241,233,222)
#F2EDE4
(242,237,228)
#F3F1EA
(243,241,234)
#F4F5F0
(244,245,240)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD1BA; }

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

This text font color is #EBD1BA.


Background Color

.myBgColor { background-color: #EBD1BA; }

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

This div background color is #EBD1BA.


Border color

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

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

This div border color is #EBD1BA.


Opacity

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

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

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

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

This text has shadow with #EBD1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD1BA on black background.


Color preview on white background

This text has color #EBD1BA on white background.



Black color preview on #EBD1BA background

This text has black color on #EBD1BA background.


White color preview on #EBD1BA background

This text has white color on #EBD1BA background.