COLOR #98B8C8

HEX: #98B8C8
RGB: (152,184,200)

Color info

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

RGB color model

#98B8C8 color RGB value is (152,184,200).

  • red value is 152;
  • green value is 184;
  • blue value is 200.
RGB:
(152,184,200)
(60%,72%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 184 of 255 = 72%
B 200 of 255 = 78%

152
184
200

R + G + B ~ 70%. #98B8C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 184 + 200 = 536 (100%)
R 152 of 536 ~ 28.36%
G 184 of 536 ~ 34.33%
B 200 of 536 ~ 37.31%

%28.36
%34.33
%37.31

CMYK color model

#98B8C8 color CMYK value is (24,8,0,22).

  • cyan value is 24.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(24,8,0,22)
C24M8Y0K22 
(24%,8%,0%,22%)
(0.24/0.08/0.00/0.22)	

CMYK percentages

%24
%8
%0
%21.57

Codes

Color #98B8C8 in popluar color models

98B8C8
RGB152184200
HSL200°30.38%69.02%
HSB/HSV200°24.00%78.43%
CMYK24.00%8.00%0.00%
21.57%

Color #98B8C8 in popluar number systems.

HEX98B8C8
Decimal152184200
Binary100110001011100011001000
Octal230270310

Shades and tints

Shades of #98B8C8

#98B8C8
(152,184,200)
#8BA8B6
(139,168,182)
#7E98A4
(126,152,164)
#718892
(113,136,146)
#647880
(100,120,128)
#57686E
(87,104,110)
#4A585C
(74,88,92)
#3D484A
(61,72,74)
#303838
(48,56,56)
#232826
(35,40,38)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #98B8C8

#98B8C8
(152,184,200)
#A1BECD
(161,190,205)
#AAC4D2
(170,196,210)
#B3CAD7
(179,202,215)
#BCD0DC
(188,208,220)
#C5D6E1
(197,214,225)
#CEDCE6
(206,220,230)
#D7E2EB
(215,226,235)
#E0E8F0
(224,232,240)
#E9EEF5
(233,238,245)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B8C8 color. Also use rgb(152,184,200) instead hex code.

Text Font Color

.myTextColor { color: #98B8C8; }

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

This text font color is #98B8C8.


Background Color

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

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

This div background color is #98B8C8.


Border color

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

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

This div border color is #98B8C8.


Opacity

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

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

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

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

This text has shadow with #98B8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B8C8 on black background.


Color preview on white background

This text has color #98B8C8 on white background.



Black color preview on #98B8C8 background

This text has black color on #98B8C8 background.


White color preview on #98B8C8 background

This text has white color on #98B8C8 background.