COLOR #EABC8C

HEX: #EABC8C
RGB: (234,188,140)

Color info

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

RGB color model

#EABC8C color RGB value is (234,188,140).

  • red value is 234;
  • green value is 188;
  • blue value is 140.
RGB:
(234,188,140)
(92%,74%,55%)

RGB channels and saturation

R 234 of 255 = 92%
G 188 of 255 = 74%
B 140 of 255 = 55%

234
188
140

R + G + B ~ 74%. #EABC8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 188 + 140 = 562 (100%)
R 234 of 562 ~ 41.64%
G 188 of 562 ~ 33.45%
B 140 of 562 ~ 24.91%

%41.64
%33.45
%24.91

CMYK color model

#EABC8C color CMYK value is (0,20,40,8).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 40.17%
  • key color value is 8.24%
CMYK:
(0,20,40,8)
C0M20Y40K8 
(0%,20%,40%,8%)
(0.00/0.20/0.40/0.08)	

CMYK percentages

%0
%19.66
%40.17
%8.24

Codes

Color #EABC8C in popluar color models

EABC8C
RGB234188140
HSL31°69.12%73.33%
HSB/HSV31°40.17%91.76%
CMYK0.00%19.66%40.17%
8.24%

Color #EABC8C in popluar number systems.

HEXEABC8C
Decimal234188140
Binary111010101011110010001100
Octal352274214

Shades and tints

Shades of #EABC8C

#EABC8C
(234,188,140)
#D5AB80
(213,171,128)
#C09A74
(192,154,116)
#AB8968
(171,137,104)
#96785C
(150,120,92)
#816750
(129,103,80)
#6C5644
(108,86,68)
#574538
(87,69,56)
#42342C
(66,52,44)
#2D2320
(45,35,32)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #EABC8C

#EABC8C
(234,188,140)
#EBC296
(235,194,150)
#ECC8A0
(236,200,160)
#EDCEAA
(237,206,170)
#EED4B4
(238,212,180)
#EFDABE
(239,218,190)
#F0E0C8
(240,224,200)
#F1E6D2
(241,230,210)
#F2ECDC
(242,236,220)
#F3F2E6
(243,242,230)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABC8C color. Also use rgb(234,188,140) instead hex code.

Text Font Color

.myTextColor { color: #EABC8C; }

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

This text font color is #EABC8C.


Background Color

.myBgColor { background-color: #EABC8C; }

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

This div background color is #EABC8C.


Border color

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

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

This div border color is #EABC8C.


Opacity

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

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

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

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

This text has shadow with #EABC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABC8C on black background.


Color preview on white background

This text has color #EABC8C on white background.



Black color preview on #EABC8C background

This text has black color on #EABC8C background.


White color preview on #EABC8C background

This text has white color on #EABC8C background.