COLOR #EBAC83

HEX: #EBAC83
RGB: (235,172,131)

Color info

#EBAC83 contains mainly red color. Web safe color of #EBAC83 is #FF9999 (or #F99).

RGB color model

#EBAC83 color RGB value is (235,172,131).

  • red value is 235;
  • green value is 172;
  • blue value is 131.
RGB:
(235,172,131)
(92%,67%,51%)

RGB channels and saturation

R 235 of 255 = 92%
G 172 of 255 = 67%
B 131 of 255 = 51%

235
172
131

R + G + B ~ 70%. #EBAC83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 172 + 131 = 538 (100%)
R 235 of 538 ~ 43.68%
G 172 of 538 ~ 31.97%
B 131 of 538 ~ 24.35%

%43.68
%31.97
%24.35

CMYK color model

#EBAC83 color CMYK value is (0,27,44,8).

  • cyan value is 0.00%
  • magenta value is 26.81%
  • yellow value is 44.26%
  • key color value is 7.84%
CMYK:
(0,27,44,8)
C0M27Y44K8 
(0%,27%,44%,8%)
(0.00/0.27/0.44/0.08)	

CMYK percentages

%0
%26.81
%44.26
%7.84

Codes

Color #EBAC83 in popluar color models

EBAC83
RGB235172131
HSL24°72.22%71.76%
HSB/HSV24°44.26%92.16%
CMYK0.00%26.81%44.26%
7.84%

Color #EBAC83 in popluar number systems.

HEXEBAC83
Decimal235172131
Binary111010111010110010000011
Octal353254203

Shades and tints

Shades of #EBAC83

#EBAC83
(235,172,131)
#D69D78
(214,157,120)
#C18E6D
(193,142,109)
#AC7F62
(172,127,98)
#977057
(151,112,87)
#82614C
(130,97,76)
#6D5241
(109,82,65)
#584336
(88,67,54)
#43342B
(67,52,43)
#2E2520
(46,37,32)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #EBAC83

#EBAC83
(235,172,131)
#ECB38E
(236,179,142)
#EDBA99
(237,186,153)
#EEC1A4
(238,193,164)
#EFC8AF
(239,200,175)
#F0CFBA
(240,207,186)
#F1D6C5
(241,214,197)
#F2DDD0
(242,221,208)
#F3E4DB
(243,228,219)
#F4EBE6
(244,235,230)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAC83 color. Also use rgb(235,172,131) instead hex code.

Text Font Color

.myTextColor { color: #EBAC83; }

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

This text font color is #EBAC83.


Background Color

.myBgColor { background-color: #EBAC83; }

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

This div background color is #EBAC83.


Border color

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

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

This div border color is #EBAC83.


Opacity

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

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

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

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

This text has shadow with #EBAC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAC83 on black background.


Color preview on white background

This text has color #EBAC83 on white background.



Black color preview on #EBAC83 background

This text has black color on #EBAC83 background.


White color preview on #EBAC83 background

This text has white color on #EBAC83 background.