COLOR #988BAE

HEX: #988BAE
RGB: (152,139,174)

Color info

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

RGB color model

#988BAE color RGB value is (152,139,174).

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

RGB channels and saturation

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

152
139
174

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

Portions of RGB colors in percentages

R + G + B =
152 + 139 + 174 = 465 (100%)
R 152 of 465 ~ 32.69%
G 139 of 465 ~ 29.89%
B 174 of 465 ~ 37.42%

%32.69
%29.89
%37.42

CMYK color model

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

  • cyan value is 12.64%
  • magenta value is 20.11%
  • 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
%20.11
%0
%31.76

Codes

Color #988BAE in popluar color models

988BAE
RGB152139174
HSL262°17.77%61.37%
HSB/HSV262°20.11%68.24%
CMYK12.64%20.11%0.00%
31.76%

Color #988BAE in popluar number systems.

HEX988BAE
Decimal152139174
Binary100110001000101110101110
Octal230213256

Shades and tints

Shades of #988BAE

#988BAE
(152,139,174)
#8B7F9F
(139,127,159)
#7E7390
(126,115,144)
#716781
(113,103,129)
#645B72
(100,91,114)
#574F63
(87,79,99)
#4A4354
(74,67,84)
#3D3745
(61,55,69)
#302B36
(48,43,54)
#231F27
(35,31,39)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #988BAE

#988BAE
(152,139,174)
#A195B5
(161,149,181)
#AA9FBC
(170,159,188)
#B3A9C3
(179,169,195)
#BCB3CA
(188,179,202)
#C5BDD1
(197,189,209)
#CEC7D8
(206,199,216)
#D7D1DF
(215,209,223)
#E0DBE6
(224,219,230)
#E9E5ED
(233,229,237)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988BAE; }

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

This text font color is #988BAE.


Background Color

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

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

This div background color is #988BAE.


Border color

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

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

This div border color is #988BAE.


Opacity

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

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

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

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

This text has shadow with #988BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988BAE on black background.


Color preview on white background

This text has color #988BAE on white background.



Black color preview on #988BAE background

This text has black color on #988BAE background.


White color preview on #988BAE background

This text has white color on #988BAE background.