COLOR #EBC9AB

HEX: #EBC9AB RGB: (235,201,171)

Color info

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

RGB color model

#EBC9AB color RGB value is (235,201,171).

RGB: (235,201,171) (92%, 79%, 67%)

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 171 of 255 = 67%

235
201
171

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

Portions of RGB colors in percentages

R + G + B = 235 + 201 + 171 = 607 (100%)
R 235 of 607 ~ 38.71%
G 201 of 607 ~ 33.11%
B 171 of 607 ~ 28.17'%

%38.71
%33.11
%28.17

CMYK color model

#EBC9AB color CMYK value is (0,14,27,8).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 27.23%
  • key color value is 7.84%
CMYK: (0,14,27,8) C0M14Y27K8 (0%,14%,27%,8%) (0.00/0.14/0.27/0.08) 

CMYK percentages

%0
%14.47
%27.23
%7.84

Codes

Color #EBC9AB in popluar color models

EB C9 AB
RGB 235 201 171
HSL 28° 61.54% 79.61%
HSB/HSV 28° 27.23% 92.16%
CMYK 0.00% 14.47% 27.23%
7.84%

Color #EBC9AB in popluar number systems.

HEX EB C9 AB
Decimal 235 201 171
Binary 11101011 11001001 10101011
Octal 353 311 253

Shades and tints

Shades of #EBC9AB

#EBC9AB
(235,201,171)
#D6B79C
(214,183,156)
#C1A58D
(193,165,141)
#AC937E
(172,147,126)
#97816F
(151,129,111)
#826F60
(130,111,96)
#6D5D51
(109,93,81)
#584B42
(88,75,66)
#433933
(67,57,51)
#2E2724
(46,39,36)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #EBC9AB

#EBC9AB
(235,201,171)
#ECCDB2
(236,205,178)
#EDD1B9
(237,209,185)
#EED5C0
(238,213,192)
#EFD9C7
(239,217,199)
#F0DDCE
(240,221,206)
#F1E1D5
(241,225,213)
#F2E5DC
(242,229,220)
#F3E9E3
(243,233,227)
#F4EDEA
(244,237,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC9AB color. Also use rgb(235,201,171) instead hex code.

Text Font Color

.myTextColor { color: #EBC9AB; }

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

This text font color is #EBC9AB.

Background Color

.myBgColor { background-color: #EBC9AB; }

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

This div background color is #EBC9AB.

Border color

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

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

This div border color is #EBC9AB.

Opacity

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

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

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

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

This text has shadow with #EBC9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC9AB.

Preview

Color preview on black background

This text has color #EBC9AB on black background.


Color preview on white background

This text has color #EBC9AB on white background.


Black color preview on #EBC9AB background

This text has black color on #EBC9AB background.


White color preview on #EBC9AB background

This text has white color on #EBC9AB background.


Related colors

Complementary color

Complementary color for #hex is #143654.


I love getcolorcode.com

Triadic colors

1 #ABEBC9 and #C9ABEB with #EBC9AB are triadic colors.

2 #ABC9EB and #C9EBAB with #EBC9AB are triadic colors.