COLOR #EBCBA8

HEX: #EBCBA8
RGB: (235,203,168)

Color info

#EBCBA8 contains mainly red and green colors. Web safe color of #EBCBA8 is #FFCC99 (or #FC9).

RGB color model

#EBCBA8 color RGB value is (235,203,168).

  • red value is 235;
  • green value is 203;
  • blue value is 168.
RGB:
(235,203,168)
(92%,80%,66%)

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 168 of 255 = 66%

235
203
168

R + G + B ~ 79%. #EBCBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 168 = 606 (100%)
R 235 of 606 ~ 38.78%
G 203 of 606 ~ 33.5%
B 168 of 606 ~ 27.72%

%38.78
%33.5
%27.72

CMYK color model

#EBCBA8 color CMYK value is (0,14,29,8).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 28.51%
  • key color value is 7.84%
CMYK:
(0,14,29,8)
C0M14Y29K8 
(0%,14%,29%,8%)
(0.00/0.14/0.29/0.08)	

CMYK percentages

%0
%13.62
%28.51
%7.84

Codes

Color #EBCBA8 in popluar color models

EBCBA8
RGB235203168
HSL31°62.62%79.02%
HSB/HSV31°28.51%92.16%
CMYK0.00%13.62%28.51%
7.84%

Color #EBCBA8 in popluar number systems.

HEXEBCBA8
Decimal235203168
Binary111010111100101110101000
Octal353313250

Shades and tints

Shades of #EBCBA8

#EBCBA8
(235,203,168)
#D6B999
(214,185,153)
#C1A78A
(193,167,138)
#AC957B
(172,149,123)
#97836C
(151,131,108)
#82715D
(130,113,93)
#6D5F4E
(109,95,78)
#584D3F
(88,77,63)
#433B30
(67,59,48)
#2E2921
(46,41,33)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #EBCBA8

#EBCBA8
(235,203,168)
#ECCFAF
(236,207,175)
#EDD3B6
(237,211,182)
#EED7BD
(238,215,189)
#EFDBC4
(239,219,196)
#F0DFCB
(240,223,203)
#F1E3D2
(241,227,210)
#F2E7D9
(242,231,217)
#F3EBE0
(243,235,224)
#F4EFE7
(244,239,231)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCBA8 color. Also use rgb(235,203,168) instead hex code.

Text Font Color

.myTextColor { color: #EBCBA8; }

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

This text font color is #EBCBA8.


Background Color

.myBgColor { background-color: #EBCBA8; }

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

This div background color is #EBCBA8.


Border color

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

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

This div border color is #EBCBA8.


Opacity

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

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

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

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

This text has shadow with #EBCBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCBA8 on black background.


Color preview on white background

This text has color #EBCBA8 on white background.



Black color preview on #EBCBA8 background

This text has black color on #EBCBA8 background.


White color preview on #EBCBA8 background

This text has white color on #EBCBA8 background.