COLOR #EBC8B7

HEX: #EBC8B7
RGB: (235,200,183)

Color info

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

RGB color model

#EBC8B7 color RGB value is (235,200,183).

  • red value is 235;
  • green value is 200;
  • blue value is 183.
RGB:
(235,200,183)
(92%,78%,72%)

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 183 of 255 = 72%

235
200
183

R + G + B ~ 81%. #EBC8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 200 + 183 = 618 (100%)
R 235 of 618 ~ 38.03%
G 200 of 618 ~ 32.36%
B 183 of 618 ~ 29.61%

%38.03
%32.36
%29.61

CMYK color model

#EBC8B7 color CMYK value is (0,15,22,8).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 22.13%
  • key color value is 7.84%
CMYK:
(0,15,22,8)
C0M15Y22K8 
(0%,15%,22%,8%)
(0.00/0.15/0.22/0.08)	

CMYK percentages

%0
%14.89
%22.13
%7.84

Codes

Color #EBC8B7 in popluar color models

EBC8B7
RGB235200183
HSL20°56.52%81.96%
HSB/HSV20°22.13%92.16%
CMYK0.00%14.89%22.13%
7.84%

Color #EBC8B7 in popluar number systems.

HEXEBC8B7
Decimal235200183
Binary111010111100100010110111
Octal353310267

Shades and tints

Shades of #EBC8B7

#EBC8B7
(235,200,183)
#D6B6A7
(214,182,167)
#C1A497
(193,164,151)
#AC9287
(172,146,135)
#978077
(151,128,119)
#826E67
(130,110,103)
#6D5C57
(109,92,87)
#584A47
(88,74,71)
#433837
(67,56,55)
#2E2627
(46,38,39)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #EBC8B7

#EBC8B7
(235,200,183)
#ECCDBD
(236,205,189)
#EDD2C3
(237,210,195)
#EED7C9
(238,215,201)
#EFDCCF
(239,220,207)
#F0E1D5
(240,225,213)
#F1E6DB
(241,230,219)
#F2EBE1
(242,235,225)
#F3F0E7
(243,240,231)
#F4F5ED
(244,245,237)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC8B7 color. Also use rgb(235,200,183) instead hex code.

Text Font Color

.myTextColor { color: #EBC8B7; }

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

This text font color is #EBC8B7.


Background Color

.myBgColor { background-color: #EBC8B7; }

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

This div background color is #EBC8B7.


Border color

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

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

This div border color is #EBC8B7.


Opacity

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

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

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

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

This text has shadow with #EBC8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC8B7 on black background.


Color preview on white background

This text has color #EBC8B7 on white background.



Black color preview on #EBC8B7 background

This text has black color on #EBC8B7 background.


White color preview on #EBC8B7 background

This text has white color on #EBC8B7 background.