COLOR #889CA2

HEX: #889CA2
RGB: (136,156,162)

Color info

#889CA2 contains red, green and blue colors in about the same proportion. Web safe color of #889CA2 is #999999 (or #999).

RGB color model

#889CA2 color RGB value is (136,156,162).

  • red value is 136;
  • green value is 156;
  • blue value is 162.
RGB:
(136,156,162)
(53%,61%,64%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 162 of 255 = 64%

136
156
162

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

Portions of RGB colors in percentages

R + G + B =
136 + 156 + 162 = 454 (100%)
R 136 of 454 ~ 29.96%
G 156 of 454 ~ 34.36%
B 162 of 454 ~ 35.68%

%29.96
%34.36
%35.68

CMYK color model

#889CA2 color CMYK value is (16,4,0,36).

  • cyan value is 16.05%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(16,4,0,36)
C16M4Y0K36 
(16%,4%,0%,36%)
(0.16/0.04/0.00/0.36)	

CMYK percentages

%16.05
%3.7
%0
%36.47

Codes

Color #889CA2 in popluar color models

889CA2
RGB136156162
HSL194°12.26%58.43%
HSB/HSV194°16.05%63.53%
CMYK16.05%3.70%0.00%
36.47%

Color #889CA2 in popluar number systems.

HEX889CA2
Decimal136156162
Binary100010001001110010100010
Octal210234242

Shades and tints

Shades of #889CA2

#889CA2
(136,156,162)
#7C8E94
(124,142,148)
#708086
(112,128,134)
#647278
(100,114,120)
#58646A
(88,100,106)
#4C565C
(76,86,92)
#40484E
(64,72,78)
#343A40
(52,58,64)
#282C32
(40,44,50)
#1C1E24
(28,30,36)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #889CA2

#889CA2
(136,156,162)
#92A5AA
(146,165,170)
#9CAEB2
(156,174,178)
#A6B7BA
(166,183,186)
#B0C0C2
(176,192,194)
#BAC9CA
(186,201,202)
#C4D2D2
(196,210,210)
#CEDBDA
(206,219,218)
#D8E4E2
(216,228,226)
#E2EDEA
(226,237,234)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889CA2 color. Also use rgb(136,156,162) instead hex code.

Text Font Color

.myTextColor { color: #889CA2; }

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

This text font color is #889CA2.


Background Color

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

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

This div background color is #889CA2.


Border color

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

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

This div border color is #889CA2.


Opacity

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

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

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

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

This text has shadow with #889CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889CA2 on black background.


Color preview on white background

This text has color #889CA2 on white background.



Black color preview on #889CA2 background

This text has black color on #889CA2 background.


White color preview on #889CA2 background

This text has white color on #889CA2 background.