COLOR #98B2C5

HEX: #98B2C5
RGB: (152,178,197)

Color info

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

RGB color model

#98B2C5 color RGB value is (152,178,197).

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

RGB channels and saturation

R 152 of 255 = 60%
G 178 of 255 = 70%
B 197 of 255 = 77%

152
178
197

R + G + B ~ 69%. #98B2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 178 + 197 = 527 (100%)
R 152 of 527 ~ 28.84%
G 178 of 527 ~ 33.78%
B 197 of 527 ~ 37.38%

%28.84
%33.78
%37.38

CMYK color model

#98B2C5 color CMYK value is (23,10,0,23).

  • cyan value is 22.84%
  • magenta value is 9.64%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(23,10,0,23)
C23M10Y0K23 
(23%,10%,0%,23%)
(0.23/0.10/0.00/0.23)	

CMYK percentages

%22.84
%9.64
%0
%22.75

Codes

Color #98B2C5 in popluar color models

98B2C5
RGB152178197
HSL205°27.95%68.43%
HSB/HSV205°22.84%77.25%
CMYK22.84%9.64%0.00%
22.75%

Color #98B2C5 in popluar number systems.

HEX98B2C5
Decimal152178197
Binary100110001011001011000101
Octal230262305

Shades and tints

Shades of #98B2C5

#98B2C5
(152,178,197)
#8BA2B4
(139,162,180)
#7E92A3
(126,146,163)
#718292
(113,130,146)
#647281
(100,114,129)
#576270
(87,98,112)
#4A525F
(74,82,95)
#3D424E
(61,66,78)
#30323D
(48,50,61)
#23222C
(35,34,44)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #98B2C5

#98B2C5
(152,178,197)
#A1B9CA
(161,185,202)
#AAC0CF
(170,192,207)
#B3C7D4
(179,199,212)
#BCCED9
(188,206,217)
#C5D5DE
(197,213,222)
#CEDCE3
(206,220,227)
#D7E3E8
(215,227,232)
#E0EAED
(224,234,237)
#E9F1F2
(233,241,242)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B2C5; }

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

This text font color is #98B2C5.


Background Color

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

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

This div background color is #98B2C5.


Border color

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

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

This div border color is #98B2C5.


Opacity

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

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

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

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

This text has shadow with #98B2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B2C5 on black background.


Color preview on white background

This text has color #98B2C5 on white background.



Black color preview on #98B2C5 background

This text has black color on #98B2C5 background.


White color preview on #98B2C5 background

This text has white color on #98B2C5 background.