COLOR #98A2BB

HEX: #98A2BB
RGB: (152,162,187)

Color info

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

RGB color model

#98A2BB color RGB value is (152,162,187).

  • red value is 152;
  • green value is 162;
  • blue value is 187.
RGB:
(152,162,187)
(60%,64%,73%)

RGB channels and saturation

R 152 of 255 = 60%
G 162 of 255 = 64%
B 187 of 255 = 73%

152
162
187

R + G + B ~ 66%. #98A2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 162 + 187 = 501 (100%)
R 152 of 501 ~ 30.34%
G 162 of 501 ~ 32.34%
B 187 of 501 ~ 37.33%

%30.34
%32.34
%37.33

CMYK color model

#98A2BB color CMYK value is (19,13,0,27).

  • cyan value is 18.72%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(19,13,0,27)
C19M13Y0K27 
(19%,13%,0%,27%)
(0.19/0.13/0.00/0.27)	

CMYK percentages

%18.72
%13.37
%0
%26.67

Codes

Color #98A2BB in popluar color models

98A2BB
RGB152162187
HSL223°20.47%66.47%
HSB/HSV223°18.72%73.33%
CMYK18.72%13.37%0.00%
26.67%

Color #98A2BB in popluar number systems.

HEX98A2BB
Decimal152162187
Binary100110001010001010111011
Octal230242273

Shades and tints

Shades of #98A2BB

#98A2BB
(152,162,187)
#8B94AA
(139,148,170)
#7E8699
(126,134,153)
#717888
(113,120,136)
#646A77
(100,106,119)
#575C66
(87,92,102)
#4A4E55
(74,78,85)
#3D4044
(61,64,68)
#303233
(48,50,51)
#232422
(35,36,34)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #98A2BB

#98A2BB
(152,162,187)
#A1AAC1
(161,170,193)
#AAB2C7
(170,178,199)
#B3BACD
(179,186,205)
#BCC2D3
(188,194,211)
#C5CAD9
(197,202,217)
#CED2DF
(206,210,223)
#D7DAE5
(215,218,229)
#E0E2EB
(224,226,235)
#E9EAF1
(233,234,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A2BB color. Also use rgb(152,162,187) instead hex code.

Text Font Color

.myTextColor { color: #98A2BB; }

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

This text font color is #98A2BB.


Background Color

.myBgColor { background-color: #98A2BB; }

<div style="background-color:#98A2BB">Inner text</div>

This div background color is #98A2BB.


Border color

.myBorderColor { border: 1px solid #98A2BB; }

<div style="border:3px solid #98A2BB">Div</div>

This div border color is #98A2BB.


Opacity

.myOpacity80 { color: #98A2BB; opacity: 0.8; }

<p style="color:#98A2BB;opacity:0.8;">80%</p>

Text with #98A2BB 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 #98A2BB;}

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

This text has shadow with #98A2BB color.

.textShadow {text-shadow: 3px 3px 1px #98A2BB, 3px 3px 1px red;}

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

This text has shadow with #98A2BB primary color and red secondary color.


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

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

This text has shadow with #98A2BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A2BB on black background.


Color preview on white background

This text has color #98A2BB on white background.



Black color preview on #98A2BB background

This text has black color on #98A2BB background.


White color preview on #98A2BB background

This text has white color on #98A2BB background.