COLOR #98A0C5

HEX: #98A0C5
RGB: (152,160,197)

Color info

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

RGB color model

#98A0C5 color RGB value is (152,160,197).

  • red value is 152;
  • green value is 160;
  • blue value is 197.
RGB:
(152,160,197)
(60%,63%,77%)

RGB channels and saturation

R 152 of 255 = 60%
G 160 of 255 = 63%
B 197 of 255 = 77%

152
160
197

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

Portions of RGB colors in percentages

R + G + B =
152 + 160 + 197 = 509 (100%)
R 152 of 509 ~ 29.86%
G 160 of 509 ~ 31.43%
B 197 of 509 ~ 38.7%

%29.86
%31.43
%38.7

CMYK color model

#98A0C5 color CMYK value is (23,19,0,23).

  • cyan value is 22.84%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(23,19,0,23)
C23M19Y0K23 
(23%,19%,0%,23%)
(0.23/0.19/0.00/0.23)	

CMYK percentages

%22.84
%18.78
%0
%22.75

Codes

Color #98A0C5 in popluar color models

98A0C5
RGB152160197
HSL229°27.95%68.43%
HSB/HSV229°22.84%77.25%
CMYK22.84%18.78%0.00%
22.75%

Color #98A0C5 in popluar number systems.

HEX98A0C5
Decimal152160197
Binary100110001010000011000101
Octal230240305

Shades and tints

Shades of #98A0C5

#98A0C5
(152,160,197)
#8B92B4
(139,146,180)
#7E84A3
(126,132,163)
#717692
(113,118,146)
#646881
(100,104,129)
#575A70
(87,90,112)
#4A4C5F
(74,76,95)
#3D3E4E
(61,62,78)
#30303D
(48,48,61)
#23222C
(35,34,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #98A0C5

#98A0C5
(152,160,197)
#A1A8CA
(161,168,202)
#AAB0CF
(170,176,207)
#B3B8D4
(179,184,212)
#BCC0D9
(188,192,217)
#C5C8DE
(197,200,222)
#CED0E3
(206,208,227)
#D7D8E8
(215,216,232)
#E0E0ED
(224,224,237)
#E9E8F2
(233,232,242)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A0C5 color. Also use rgb(152,160,197) instead hex code.

Text Font Color

.myTextColor { color: #98A0C5; }

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

This text font color is #98A0C5.


Background Color

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

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

This div background color is #98A0C5.


Border color

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

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

This div border color is #98A0C5.


Opacity

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

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

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

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

This text has shadow with #98A0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A0C5 on black background.


Color preview on white background

This text has color #98A0C5 on white background.



Black color preview on #98A0C5 background

This text has black color on #98A0C5 background.


White color preview on #98A0C5 background

This text has white color on #98A0C5 background.