COLOR #EB8680

HEX: #EB8680 RGB: (235,134,128)

Color info

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

RGB color model

#EB8680 color RGB value is (235,134,128).

RGB: (235,134,128) (92%, 53%, 50%)

RGB channels and saturation

R 235 of 255 = 92%
G 134 of 255 = 53%
B 128 of 255 = 50%

235
134
128

R + G + B ~ 65%. #EB8680 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 134 + 128 = 497 (100%)
R 235 of 497 ~ 47.28%
G 134 of 497 ~ 26.96%
B 128 of 497 ~ 25.75'%

%47.28
%26.96
%25.75

CMYK color model

#EB8680 color CMYK value is (0,43,46,8).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 45.53%
  • key color value is 7.84%

CMYK: (0,43,46,8)
C0M43Y46K8 (0%, 43%, 46%, 8%)
(0.00 / 0.43 / 0.46 / 0.08)

CMYK percentages

%0
%42.98
%45.53
%7.84

Codes

Color #EB8680 in popluar color models

EB 86 80
RGB 235 134 128
HSL 72.79% 71.18%
HSB/HSV 45.53% 92.16%
CMYK 0.00% 42.98% 45.53%
7.84%

Color #EB8680 in popluar number systems.

HEX EB 86 80
Decimal 235 134 128
Binary 11101011 10000110 10000000
Octal 353 206 200

Shades and tints

Shades of #EB8680

#EB8680
(235,134,128)
#D67A75
(214,122,117)
#C16E6A
(193,110,106)
#AC625F
(172,98,95)
#975654
(151,86,84)
#824A49
(130,74,73)
#6D3E3E
(109,62,62)
#583233
(88,50,51)
#432628
(67,38,40)
#2E1A1D
(46,26,29)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #EB8680

#EB8680
(235,134,128)
#EC918B
(236,145,139)
#ED9C96
(237,156,150)
#EEA7A1
(238,167,161)
#EFB2AC
(239,178,172)
#F0BDB7
(240,189,183)
#F1C8C2
(241,200,194)
#F2D3CD
(242,211,205)
#F3DED8
(243,222,216)
#F4E9E3
(244,233,227)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8680 color. Also use rgb(235,134,128) instead hex code.

Text Font Color

.myTextColor { color: #EB8680; }

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

This text font color is #EB8680.

Background Color

.myBgColor { background-color: #EB8680; }

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

This div background color is #EB8680.

Border color

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

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

This div border color is #EB8680.

Opacity

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

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

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

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

This text has shadow with #EB8680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB8680.

Preview

Color preview on black background

This text has color #EB8680 on black background.


Color preview on white background

This text has color #EB8680 on white background.


Black color preview on #EB8680 background

This text has black color on #EB8680 background.


White color preview on #EB8680 background

This text has white color on #EB8680 background.


Related colors

Complementary color

Complementary color for #hex is #14797F.


I love getcolorcode.com

Triadic colors

1 #80EB86 and #8680EB with #EB8680 are triadic colors.

2 #8086EB and #86EB80 with #EB8680 are triadic colors.