COLOR #EBB4A7

HEX: #EBB4A7
RGB: (235,180,167)

Color info

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

RGB color model

#EBB4A7 color RGB value is (235,180,167).

  • red value is 235;
  • green value is 180;
  • blue value is 167.
RGB:
(235,180,167)
(92%,71%,65%)

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 167 of 255 = 65%

235
180
167

R + G + B ~ 76%. #EBB4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 167 = 582 (100%)
R 235 of 582 ~ 40.38%
G 180 of 582 ~ 30.93%
B 167 of 582 ~ 28.69%

%40.38
%30.93
%28.69

CMYK color model

#EBB4A7 color CMYK value is (0,23,29,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 28.94%
  • key color value is 7.84%
CMYK:
(0,23,29,8)
C0M23Y29K8 
(0%,23%,29%,8%)
(0.00/0.23/0.29/0.08)	

CMYK percentages

%0
%23.4
%28.94
%7.84

Codes

Color #EBB4A7 in popluar color models

EBB4A7
RGB235180167
HSL11°62.96%78.82%
HSB/HSV11°28.94%92.16%
CMYK0.00%23.40%28.94%
7.84%

Color #EBB4A7 in popluar number systems.

HEXEBB4A7
Decimal235180167
Binary111010111011010010100111
Octal353264247

Shades and tints

Shades of #EBB4A7

#EBB4A7
(235,180,167)
#D6A498
(214,164,152)
#C19489
(193,148,137)
#AC847A
(172,132,122)
#97746B
(151,116,107)
#82645C
(130,100,92)
#6D544D
(109,84,77)
#58443E
(88,68,62)
#43342F
(67,52,47)
#2E2420
(46,36,32)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #EBB4A7

#EBB4A7
(235,180,167)
#ECBAAF
(236,186,175)
#EDC0B7
(237,192,183)
#EEC6BF
(238,198,191)
#EFCCC7
(239,204,199)
#F0D2CF
(240,210,207)
#F1D8D7
(241,216,215)
#F2DEDF
(242,222,223)
#F3E4E7
(243,228,231)
#F4EAEF
(244,234,239)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB4A7 color. Also use rgb(235,180,167) instead hex code.

Text Font Color

.myTextColor { color: #EBB4A7; }

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

This text font color is #EBB4A7.


Background Color

.myBgColor { background-color: #EBB4A7; }

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

This div background color is #EBB4A7.


Border color

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

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

This div border color is #EBB4A7.


Opacity

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

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

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

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

This text has shadow with #EBB4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB4A7 on black background.


Color preview on white background

This text has color #EBB4A7 on white background.



Black color preview on #EBB4A7 background

This text has black color on #EBB4A7 background.


White color preview on #EBB4A7 background

This text has white color on #EBB4A7 background.