COLOR #909988

HEX: #909988
RGB: (144,153,136)

Color info

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

RGB color model

#909988 color RGB value is (144,153,136).

  • red value is 144;
  • green value is 153;
  • blue value is 136.
RGB:
(144,153,136)
(56%,60%,53%)

RGB channels and saturation

R 144 of 255 = 56%
G 153 of 255 = 60%
B 136 of 255 = 53%

144
153
136

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

Portions of RGB colors in percentages

R + G + B =
144 + 153 + 136 = 433 (100%)
R 144 of 433 ~ 33.26%
G 153 of 433 ~ 35.33%
B 136 of 433 ~ 31.41%

%33.26
%35.33
%31.41

CMYK color model

#909988 color CMYK value is (6,0,11,40).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 40.00%
CMYK:
(6,0,11,40)
C6M0Y11K40 
(6%,0%,11%,40%)
(0.06/0.00/0.11/0.40)	

CMYK percentages

%5.88
%0
%11.11
%40

Codes

Color #909988 in popluar color models

909988
RGB144153136
HSL92°7.69%56.67%
HSB/HSV92°11.11%60.00%
CMYK5.88%0.00%11.11%
40.00%

Color #909988 in popluar number systems.

HEX909988
Decimal144153136
Binary100100001001100110001000
Octal220231210

Shades and tints

Shades of #909988

#909988
(144,153,136)
#838C7C
(131,140,124)
#767F70
(118,127,112)
#697264
(105,114,100)
#5C6558
(92,101,88)
#4F584C
(79,88,76)
#424B40
(66,75,64)
#353E34
(53,62,52)
#283128
(40,49,40)
#1B241C
(27,36,28)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #909988

#909988
(144,153,136)
#9AA292
(154,162,146)
#A4AB9C
(164,171,156)
#AEB4A6
(174,180,166)
#B8BDB0
(184,189,176)
#C2C6BA
(194,198,186)
#CCCFC4
(204,207,196)
#D6D8CE
(214,216,206)
#E0E1D8
(224,225,216)
#EAEAE2
(234,234,226)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #909988 color. Also use rgb(144,153,136) instead hex code.

Text Font Color

.myTextColor { color: #909988; }

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

This text font color is #909988.


Background Color

.myBgColor { background-color: #909988; }

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

This div background color is #909988.


Border color

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

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

This div border color is #909988.


Opacity

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

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

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

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

This text has shadow with #909988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909988 on black background.


Color preview on white background

This text has color #909988 on white background.



Black color preview on #909988 background

This text has black color on #909988 background.


White color preview on #909988 background

This text has white color on #909988 background.