COLOR #EBAB9D

HEX: #EBAB9D RGB: (235,171,157)

Color info

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

RGB color model

#EBAB9D color RGB value is (235,171,157).

RGB: (235,171,157) (92%, 67%, 62%)

RGB channels and saturation

R 235 of 255 = 92%
G 171 of 255 = 67%
B 157 of 255 = 62%

235
171
157

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

Portions of RGB colors in percentages

R + G + B = 235 + 171 + 157 = 563 (100%)
R 235 of 563 ~ 41.74%
G 171 of 563 ~ 30.37%
B 157 of 563 ~ 27.89'%

%41.74
%30.37
%27.89

CMYK color model

#EBAB9D color CMYK value is (0,27,33,8).

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

CMYK: (0,27,33,8)
C0M27Y33K8 (0%, 27%, 33%, 8%)
(0.00 / 0.27 / 0.33 / 0.08)

CMYK percentages

%0
%27.23
%33.19
%7.84

Codes

Color #EBAB9D in popluar color models

EB AB 9D
RGB 235 171 157
HSL 11° 66.10% 76.86%
HSB/HSV 11° 33.19% 92.16%
CMYK 0.00% 27.23% 33.19%
7.84%

Color #EBAB9D in popluar number systems.

HEX EB AB 9D
Decimal 235 171 157
Binary 11101011 10101011 10011101
Octal 353 253 235

Shades and tints

Shades of #EBAB9D

#EBAB9D
(235,171,157)
#D69C8F
(214,156,143)
#C18D81
(193,141,129)
#AC7E73
(172,126,115)
#976F65
(151,111,101)
#826057
(130,96,87)
#6D5149
(109,81,73)
#58423B
(88,66,59)
#43332D
(67,51,45)
#2E241F
(46,36,31)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #EBAB9D

#EBAB9D
(235,171,157)
#ECB2A5
(236,178,165)
#EDB9AD
(237,185,173)
#EEC0B5
(238,192,181)
#EFC7BD
(239,199,189)
#F0CEC5
(240,206,197)
#F1D5CD
(241,213,205)
#F2DCD5
(242,220,213)
#F3E3DD
(243,227,221)
#F4EAE5
(244,234,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAB9D; }

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

This text font color is #EBAB9D.

Background Color

.myBgColor { background-color: #EBAB9D; }

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

This div background color is #EBAB9D.

Border color

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

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

This div border color is #EBAB9D.

Opacity

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

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

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

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

This text has shadow with #EBAB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAB9D.

Preview

Color preview on black background

This text has color #EBAB9D on black background.


Color preview on white background

This text has color #EBAB9D on white background.


Black color preview on #EBAB9D background

This text has black color on #EBAB9D background.


White color preview on #EBAB9D background

This text has white color on #EBAB9D background.


Related colors

Complementary color

Complementary color for #hex is #145462.


I love getcolorcode.com

Triadic colors

1 #9DEBAB and #AB9DEB with #EBAB9D are triadic colors.

2 #9DABEB and #ABEB9D with #EBAB9D are triadic colors.