COLOR #908880

HEX: #908880 RGB: (144,136,128)

Color info

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

RGB color model

#908880 color RGB value is (144,136,128).

RGB: (144,136,128) (56%, 53%, 50%)

RGB channels and saturation

R 144 of 255 = 56%
G 136 of 255 = 53%
B 128 of 255 = 50%

144
136
128

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

Portions of RGB colors in percentages

R + G + B = 144 + 136 + 128 = 408 (100%)
R 144 of 408 ~ 35.29%
G 136 of 408 ~ 33.33%
B 128 of 408 ~ 31.37'%

%35.29
%33.33
%31.37

CMYK color model

#908880 color CMYK value is (0,6,11,44).

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

CMYK: (0,6,11,44)
C0M6Y11K44 (0%, 6%, 11%, 44%)
(0.00 / 0.06 / 0.11 / 0.44)

CMYK percentages

%0
%5.56
%11.11
%43.53

Codes

Color #908880 in popluar color models

90 88 80
RGB 144 136 128
HSL 30° 6.72% 53.33%
HSB/HSV 30° 11.11% 56.47%
CMYK 0.00% 5.56% 11.11%
43.53%

Color #908880 in popluar number systems.

HEX 90 88 80
Decimal 144 136 128
Binary 10010000 10001000 10000000
Octal 220 210 200

Shades and tints

Shades of #908880

#908880
(144,136,128)
#837C75
(131,124,117)
#76706A
(118,112,106)
#69645F
(105,100,95)
#5C5854
(92,88,84)
#4F4C49
(79,76,73)
#42403E
(66,64,62)
#353433
(53,52,51)
#282828
(40,40,40)
#1B1C1D
(27,28,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #908880

#908880
(144,136,128)
#9A928B
(154,146,139)
#A49C96
(164,156,150)
#AEA6A1
(174,166,161)
#B8B0AC
(184,176,172)
#C2BAB7
(194,186,183)
#CCC4C2
(204,196,194)
#D6CECD
(214,206,205)
#E0D8D8
(224,216,216)
#EAE2E3
(234,226,227)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908880; }

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

This text font color is #908880.

Background Color

.myBgColor { background-color: #908880; }

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

This div background color is #908880.

Border color

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

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

This div border color is #908880.

Opacity

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

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

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

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

This text has shadow with #908880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908880.

Preview

Color preview on black background

This text has color #908880 on black background.


Color preview on white background

This text has color #908880 on white background.


Black color preview on #908880 background

This text has black color on #908880 background.


White color preview on #908880 background

This text has white color on #908880 background.


Related colors

Complementary color

Complementary color for #hex is #6F777F.


I love getcolorcode.com

Triadic colors

1 #809088 and #888090 with #908880 are triadic colors.

2 #808890 and #889080 with #908880 are triadic colors.