COLOR #988CAA

HEX: #988CAA RGB: (152,140,170)

Color info

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

RGB color model

#988CAA color RGB value is (152,140,170).

RGB: (152,140,170) (60%, 55%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 170 of 255 = 67%

152
140
170

R + G + B ~ 61%. #988CAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 140 + 170 = 462 (100%)
R 152 of 462 ~ 32.9%
G 140 of 462 ~ 30.3%
B 170 of 462 ~ 36.8'%

%32.9
%30.3
%36.8

CMYK color model

#988CAA color CMYK value is (11,18,0,33).

  • cyan value is 10.59%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (11,18,0,33)
C11M18Y0K33 (11%, 18%, 0%, 33%)
(0.11 / 0.18 / 0.00 / 0.33)

CMYK percentages

%10.59
%17.65
%0
%33.33

Codes

Color #988CAA in popluar color models

98 8C AA
RGB 152 140 170
HSL 264° 15.00% 60.78%
HSB/HSV 264° 17.65% 66.67%
CMYK 10.59% 17.65% 0.00%
33.33%

Color #988CAA in popluar number systems.

HEX 98 8C AA
Decimal 152 140 170
Binary 10011000 10001100 10101010
Octal 230 214 252

Shades and tints

Shades of #988CAA

#988CAA
(152,140,170)
#8B809B
(139,128,155)
#7E748C
(126,116,140)
#71687D
(113,104,125)
#645C6E
(100,92,110)
#57505F
(87,80,95)
#4A4450
(74,68,80)
#3D3841
(61,56,65)
#302C32
(48,44,50)
#232023
(35,32,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #988CAA

#988CAA
(152,140,170)
#A196B1
(161,150,177)
#AAA0B8
(170,160,184)
#B3AABF
(179,170,191)
#BCB4C6
(188,180,198)
#C5BECD
(197,190,205)
#CEC8D4
(206,200,212)
#D7D2DB
(215,210,219)
#E0DCE2
(224,220,226)
#E9E6E9
(233,230,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988CAA color. Also use rgb(152,140,170) instead hex code.

Text Font Color

.myTextColor { color: #988CAA; }

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

This text font color is #988CAA.

Background Color

.myBgColor { background-color: #988CAA; }

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

This div background color is #988CAA.

Border color

.myBorderColor { border: 1px solid #988CAA; }

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

This div border color is #988CAA.

Opacity

.myOpacity80 { color: #988CAA; opacity: 0.8; }

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

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

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

This text has shadow with #988CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988CAA.

Preview

Color preview on black background

This text has color #988CAA on black background.


Color preview on white background

This text has color #988CAA on white background.


Black color preview on #988CAA background

This text has black color on #988CAA background.


White color preview on #988CAA background

This text has white color on #988CAA background.


Related colors

Complementary color

Complementary color for #hex is #677355.


I love getcolorcode.com

Triadic colors

1 #AA988C and #8CAA98 with #988CAA are triadic colors.

2 #AA8C98 and #8C98AA with #988CAA are triadic colors.