COLOR #EBC2BA

HEX: #EBC2BA
RGB: (235,194,186)

Color info

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

RGB color model

#EBC2BA color RGB value is (235,194,186).

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

RGB channels and saturation

R 235 of 255 = 92%
G 194 of 255 = 76%
B 186 of 255 = 73%

235
194
186

R + G + B ~ 80%. #EBC2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 194 + 186 = 615 (100%)
R 235 of 615 ~ 38.21%
G 194 of 615 ~ 31.54%
B 186 of 615 ~ 30.24%

%38.21
%31.54
%30.24

CMYK color model

#EBC2BA color CMYK value is (0,17,21,8).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 20.85%
  • key color value is 7.84%
CMYK:
(0,17,21,8)
C0M17Y21K8 
(0%,17%,21%,8%)
(0.00/0.17/0.21/0.08)	

CMYK percentages

%0
%17.45
%20.85
%7.84

Codes

Color #EBC2BA in popluar color models

EBC2BA
RGB235194186
HSL10°55.06%82.55%
HSB/HSV10°20.85%92.16%
CMYK0.00%17.45%20.85%
7.84%

Color #EBC2BA in popluar number systems.

HEXEBC2BA
Decimal235194186
Binary111010111100001010111010
Octal353302272

Shades and tints

Shades of #EBC2BA

#EBC2BA
(235,194,186)
#D6B1AA
(214,177,170)
#C1A09A
(193,160,154)
#AC8F8A
(172,143,138)
#977E7A
(151,126,122)
#826D6A
(130,109,106)
#6D5C5A
(109,92,90)
#584B4A
(88,75,74)
#433A3A
(67,58,58)
#2E292A
(46,41,42)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #EBC2BA

#EBC2BA
(235,194,186)
#ECC7C0
(236,199,192)
#EDCCC6
(237,204,198)
#EED1CC
(238,209,204)
#EFD6D2
(239,214,210)
#F0DBD8
(240,219,216)
#F1E0DE
(241,224,222)
#F2E5E4
(242,229,228)
#F3EAEA
(243,234,234)
#F4EFF0
(244,239,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC2BA; }

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

This text font color is #EBC2BA.


Background Color

.myBgColor { background-color: #EBC2BA; }

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

This div background color is #EBC2BA.


Border color

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

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

This div border color is #EBC2BA.


Opacity

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

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

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

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

This text has shadow with #EBC2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC2BA on black background.


Color preview on white background

This text has color #EBC2BA on white background.



Black color preview on #EBC2BA background

This text has black color on #EBC2BA background.


White color preview on #EBC2BA background

This text has white color on #EBC2BA background.