COLOR #88948D

HEX: #88948D RGB: (136,148,141)

Color info

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

RGB color model

#88948D color RGB value is (136,148,141).

RGB: (136,148,141) (53%, 58%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 148 of 255 = 58%
B 141 of 255 = 55%

136
148
141

R + G + B ~ 55%. #88948D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 148 + 141 = 425 (100%)
R 136 of 425 ~ 32%
G 148 of 425 ~ 34.82%
B 141 of 425 ~ 33.18'%

%32
%34.82
%33.18

CMYK color model

#88948D color CMYK value is (8,0,5,42).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 4.73%
  • key color value is 41.96%

CMYK: (8,0,5,42)
C8M0Y5K42 (8%, 0%, 5%, 42%)
(0.08 / 0.00 / 0.05 / 0.42)

CMYK percentages

%8.11
%0
%4.73
%41.96

Codes

Color #88948D in popluar color models

88 94 8D
RGB 136 148 141
HSL 145° 5.31% 55.69%
HSB/HSV 145° 8.11% 58.04%
CMYK 8.11% 0.00% 4.73%
41.96%

Color #88948D in popluar number systems.

HEX 88 94 8D
Decimal 136 148 141
Binary 10001000 10010100 10001101
Octal 210 224 215

Shades and tints

Shades of #88948D

#88948D
(136,148,141)
#7C8781
(124,135,129)
#707A75
(112,122,117)
#646D69
(100,109,105)
#58605D
(88,96,93)
#4C5351
(76,83,81)
#404645
(64,70,69)
#343939
(52,57,57)
#282C2D
(40,44,45)
#1C1F21
(28,31,33)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #88948D

#88948D
(136,148,141)
#929D97
(146,157,151)
#9CA6A1
(156,166,161)
#A6AFAB
(166,175,171)
#B0B8B5
(176,184,181)
#BAC1BF
(186,193,191)
#C4CAC9
(196,202,201)
#CED3D3
(206,211,211)
#D8DCDD
(216,220,221)
#E2E5E7
(226,229,231)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88948D color. Also use rgb(136,148,141) instead hex code.

Text Font Color

.myTextColor { color: #88948D; }

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

This text font color is #88948D.

Background Color

.myBgColor { background-color: #88948D; }

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

This div background color is #88948D.

Border color

.myBorderColor { border: 1px solid #88948D; }

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

This div border color is #88948D.

Opacity

.myOpacity80 { color: #88948D; opacity: 0.8; }

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

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

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

This text has shadow with #88948D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88948D.

Preview

Color preview on black background

This text has color #88948D on black background.


Color preview on white background

This text has color #88948D on white background.


Black color preview on #88948D background

This text has black color on #88948D background.


White color preview on #88948D background

This text has white color on #88948D background.


Related colors

Complementary color

Complementary color for #hex is #776B72.


I love getcolorcode.com

Triadic colors

1 #8D8894 and #948D88 with #88948D are triadic colors.

2 #8D9488 and #94888D with #88948D are triadic colors.