COLOR #EBB5AC

HEX: #EBB5AC
RGB: (235,181,172)

Color info

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

RGB color model

#EBB5AC color RGB value is (235,181,172).

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

RGB channels and saturation

R 235 of 255 = 92%
G 181 of 255 = 71%
B 172 of 255 = 67%

235
181
172

R + G + B ~ 77%. #EBB5AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 181 + 172 = 588 (100%)
R 235 of 588 ~ 39.97%
G 181 of 588 ~ 30.78%
B 172 of 588 ~ 29.25%

%39.97
%30.78
%29.25

CMYK color model

#EBB5AC color CMYK value is (0,23,27,8).

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 26.81%
  • key color value is 7.84%
CMYK:
(0,23,27,8)
C0M23Y27K8 
(0%,23%,27%,8%)
(0.00/0.23/0.27/0.08)	

CMYK percentages

%0
%22.98
%26.81
%7.84

Codes

Color #EBB5AC in popluar color models

EBB5AC
RGB235181172
HSL61.17%79.80%
HSB/HSV26.81%92.16%
CMYK0.00%22.98%26.81%
7.84%

Color #EBB5AC in popluar number systems.

HEXEBB5AC
Decimal235181172
Binary111010111011010110101100
Octal353265254

Shades and tints

Shades of #EBB5AC

#EBB5AC
(235,181,172)
#D6A59D
(214,165,157)
#C1958E
(193,149,142)
#AC857F
(172,133,127)
#977570
(151,117,112)
#826561
(130,101,97)
#6D5552
(109,85,82)
#584543
(88,69,67)
#433534
(67,53,52)
#2E2525
(46,37,37)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #EBB5AC

#EBB5AC
(235,181,172)
#ECBBB3
(236,187,179)
#EDC1BA
(237,193,186)
#EEC7C1
(238,199,193)
#EFCDC8
(239,205,200)
#F0D3CF
(240,211,207)
#F1D9D6
(241,217,214)
#F2DFDD
(242,223,221)
#F3E5E4
(243,229,228)
#F4EBEB
(244,235,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB5AC; }

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

This text font color is #EBB5AC.


Background Color

.myBgColor { background-color: #EBB5AC; }

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

This div background color is #EBB5AC.


Border color

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

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

This div border color is #EBB5AC.


Opacity

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

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

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

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

This text has shadow with #EBB5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5AC on black background.


Color preview on white background

This text has color #EBB5AC on white background.



Black color preview on #EBB5AC background

This text has black color on #EBB5AC background.


White color preview on #EBB5AC background

This text has white color on #EBB5AC background.