COLOR #889A7B

HEX: #889A7B RGB: (136,154,123)

Color info

#889A7B contains red, green and blue colors in about the same proportion. Web safe color of #889A7B is #999966 (or #996).

RGB color model

#889A7B color RGB value is (136,154,123).

RGB: (136,154,123) (53%, 60%, 48%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 123 of 255 = 48%

136
154
123

R + G + B ~ 54%. #889A7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 154 + 123 = 413 (100%)
R 136 of 413 ~ 32.93%
G 154 of 413 ~ 37.29%
B 123 of 413 ~ 29.78'%

%32.93
%37.29
%29.78

CMYK color model

#889A7B color CMYK value is (12,0,20,40).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 39.61%

CMYK: (12,0,20,40)
C12M0Y20K40 (12%, 0%, 20%, 40%)
(0.12 / 0.00 / 0.20 / 0.40)

CMYK percentages

%11.69
%0
%20.13
%39.61

Codes

Color #889A7B in popluar color models

88 9A 7B
RGB 136 154 123
HSL 95° 13.30% 54.31%
HSB/HSV 95° 20.13% 60.39%
CMYK 11.69% 0.00% 20.13%
39.61%

Color #889A7B in popluar number systems.

HEX 88 9A 7B
Decimal 136 154 123
Binary 10001000 10011010 1111011
Octal 210 232 173

Shades and tints

Shades of #889A7B

#889A7B
(136,154,123)
#7C8C70
(124,140,112)
#707E65
(112,126,101)
#64705A
(100,112,90)
#58624F
(88,98,79)
#4C5444
(76,84,68)
#404639
(64,70,57)
#34382E
(52,56,46)
#282A23
(40,42,35)
#1C1C18
(28,28,24)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #889A7B

#889A7B
(136,154,123)
#92A387
(146,163,135)
#9CAC93
(156,172,147)
#A6B59F
(166,181,159)
#B0BEAB
(176,190,171)
#BAC7B7
(186,199,183)
#C4D0C3
(196,208,195)
#CED9CF
(206,217,207)
#D8E2DB
(216,226,219)
#E2EBE7
(226,235,231)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889A7B color. Also use rgb(136,154,123) instead hex code.

Text Font Color

.myTextColor { color: #889A7B; }

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

This text font color is #889A7B.

Background Color

.myBgColor { background-color: #889A7B; }

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

This div background color is #889A7B.

Border color

.myBorderColor { border: 1px solid #889A7B; }

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

This div border color is #889A7B.

Opacity

.myOpacity80 { color: #889A7B; opacity: 0.8; }

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

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

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

This text has shadow with #889A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889A7B.

Preview

Color preview on black background

This text has color #889A7B on black background.


Color preview on white background

This text has color #889A7B on white background.


Black color preview on #889A7B background

This text has black color on #889A7B background.


White color preview on #889A7B background

This text has white color on #889A7B background.


Related colors

Complementary color

Complementary color for #hex is #776584.


I love getcolorcode.com

Triadic colors

1 #7B889A and #9A7B88 with #889A7B are triadic colors.

2 #7B9A88 and #9A887B with #889A7B are triadic colors.