COLOR #EB8171

HEX: #EB8171
RGB: (235,129,113)

Color info

#EB8171 contains mainly red color. Web safe color of #EB8171 is #FF9966 (or #F96).

RGB color model

#EB8171 color RGB value is (235,129,113).

  • red value is 235;
  • green value is 129;
  • blue value is 113.
RGB:
(235,129,113)
(92%,51%,44%)

RGB channels and saturation

R 235 of 255 = 92%
G 129 of 255 = 51%
B 113 of 255 = 44%

235
129
113

R + G + B ~ 62%. #EB8171 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 129 + 113 = 477 (100%)
R 235 of 477 ~ 49.27%
G 129 of 477 ~ 27.04%
B 113 of 477 ~ 23.69%

%49.27
%27.04
%23.69

CMYK color model

#EB8171 color CMYK value is (0,45,52,8).

  • cyan value is 0.00%
  • magenta value is 45.11%
  • yellow value is 51.91%
  • key color value is 7.84%
CMYK:
(0,45,52,8)
C0M45Y52K8 
(0%,45%,52%,8%)
(0.00/0.45/0.52/0.08)	

CMYK percentages

%0
%45.11
%51.91
%7.84

Codes

Color #EB8171 in popluar color models

EB8171
RGB235129113
HSL75.31%68.24%
HSB/HSV51.91%92.16%
CMYK0.00%45.11%51.91%
7.84%

Color #EB8171 in popluar number systems.

HEXEB8171
Decimal235129113
Binary11101011100000011110001
Octal353201161

Shades and tints

Shades of #EB8171

#EB8171
(235,129,113)
#D67667
(214,118,103)
#C16B5D
(193,107,93)
#AC6053
(172,96,83)
#975549
(151,85,73)
#824A3F
(130,74,63)
#6D3F35
(109,63,53)
#58342B
(88,52,43)
#432921
(67,41,33)
#2E1E17
(46,30,23)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #EB8171

#EB8171
(235,129,113)
#EC8C7D
(236,140,125)
#ED9789
(237,151,137)
#EEA295
(238,162,149)
#EFADA1
(239,173,161)
#F0B8AD
(240,184,173)
#F1C3B9
(241,195,185)
#F2CEC5
(242,206,197)
#F3D9D1
(243,217,209)
#F4E4DD
(244,228,221)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8171 color. Also use rgb(235,129,113) instead hex code.

Text Font Color

.myTextColor { color: #EB8171; }

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

This text font color is #EB8171.


Background Color

.myBgColor { background-color: #EB8171; }

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

This div background color is #EB8171.


Border color

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

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

This div border color is #EB8171.


Opacity

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

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

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

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

This text has shadow with #EB8171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8171 on black background.


Color preview on white background

This text has color #EB8171 on white background.



Black color preview on #EB8171 background

This text has black color on #EB8171 background.


White color preview on #EB8171 background

This text has white color on #EB8171 background.