COLOR #988CAC

HEX: #988CAC
RGB: (152,140,172)

Color info

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

RGB color model

#988CAC color RGB value is (152,140,172).

  • red value is 152;
  • green value is 140;
  • blue value is 172.
RGB:
(152,140,172)
(60%,55%,67%)

RGB channels and saturation

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

152
140
172

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 172 = 464 (100%)
R 152 of 464 ~ 32.76%
G 140 of 464 ~ 30.17%
B 172 of 464 ~ 37.07%

%32.76
%30.17
%37.07

CMYK color model

#988CAC color CMYK value is (12,19,0,33).

  • cyan value is 11.63%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(12,19,0,33)
C12M19Y0K33 
(12%,19%,0%,33%)
(0.12/0.19/0.00/0.33)	

CMYK percentages

%11.63
%18.6
%0
%32.55

Codes

Color #988CAC in popluar color models

988CAC
RGB152140172
HSL263°16.16%61.18%
HSB/HSV263°18.60%67.45%
CMYK11.63%18.60%0.00%
32.55%

Color #988CAC in popluar number systems.

HEX988CAC
Decimal152140172
Binary100110001000110010101100
Octal230214254

Shades and tints

Shades of #988CAC

#988CAC
(152,140,172)
#8B809D
(139,128,157)
#7E748E
(126,116,142)
#71687F
(113,104,127)
#645C70
(100,92,112)
#575061
(87,80,97)
#4A4452
(74,68,82)
#3D3843
(61,56,67)
#302C34
(48,44,52)
#232025
(35,32,37)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #988CAC

#988CAC
(152,140,172)
#A196B3
(161,150,179)
#AAA0BA
(170,160,186)
#B3AAC1
(179,170,193)
#BCB4C8
(188,180,200)
#C5BECF
(197,190,207)
#CEC8D6
(206,200,214)
#D7D2DD
(215,210,221)
#E0DCE4
(224,220,228)
#E9E6EB
(233,230,235)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988CAC; }

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

This text font color is #988CAC.


Background Color

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

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

This div background color is #988CAC.


Border color

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

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

This div border color is #988CAC.


Opacity

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

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

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

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

This text has shadow with #988CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988CAC on black background.


Color preview on white background

This text has color #988CAC on white background.



Black color preview on #988CAC background

This text has black color on #988CAC background.


White color preview on #988CAC background

This text has white color on #988CAC background.