COLOR #EBC8B2

HEX: #EBC8B2
RGB: (235,200,178)

Color info

#EBC8B2 contains red, green and blue colors in about the same proportion. Web safe color of #EBC8B2 is #FFCC99 (or #FC9).

RGB color model

#EBC8B2 color RGB value is (235,200,178).

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

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 178 of 255 = 70%

235
200
178

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

Portions of RGB colors in percentages

R + G + B =
235 + 200 + 178 = 613 (100%)
R 235 of 613 ~ 38.34%
G 200 of 613 ~ 32.63%
B 178 of 613 ~ 29.04%

%38.34
%32.63
%29.04

CMYK color model

#EBC8B2 color CMYK value is (0,15,24,8).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 24.26%
  • key color value is 7.84%
CMYK:
(0,15,24,8)
C0M15Y24K8 
(0%,15%,24%,8%)
(0.00/0.15/0.24/0.08)	

CMYK percentages

%0
%14.89
%24.26
%7.84

Codes

Color #EBC8B2 in popluar color models

EBC8B2
RGB235200178
HSL23°58.76%80.98%
HSB/HSV23°24.26%92.16%
CMYK0.00%14.89%24.26%
7.84%

Color #EBC8B2 in popluar number systems.

HEXEBC8B2
Decimal235200178
Binary111010111100100010110010
Octal353310262

Shades and tints

Shades of #EBC8B2

#EBC8B2
(235,200,178)
#D6B6A2
(214,182,162)
#C1A492
(193,164,146)
#AC9282
(172,146,130)
#978072
(151,128,114)
#826E62
(130,110,98)
#6D5C52
(109,92,82)
#584A42
(88,74,66)
#433832
(67,56,50)
#2E2622
(46,38,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #EBC8B2

#EBC8B2
(235,200,178)
#ECCDB9
(236,205,185)
#EDD2C0
(237,210,192)
#EED7C7
(238,215,199)
#EFDCCE
(239,220,206)
#F0E1D5
(240,225,213)
#F1E6DC
(241,230,220)
#F2EBE3
(242,235,227)
#F3F0EA
(243,240,234)
#F4F5F1
(244,245,241)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC8B2; }

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

This text font color is #EBC8B2.


Background Color

.myBgColor { background-color: #EBC8B2; }

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

This div background color is #EBC8B2.


Border color

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

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

This div border color is #EBC8B2.


Opacity

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

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

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

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

This text has shadow with #EBC8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC8B2 on black background.


Color preview on white background

This text has color #EBC8B2 on white background.



Black color preview on #EBC8B2 background

This text has black color on #EBC8B2 background.


White color preview on #EBC8B2 background

This text has white color on #EBC8B2 background.