COLOR #98A8BD

HEX: #98A8BD
RGB: (152,168,189)

Color info

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

RGB color model

#98A8BD color RGB value is (152,168,189).

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

RGB channels and saturation

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

152
168
189

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

Portions of RGB colors in percentages

R + G + B =
152 + 168 + 189 = 509 (100%)
R 152 of 509 ~ 29.86%
G 168 of 509 ~ 33.01%
B 189 of 509 ~ 37.13%

%29.86
%33.01
%37.13

CMYK color model

#98A8BD color CMYK value is (20,11,0,26).

  • cyan value is 19.58%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(20,11,0,26)
C20M11Y0K26 
(20%,11%,0%,26%)
(0.20/0.11/0.00/0.26)	

CMYK percentages

%19.58
%11.11
%0
%25.88

Codes

Color #98A8BD in popluar color models

98A8BD
RGB152168189
HSL214°21.89%66.86%
HSB/HSV214°19.58%74.12%
CMYK19.58%11.11%0.00%
25.88%

Color #98A8BD in popluar number systems.

HEX98A8BD
Decimal152168189
Binary100110001010100010111101
Octal230250275

Shades and tints

Shades of #98A8BD

#98A8BD
(152,168,189)
#8B99AC
(139,153,172)
#7E8A9B
(126,138,155)
#717B8A
(113,123,138)
#646C79
(100,108,121)
#575D68
(87,93,104)
#4A4E57
(74,78,87)
#3D3F46
(61,63,70)
#303035
(48,48,53)
#232124
(35,33,36)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #98A8BD

#98A8BD
(152,168,189)
#A1AFC3
(161,175,195)
#AAB6C9
(170,182,201)
#B3BDCF
(179,189,207)
#BCC4D5
(188,196,213)
#C5CBDB
(197,203,219)
#CED2E1
(206,210,225)
#D7D9E7
(215,217,231)
#E0E0ED
(224,224,237)
#E9E7F3
(233,231,243)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A8BD; }

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

This text font color is #98A8BD.


Background Color

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

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

This div background color is #98A8BD.


Border color

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

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

This div border color is #98A8BD.


Opacity

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

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

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

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

This text has shadow with #98A8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A8BD on black background.


Color preview on white background

This text has color #98A8BD on white background.



Black color preview on #98A8BD background

This text has black color on #98A8BD background.


White color preview on #98A8BD background

This text has white color on #98A8BD background.