COLOR #899299

HEX: #899299
RGB: (137,146,153)

Color info

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

RGB color model

#899299 color RGB value is (137,146,153).

  • red value is 137;
  • green value is 146;
  • blue value is 153.
RGB:
(137,146,153)
(54%,57%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 153 of 255 = 60%

137
146
153

R + G + B ~ 57%. #899299 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 153 = 436 (100%)
R 137 of 436 ~ 31.42%
G 146 of 436 ~ 33.49%
B 153 of 436 ~ 35.09%

%31.42
%33.49
%35.09

CMYK color model

#899299 color CMYK value is (10,5,0,40).

  • cyan value is 10.46%
  • magenta value is 4.58%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,5,0,40)
C10M5Y0K40 
(10%,5%,0%,40%)
(0.10/0.05/0.00/0.40)	

CMYK percentages

%10.46
%4.58
%0
%40

Codes

Color #899299 in popluar color models

899299
RGB137146153
HSL206°7.27%56.86%
HSB/HSV206°10.46%60.00%
CMYK10.46%4.58%0.00%
40.00%

Color #899299 in popluar number systems.

HEX899299
Decimal137146153
Binary100010011001001010011001
Octal211222231

Shades and tints

Shades of #899299

#899299
(137,146,153)
#7D858C
(125,133,140)
#71787F
(113,120,127)
#656B72
(101,107,114)
#595E65
(89,94,101)
#4D5158
(77,81,88)
#41444B
(65,68,75)
#35373E
(53,55,62)
#292A31
(41,42,49)
#1D1D24
(29,29,36)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #899299

#899299
(137,146,153)
#939BA2
(147,155,162)
#9DA4AB
(157,164,171)
#A7ADB4
(167,173,180)
#B1B6BD
(177,182,189)
#BBBFC6
(187,191,198)
#C5C8CF
(197,200,207)
#CFD1D8
(207,209,216)
#D9DAE1
(217,218,225)
#E3E3EA
(227,227,234)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899299 color. Also use rgb(137,146,153) instead hex code.

Text Font Color

.myTextColor { color: #899299; }

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

This text font color is #899299.


Background Color

.myBgColor { background-color: #899299; }

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

This div background color is #899299.


Border color

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

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

This div border color is #899299.


Opacity

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

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

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

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

This text has shadow with #899299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899299 on black background.


Color preview on white background

This text has color #899299 on white background.



Black color preview on #899299 background

This text has black color on #899299 background.


White color preview on #899299 background

This text has white color on #899299 background.