COLOR #998CB0

HEX: #998CB0 RGB: (153,140,176)

Color info

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

RGB color model

#998CB0 color RGB value is (153,140,176).

RGB: (153,140,176) (60%, 55%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 176 of 255 = 69%

153
140
176

R + G + B ~ 61%. #998CB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 176 = 469 (100%)
R 153 of 469 ~ 32.62%
G 140 of 469 ~ 29.85%
B 176 of 469 ~ 37.53'%

%32.62
%29.85
%37.53

CMYK color model

#998CB0 color CMYK value is (13,20,0,31).

  • cyan value is 13.07%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (13,20,0,31)
C13M20Y0K31 (13%, 20%, 0%, 31%)
(0.13 / 0.20 / 0.00 / 0.31)

CMYK percentages

%13.07
%20.45
%0
%30.98

Codes

Color #998CB0 in popluar color models

99 8C B0
RGB 153 140 176
HSL 262° 18.56% 61.96%
HSB/HSV 262° 20.45% 69.02%
CMYK 13.07% 20.45% 0.00%
30.98%

Color #998CB0 in popluar number systems.

HEX 99 8C B0
Decimal 153 140 176
Binary 10011001 10001100 10110000
Octal 231 214 260

Shades and tints

Shades of #998CB0

#998CB0
(153,140,176)
#8C80A0
(140,128,160)
#7F7490
(127,116,144)
#726880
(114,104,128)
#655C70
(101,92,112)
#585060
(88,80,96)
#4B4450
(75,68,80)
#3E3840
(62,56,64)
#312C30
(49,44,48)
#242020
(36,32,32)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #998CB0

#998CB0
(153,140,176)
#A296B7
(162,150,183)
#ABA0BE
(171,160,190)
#B4AAC5
(180,170,197)
#BDB4CC
(189,180,204)
#C6BED3
(198,190,211)
#CFC8DA
(207,200,218)
#D8D2E1
(216,210,225)
#E1DCE8
(225,220,232)
#EAE6EF
(234,230,239)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998CB0 color. Also use rgb(153,140,176) instead hex code.

Text Font Color

.myTextColor { color: #998CB0; }

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

This text font color is #998CB0.

Background Color

.myBgColor { background-color: #998CB0; }

<div style="background-color:#998CB0">Inner text</div>

This div background color is #998CB0.

Border color

.myBorderColor { border: 1px solid #998CB0; }

<div style="border:3px solid #998CB0">Div</div>

This div border color is #998CB0.

Opacity

.myOpacity80 { color: #998CB0; opacity: 0.8; }

<p style="color:#998CB0;opacity:0.8;">80%</p>

Text with #998CB0 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 #998CB0;}

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

This text has shadow with #998CB0 color.


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

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

This text has shadow with #998CB0 primary color and red secondary color.


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

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

This text has shadow with #998CB0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #998CB0.

Preview

Color preview on black background

This text has color #998CB0 on black background.


Color preview on white background

This text has color #998CB0 on white background.


Black color preview on #998CB0 background

This text has black color on #998CB0 background.


White color preview on #998CB0 background

This text has white color on #998CB0 background.


Related colors

Complementary color

Complementary color for #hex is #66734F.


I love getcolorcode.com

Triadic colors

1 #B0998C and #8CB099 with #998CB0 are triadic colors.

2 #B08C99 and #8C99B0 with #998CB0 are triadic colors.