COLOR #98A8BC

HEX: #98A8BC
RGB: (152,168,188)

Color info

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

RGB color model

#98A8BC color RGB value is (152,168,188).

  • red value is 152;
  • green value is 168;
  • blue value is 188.
RGB:
(152,168,188)
(60%,66%,74%)

RGB channels and saturation

R 152 of 255 = 60%
G 168 of 255 = 66%
B 188 of 255 = 74%

152
168
188

R + G + B ~ 67%. #98A8BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 168 + 188 = 508 (100%)
R 152 of 508 ~ 29.92%
G 168 of 508 ~ 33.07%
B 188 of 508 ~ 37.01%

%29.92
%33.07
%37.01

CMYK color model

#98A8BC color CMYK value is (19,11,0,26).

  • cyan value is 19.15%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(19,11,0,26)
C19M11Y0K26 
(19%,11%,0%,26%)
(0.19/0.11/0.00/0.26)	

CMYK percentages

%19.15
%10.64
%0
%26.27

Codes

Color #98A8BC in popluar color models

98A8BC
RGB152168188
HSL213°21.18%66.67%
HSB/HSV213°19.15%73.73%
CMYK19.15%10.64%0.00%
26.27%

Color #98A8BC in popluar number systems.

HEX98A8BC
Decimal152168188
Binary100110001010100010111100
Octal230250274

Shades and tints

Shades of #98A8BC

#98A8BC
(152,168,188)
#8B99AB
(139,153,171)
#7E8A9A
(126,138,154)
#717B89
(113,123,137)
#646C78
(100,108,120)
#575D67
(87,93,103)
#4A4E56
(74,78,86)
#3D3F45
(61,63,69)
#303034
(48,48,52)
#232123
(35,33,35)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #98A8BC

#98A8BC
(152,168,188)
#A1AFC2
(161,175,194)
#AAB6C8
(170,182,200)
#B3BDCE
(179,189,206)
#BCC4D4
(188,196,212)
#C5CBDA
(197,203,218)
#CED2E0
(206,210,224)
#D7D9E6
(215,217,230)
#E0E0EC
(224,224,236)
#E9E7F2
(233,231,242)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A8BC color. Also use rgb(152,168,188) instead hex code.

Text Font Color

.myTextColor { color: #98A8BC; }

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

This text font color is #98A8BC.


Background Color

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

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

This div background color is #98A8BC.


Border color

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

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

This div border color is #98A8BC.


Opacity

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

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

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

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

This text has shadow with #98A8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A8BC on black background.


Color preview on white background

This text has color #98A8BC on white background.



Black color preview on #98A8BC background

This text has black color on #98A8BC background.


White color preview on #98A8BC background

This text has white color on #98A8BC background.