COLOR #EBA7AB

HEX: #EBA7AB RGB: (235,167,171)

Color info

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

RGB color model

#EBA7AB color RGB value is (235,167,171).

RGB: (235,167,171) (92%, 65%, 67%)

RGB channels and saturation

R 235 of 255 = 92%
G 167 of 255 = 65%
B 171 of 255 = 67%

235
167
171

R + G + B ~ 75%. #EBA7AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 167 + 171 = 573 (100%)
R 235 of 573 ~ 41.01%
G 167 of 573 ~ 29.14%
B 171 of 573 ~ 29.84'%

%41.01
%29.14
%29.84

CMYK color model

#EBA7AB color CMYK value is (0,29,27,8).

  • cyan value is 0.00%
  • magenta value is 28.94%
  • yellow value is 27.23%
  • key color value is 7.84%

CMYK: (0,29,27,8)
C0M29Y27K8 (0%, 29%, 27%, 8%)
(0.00 / 0.29 / 0.27 / 0.08)

CMYK percentages

%0
%28.94
%27.23
%7.84

Codes

Color #EBA7AB in popluar color models

EB A7 AB
RGB 235 167 171
HSL 356° 62.96% 78.82%
HSB/HSV 356° 28.94% 92.16%
CMYK 0.00% 28.94% 27.23%
7.84%

Color #EBA7AB in popluar number systems.

HEX EB A7 AB
Decimal 235 167 171
Binary 11101011 10100111 10101011
Octal 353 247 253

Shades and tints

Shades of #EBA7AB

#EBA7AB
(235,167,171)
#D6989C
(214,152,156)
#C1898D
(193,137,141)
#AC7A7E
(172,122,126)
#976B6F
(151,107,111)
#825C60
(130,92,96)
#6D4D51
(109,77,81)
#583E42
(88,62,66)
#432F33
(67,47,51)
#2E2024
(46,32,36)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #EBA7AB

#EBA7AB
(235,167,171)
#ECAFB2
(236,175,178)
#EDB7B9
(237,183,185)
#EEBFC0
(238,191,192)
#EFC7C7
(239,199,199)
#F0CFCE
(240,207,206)
#F1D7D5
(241,215,213)
#F2DFDC
(242,223,220)
#F3E7E3
(243,231,227)
#F4EFEA
(244,239,234)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA7AB; }

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

This text font color is #EBA7AB.

Background Color

.myBgColor { background-color: #EBA7AB; }

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

This div background color is #EBA7AB.

Border color

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

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

This div border color is #EBA7AB.

Opacity

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

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

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

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

This text has shadow with #EBA7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA7AB.

Preview

Color preview on black background

This text has color #EBA7AB on black background.


Color preview on white background

This text has color #EBA7AB on white background.


Black color preview on #EBA7AB background

This text has black color on #EBA7AB background.


White color preview on #EBA7AB background

This text has white color on #EBA7AB background.


Related colors

Complementary color

Complementary color for #hex is #145854.


I love getcolorcode.com

Triadic colors

1 #ABEBA7 and #A7ABEB with #EBA7AB are triadic colors.

2 #ABA7EB and #A7EBAB with #EBA7AB are triadic colors.