COLOR #EAB796

HEX: #EAB796
RGB: (234,183,150)

Color info

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

RGB color model

#EAB796 color RGB value is (234,183,150).

  • red value is 234;
  • green value is 183;
  • blue value is 150.
RGB:
(234,183,150)
(92%,72%,59%)

RGB channels and saturation

R 234 of 255 = 92%
G 183 of 255 = 72%
B 150 of 255 = 59%

234
183
150

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

Portions of RGB colors in percentages

R + G + B =
234 + 183 + 150 = 567 (100%)
R 234 of 567 ~ 41.27%
G 183 of 567 ~ 32.28%
B 150 of 567 ~ 26.46%

%41.27
%32.28
%26.46

CMYK color model

#EAB796 color CMYK value is (0,22,36,8).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 35.90%
  • key color value is 8.24%
CMYK:
(0,22,36,8)
C0M22Y36K8 
(0%,22%,36%,8%)
(0.00/0.22/0.36/0.08)	

CMYK percentages

%0
%21.79
%35.9
%8.24

Codes

Color #EAB796 in popluar color models

EAB796
RGB234183150
HSL24°66.67%75.29%
HSB/HSV24°35.90%91.76%
CMYK0.00%21.79%35.90%
8.24%

Color #EAB796 in popluar number systems.

HEXEAB796
Decimal234183150
Binary111010101011011110010110
Octal352267226

Shades and tints

Shades of #EAB796

#EAB796
(234,183,150)
#D5A789
(213,167,137)
#C0977C
(192,151,124)
#AB876F
(171,135,111)
#967762
(150,119,98)
#816755
(129,103,85)
#6C5748
(108,87,72)
#57473B
(87,71,59)
#42372E
(66,55,46)
#2D2721
(45,39,33)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #EAB796

#EAB796
(234,183,150)
#EBBD9F
(235,189,159)
#ECC3A8
(236,195,168)
#EDC9B1
(237,201,177)
#EECFBA
(238,207,186)
#EFD5C3
(239,213,195)
#F0DBCC
(240,219,204)
#F1E1D5
(241,225,213)
#F2E7DE
(242,231,222)
#F3EDE7
(243,237,231)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB796 color. Also use rgb(234,183,150) instead hex code.

Text Font Color

.myTextColor { color: #EAB796; }

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

This text font color is #EAB796.


Background Color

.myBgColor { background-color: #EAB796; }

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

This div background color is #EAB796.


Border color

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

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

This div border color is #EAB796.


Opacity

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

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

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

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

This text has shadow with #EAB796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB796 on black background.


Color preview on white background

This text has color #EAB796 on white background.



Black color preview on #EAB796 background

This text has black color on #EAB796 background.


White color preview on #EAB796 background

This text has white color on #EAB796 background.