COLOR #88849A

HEX: #88849A
RGB: (136,132,154)

Color info

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

RGB color model

#88849A color RGB value is (136,132,154).

  • red value is 136;
  • green value is 132;
  • blue value is 154.
RGB:
(136,132,154)
(53%,52%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 132 of 255 = 52%
B 154 of 255 = 60%

136
132
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 132 + 154 = 422 (100%)
R 136 of 422 ~ 32.23%
G 132 of 422 ~ 31.28%
B 154 of 422 ~ 36.49%

%32.23
%31.28
%36.49

CMYK color model

#88849A color CMYK value is (12,14,0,40).

  • cyan value is 11.69%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,14,0,40)
C12M14Y0K40 
(12%,14%,0%,40%)
(0.12/0.14/0.00/0.40)	

CMYK percentages

%11.69
%14.29
%0
%39.61

Codes

Color #88849A in popluar color models

88849A
RGB136132154
HSL251°9.82%56.08%
HSB/HSV251°14.29%60.39%
CMYK11.69%14.29%0.00%
39.61%

Color #88849A in popluar number systems.

HEX88849A
Decimal136132154
Binary100010001000010010011010
Octal210204232

Shades and tints

Shades of #88849A

#88849A
(136,132,154)
#7C788C
(124,120,140)
#706C7E
(112,108,126)
#646070
(100,96,112)
#585462
(88,84,98)
#4C4854
(76,72,84)
#403C46
(64,60,70)
#343038
(52,48,56)
#28242A
(40,36,42)
#1C181C
(28,24,28)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #88849A

#88849A
(136,132,154)
#928FA3
(146,143,163)
#9C9AAC
(156,154,172)
#A6A5B5
(166,165,181)
#B0B0BE
(176,176,190)
#BABBC7
(186,187,199)
#C4C6D0
(196,198,208)
#CED1D9
(206,209,217)
#D8DCE2
(216,220,226)
#E2E7EB
(226,231,235)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88849A color. Also use rgb(136,132,154) instead hex code.

Text Font Color

.myTextColor { color: #88849A; }

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

This text font color is #88849A.


Background Color

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

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

This div background color is #88849A.


Border color

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

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

This div border color is #88849A.


Opacity

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

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

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

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

This text has shadow with #88849A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88849A on black background.


Color preview on white background

This text has color #88849A on white background.



Black color preview on #88849A background

This text has black color on #88849A background.


White color preview on #88849A background

This text has white color on #88849A background.