COLOR #88948A

HEX: #88948A RGB: (136,148,138)

Color info

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

RGB color model

#88948A color RGB value is (136,148,138).

RGB: (136,148,138) (53%, 58%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 148 of 255 = 58%
B 138 of 255 = 54%

136
148
138

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

Portions of RGB colors in percentages

R + G + B = 136 + 148 + 138 = 422 (100%)
R 136 of 422 ~ 32.23%
G 148 of 422 ~ 35.07%
B 138 of 422 ~ 32.7'%

%32.23
%35.07
%32.7

CMYK color model

#88948A color CMYK value is (8,0,7,42).

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

CMYK: (8,0,7,42)
C8M0Y7K42 (8%, 0%, 7%, 42%)
(0.08 / 0.00 / 0.07 / 0.42)

CMYK percentages

%8.11
%0
%6.76
%41.96

Codes

Color #88948A in popluar color models

88 94 8A
RGB 136 148 138
HSL 130° 5.31% 55.69%
HSB/HSV 130° 8.11% 58.04%
CMYK 8.11% 0.00% 6.76%
41.96%

Color #88948A in popluar number systems.

HEX 88 94 8A
Decimal 136 148 138
Binary 10001000 10010100 10001010
Octal 210 224 212

Shades and tints

Shades of #88948A

#88948A
(136,148,138)
#7C877E
(124,135,126)
#707A72
(112,122,114)
#646D66
(100,109,102)
#58605A
(88,96,90)
#4C534E
(76,83,78)
#404642
(64,70,66)
#343936
(52,57,54)
#282C2A
(40,44,42)
#1C1F1E
(28,31,30)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #88948A

#88948A
(136,148,138)
#929D94
(146,157,148)
#9CA69E
(156,166,158)
#A6AFA8
(166,175,168)
#B0B8B2
(176,184,178)
#BAC1BC
(186,193,188)
#C4CAC6
(196,202,198)
#CED3D0
(206,211,208)
#D8DCDA
(216,220,218)
#E2E5E4
(226,229,228)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88948A; }

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

This text font color is #88948A.

Background Color

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

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

This div background color is #88948A.

Border color

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

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

This div border color is #88948A.

Opacity

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

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

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

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

This text has shadow with #88948A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88948A.

Preview

Color preview on black background

This text has color #88948A on black background.


Color preview on white background

This text has color #88948A on white background.


Black color preview on #88948A background

This text has black color on #88948A background.


White color preview on #88948A background

This text has white color on #88948A background.


Related colors

Complementary color

Complementary color for #hex is #776B75.


I love getcolorcode.com

Triadic colors

1 #8A8894 and #948A88 with #88948A are triadic colors.

2 #8A9488 and #94888A with #88948A are triadic colors.