COLOR #988EAC

HEX: #988EAC RGB: (152,142,172)

Color info

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

RGB color model

#988EAC color RGB value is (152,142,172).

RGB: (152,142,172) (60%, 56%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 142 of 255 = 56%
B 172 of 255 = 67%

152
142
172

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

Portions of RGB colors in percentages

R + G + B = 152 + 142 + 172 = 466 (100%)
R 152 of 466 ~ 32.62%
G 142 of 466 ~ 30.47%
B 172 of 466 ~ 36.91'%

%32.62
%30.47
%36.91

CMYK color model

#988EAC color CMYK value is (12,17,0,33).

  • cyan value is 11.63%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (12,17,0,33)
C12M17Y0K33 (12%, 17%, 0%, 33%)
(0.12 / 0.17 / 0.00 / 0.33)

CMYK percentages

%11.63
%17.44
%0
%32.55

Codes

Color #988EAC in popluar color models

98 8E AC
RGB 152 142 172
HSL 260° 15.31% 61.57%
HSB/HSV 260° 17.44% 67.45%
CMYK 11.63% 17.44% 0.00%
32.55%

Color #988EAC in popluar number systems.

HEX 98 8E AC
Decimal 152 142 172
Binary 10011000 10001110 10101100
Octal 230 216 254

Shades and tints

Shades of #988EAC

#988EAC
(152,142,172)
#8B829D
(139,130,157)
#7E768E
(126,118,142)
#716A7F
(113,106,127)
#645E70
(100,94,112)
#575261
(87,82,97)
#4A4652
(74,70,82)
#3D3A43
(61,58,67)
#302E34
(48,46,52)
#232225
(35,34,37)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #988EAC

#988EAC
(152,142,172)
#A198B3
(161,152,179)
#AAA2BA
(170,162,186)
#B3ACC1
(179,172,193)
#BCB6C8
(188,182,200)
#C5C0CF
(197,192,207)
#CECAD6
(206,202,214)
#D7D4DD
(215,212,221)
#E0DEE4
(224,222,228)
#E9E8EB
(233,232,235)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988EAC color. Also use rgb(152,142,172) instead hex code.

Text Font Color

.myTextColor { color: #988EAC; }

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

This text font color is #988EAC.

Background Color

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

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

This div background color is #988EAC.

Border color

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

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

This div border color is #988EAC.

Opacity

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

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

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

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

This text has shadow with #988EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988EAC.

Preview

Color preview on black background

This text has color #988EAC on black background.


Color preview on white background

This text has color #988EAC on white background.


Black color preview on #988EAC background

This text has black color on #988EAC background.


White color preview on #988EAC background

This text has white color on #988EAC background.


Related colors

Complementary color

Complementary color for #hex is #677153.


I love getcolorcode.com

Triadic colors

1 #AC988E and #8EAC98 with #988EAC are triadic colors.

2 #AC8E98 and #8E98AC with #988EAC are triadic colors.