COLOR #EB9678

HEX: #EB9678 RGB: (235,150,120)

Color info

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

RGB color model

#EB9678 color RGB value is (235,150,120).

RGB: (235,150,120) (92%, 59%, 47%)

RGB channels and saturation

R 235 of 255 = 92%
G 150 of 255 = 59%
B 120 of 255 = 47%

235
150
120

R + G + B ~ 66%. #EB9678 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 150 + 120 = 505 (100%)
R 235 of 505 ~ 46.53%
G 150 of 505 ~ 29.7%
B 120 of 505 ~ 23.76'%

%46.53
%29.7
%23.76

CMYK color model

#EB9678 color CMYK value is (0,36,49,8).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 48.94%
  • key color value is 7.84%

CMYK: (0,36,49,8)
C0M36Y49K8 (0%, 36%, 49%, 8%)
(0.00 / 0.36 / 0.49 / 0.08)

CMYK percentages

%0
%36.17
%48.94
%7.84

Codes

Color #EB9678 in popluar color models

EB 96 78
RGB 235 150 120
HSL 16° 74.19% 69.61%
HSB/HSV 16° 48.94% 92.16%
CMYK 0.00% 36.17% 48.94%
7.84%

Color #EB9678 in popluar number systems.

HEX EB 96 78
Decimal 235 150 120
Binary 11101011 10010110 1111000
Octal 353 226 170

Shades and tints

Shades of #EB9678

#EB9678
(235,150,120)
#D6896E
(214,137,110)
#C17C64
(193,124,100)
#AC6F5A
(172,111,90)
#976250
(151,98,80)
#825546
(130,85,70)
#6D483C
(109,72,60)
#583B32
(88,59,50)
#432E28
(67,46,40)
#2E211E
(46,33,30)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #EB9678

#EB9678
(235,150,120)
#EC9F84
(236,159,132)
#EDA890
(237,168,144)
#EEB19C
(238,177,156)
#EFBAA8
(239,186,168)
#F0C3B4
(240,195,180)
#F1CCC0
(241,204,192)
#F2D5CC
(242,213,204)
#F3DED8
(243,222,216)
#F4E7E4
(244,231,228)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9678 color. Also use rgb(235,150,120) instead hex code.

Text Font Color

.myTextColor { color: #EB9678; }

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

This text font color is #EB9678.

Background Color

.myBgColor { background-color: #EB9678; }

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

This div background color is #EB9678.

Border color

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

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

This div border color is #EB9678.

Opacity

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

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

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

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

This text has shadow with #EB9678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB9678.

Preview

Color preview on black background

This text has color #EB9678 on black background.


Color preview on white background

This text has color #EB9678 on white background.


Black color preview on #EB9678 background

This text has black color on #EB9678 background.


White color preview on #EB9678 background

This text has white color on #EB9678 background.


Related colors

Complementary color

Complementary color for #hex is #146987.


I love getcolorcode.com

Triadic colors

1 #78EB96 and #9678EB with #EB9678 are triadic colors.

2 #7896EB and #96EB78 with #EB9678 are triadic colors.