COLOR #98B5CC

HEX: #98B5CC
RGB: (152,181,204)

Color info

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

RGB color model

#98B5CC color RGB value is (152,181,204).

  • red value is 152;
  • green value is 181;
  • blue value is 204.
RGB:
(152,181,204)
(60%,71%,80%)

RGB channels and saturation

R 152 of 255 = 60%
G 181 of 255 = 71%
B 204 of 255 = 80%

152
181
204

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

Portions of RGB colors in percentages

R + G + B =
152 + 181 + 204 = 537 (100%)
R 152 of 537 ~ 28.31%
G 181 of 537 ~ 33.71%
B 204 of 537 ~ 37.99%

%28.31
%33.71
%37.99

CMYK color model

#98B5CC color CMYK value is (25,11,0,20).

  • cyan value is 25.49%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,11,0,20)
C25M11Y0K20 
(25%,11%,0%,20%)
(0.25/0.11/0.00/0.20)	

CMYK percentages

%25.49
%11.27
%0
%20

Codes

Color #98B5CC in popluar color models

98B5CC
RGB152181204
HSL207°33.77%69.80%
HSB/HSV207°25.49%80.00%
CMYK25.49%11.27%0.00%
20.00%

Color #98B5CC in popluar number systems.

HEX98B5CC
Decimal152181204
Binary100110001011010111001100
Octal230265314

Shades and tints

Shades of #98B5CC

#98B5CC
(152,181,204)
#8BA5BA
(139,165,186)
#7E95A8
(126,149,168)
#718596
(113,133,150)
#647584
(100,117,132)
#576572
(87,101,114)
#4A5560
(74,85,96)
#3D454E
(61,69,78)
#30353C
(48,53,60)
#23252A
(35,37,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #98B5CC

#98B5CC
(152,181,204)
#A1BBD0
(161,187,208)
#AAC1D4
(170,193,212)
#B3C7D8
(179,199,216)
#BCCDDC
(188,205,220)
#C5D3E0
(197,211,224)
#CED9E4
(206,217,228)
#D7DFE8
(215,223,232)
#E0E5EC
(224,229,236)
#E9EBF0
(233,235,240)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B5CC color. Also use rgb(152,181,204) instead hex code.

Text Font Color

.myTextColor { color: #98B5CC; }

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

This text font color is #98B5CC.


Background Color

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

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

This div background color is #98B5CC.


Border color

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

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

This div border color is #98B5CC.


Opacity

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

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

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

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

This text has shadow with #98B5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B5CC on black background.


Color preview on white background

This text has color #98B5CC on white background.



Black color preview on #98B5CC background

This text has black color on #98B5CC background.


White color preview on #98B5CC background

This text has white color on #98B5CC background.