COLOR #988BB4

HEX: #988BB4 RGB: (152,139,180)

Color info

#988BB4 contains red, green and blue colors in about the same proportion. Web safe color of #988BB4 is #9999CC (or #99C).

RGB color model

#988BB4 color RGB value is (152,139,180).

RGB: (152,139,180) (60%, 55%, 71%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 180 of 255 = 71%

152
139
180

R + G + B ~ 62%. #988BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 139 + 180 = 471 (100%)
R 152 of 471 ~ 32.27%
G 139 of 471 ~ 29.51%
B 180 of 471 ~ 38.22'%

%32.27
%29.51
%38.22

CMYK color model

#988BB4 color CMYK value is (16,23,0,29).

  • cyan value is 15.56%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (16,23,0,29) C16M23Y0K29 (16%,23%,0%,29%) (0.16/0.23/0.00/0.29) 

CMYK percentages

%15.56
%22.78
%0
%29.41

Codes

Color #988BB4 in popluar color models

98 8B B4
RGB 152 139 180
HSL 259° 21.47% 62.55%
HSB/HSV 259° 22.78% 70.59%
CMYK 15.56% 22.78% 0.00%
29.41%

Color #988BB4 in popluar number systems.

HEX 98 8B B4
Decimal 152 139 180
Binary 10011000 10001011 10110100
Octal 230 213 264

Shades and tints

Shades of #988BB4

#988BB4
(152,139,180)
#8B7FA4
(139,127,164)
#7E7394
(126,115,148)
#716784
(113,103,132)
#645B74
(100,91,116)
#574F64
(87,79,100)
#4A4354
(74,67,84)
#3D3744
(61,55,68)
#302B34
(48,43,52)
#231F24
(35,31,36)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #988BB4

#988BB4
(152,139,180)
#A195BA
(161,149,186)
#AA9FC0
(170,159,192)
#B3A9C6
(179,169,198)
#BCB3CC
(188,179,204)
#C5BDD2
(197,189,210)
#CEC7D8
(206,199,216)
#D7D1DE
(215,209,222)
#E0DBE4
(224,219,228)
#E9E5EA
(233,229,234)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988BB4; }

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

This text font color is #988BB4.

Background Color

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

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

This div background color is #988BB4.

Border color

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

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

This div border color is #988BB4.

Opacity

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

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

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

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

This text has shadow with #988BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988BB4.

Preview

Color preview on black background

This text has color #988BB4 on black background.


Color preview on white background

This text has color #988BB4 on white background.


Black color preview on #988BB4 background

This text has black color on #988BB4 background.


White color preview on #988BB4 background

This text has white color on #988BB4 background.


Related colors

Complementary color

Complementary color for #hex is #67744B.


I love getcolorcode.com

Triadic colors

1 #B4988B and #8BB498 with #988BB4 are triadic colors.

2 #B48B98 and #8B98B4 with #988BB4 are triadic colors.