COLOR #908188

HEX: #908188 RGB: (144,129,136)

Color info

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

RGB color model

#908188 color RGB value is (144,129,136).

RGB: (144,129,136) (56%, 51%, 53%)

RGB channels and saturation

R 144 of 255 = 56%
G 129 of 255 = 51%
B 136 of 255 = 53%

144
129
136

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

Portions of RGB colors in percentages

R + G + B = 144 + 129 + 136 = 409 (100%)
R 144 of 409 ~ 35.21%
G 129 of 409 ~ 31.54%
B 136 of 409 ~ 33.25'%

%35.21
%31.54
%33.25

CMYK color model

#908188 color CMYK value is (0,10,6,44).

  • cyan value is 0.00%
  • magenta value is 10.42%
  • yellow value is 5.56%
  • key color value is 43.53%

CMYK: (0,10,6,44)
C0M10Y6K44 (0%, 10%, 6%, 44%)
(0.00 / 0.10 / 0.06 / 0.44)

CMYK percentages

%0
%10.42
%5.56
%43.53

Codes

Color #908188 in popluar color models

90 81 88
RGB 144 129 136
HSL 332° 6.33% 53.53%
HSB/HSV 332° 10.42% 56.47%
CMYK 0.00% 10.42% 5.56%
43.53%

Color #908188 in popluar number systems.

HEX 90 81 88
Decimal 144 129 136
Binary 10010000 10000001 10001000
Octal 220 201 210

Shades and tints

Shades of #908188

#908188
(144,129,136)
#83767C
(131,118,124)
#766B70
(118,107,112)
#696064
(105,96,100)
#5C5558
(92,85,88)
#4F4A4C
(79,74,76)
#423F40
(66,63,64)
#353434
(53,52,52)
#282928
(40,41,40)
#1B1E1C
(27,30,28)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #908188

#908188
(144,129,136)
#9A8C92
(154,140,146)
#A4979C
(164,151,156)
#AEA2A6
(174,162,166)
#B8ADB0
(184,173,176)
#C2B8BA
(194,184,186)
#CCC3C4
(204,195,196)
#D6CECE
(214,206,206)
#E0D9D8
(224,217,216)
#EAE4E2
(234,228,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908188; }

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

This text font color is #908188.

Background Color

.myBgColor { background-color: #908188; }

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

This div background color is #908188.

Border color

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

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

This div border color is #908188.

Opacity

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

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

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

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

This text has shadow with #908188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908188.

Preview

Color preview on black background

This text has color #908188 on black background.


Color preview on white background

This text has color #908188 on white background.


Black color preview on #908188 background

This text has black color on #908188 background.


White color preview on #908188 background

This text has white color on #908188 background.


Related colors

Complementary color

Complementary color for #hex is #6F7E77.


I love getcolorcode.com

Triadic colors

1 #889081 and #818890 with #908188 are triadic colors.

2 #888190 and #819088 with #908188 are triadic colors.