COLOR #988CAE

HEX: #988CAE
RGB: (152,140,174)

Color info

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

RGB color model

#988CAE color RGB value is (152,140,174).

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

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 174 of 255 = 68%

152
140
174

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 174 = 466 (100%)
R 152 of 466 ~ 32.62%
G 140 of 466 ~ 30.04%
B 174 of 466 ~ 37.34%

%32.62
%30.04
%37.34

CMYK color model

#988CAE color CMYK value is (13,20,0,32).

  • cyan value is 12.64%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(13,20,0,32)
C13M20Y0K32 
(13%,20%,0%,32%)
(0.13/0.20/0.00/0.32)	

CMYK percentages

%12.64
%19.54
%0
%31.76

Codes

Color #988CAE in popluar color models

988CAE
RGB152140174
HSL261°17.35%61.57%
HSB/HSV261°19.54%68.24%
CMYK12.64%19.54%0.00%
31.76%

Color #988CAE in popluar number systems.

HEX988CAE
Decimal152140174
Binary100110001000110010101110
Octal230214256

Shades and tints

Shades of #988CAE

#988CAE
(152,140,174)
#8B809F
(139,128,159)
#7E7490
(126,116,144)
#716881
(113,104,129)
#645C72
(100,92,114)
#575063
(87,80,99)
#4A4454
(74,68,84)
#3D3845
(61,56,69)
#302C36
(48,44,54)
#232027
(35,32,39)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #988CAE

#988CAE
(152,140,174)
#A196B5
(161,150,181)
#AAA0BC
(170,160,188)
#B3AAC3
(179,170,195)
#BCB4CA
(188,180,202)
#C5BED1
(197,190,209)
#CEC8D8
(206,200,216)
#D7D2DF
(215,210,223)
#E0DCE6
(224,220,230)
#E9E6ED
(233,230,237)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988CAE; }

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

This text font color is #988CAE.


Background Color

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

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

This div background color is #988CAE.


Border color

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

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

This div border color is #988CAE.


Opacity

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

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

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

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

This text has shadow with #988CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988CAE on black background.


Color preview on white background

This text has color #988CAE on white background.



Black color preview on #988CAE background

This text has black color on #988CAE background.


White color preview on #988CAE background

This text has white color on #988CAE background.