COLOR #98AFCB

HEX: #98AFCB
RGB: (152,175,203)

Color info

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

RGB color model

#98AFCB color RGB value is (152,175,203).

  • red value is 152;
  • green value is 175;
  • blue value is 203.
RGB:
(152,175,203)
(60%,69%,80%)

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 203 of 255 = 80%

152
175
203

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

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 203 = 530 (100%)
R 152 of 530 ~ 28.68%
G 175 of 530 ~ 33.02%
B 203 of 530 ~ 38.3%

%28.68
%33.02
%38.3

CMYK color model

#98AFCB color CMYK value is (25,14,0,20).

  • cyan value is 25.12%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(25,14,0,20)
C25M14Y0K20 
(25%,14%,0%,20%)
(0.25/0.14/0.00/0.20)	

CMYK percentages

%25.12
%13.79
%0
%20.39

Codes

Color #98AFCB in popluar color models

98AFCB
RGB152175203
HSL213°32.90%69.61%
HSB/HSV213°25.12%79.61%
CMYK25.12%13.79%0.00%
20.39%

Color #98AFCB in popluar number systems.

HEX98AFCB
Decimal152175203
Binary100110001010111111001011
Octal230257313

Shades and tints

Shades of #98AFCB

#98AFCB
(152,175,203)
#8BA0B9
(139,160,185)
#7E91A7
(126,145,167)
#718295
(113,130,149)
#647383
(100,115,131)
#576471
(87,100,113)
#4A555F
(74,85,95)
#3D464D
(61,70,77)
#30373B
(48,55,59)
#232829
(35,40,41)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #98AFCB

#98AFCB
(152,175,203)
#A1B6CF
(161,182,207)
#AABDD3
(170,189,211)
#B3C4D7
(179,196,215)
#BCCBDB
(188,203,219)
#C5D2DF
(197,210,223)
#CED9E3
(206,217,227)
#D7E0E7
(215,224,231)
#E0E7EB
(224,231,235)
#E9EEEF
(233,238,239)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AFCB color. Also use rgb(152,175,203) instead hex code.

Text Font Color

.myTextColor { color: #98AFCB; }

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

This text font color is #98AFCB.


Background Color

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

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

This div background color is #98AFCB.


Border color

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

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

This div border color is #98AFCB.


Opacity

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

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

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

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

This text has shadow with #98AFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AFCB on black background.


Color preview on white background

This text has color #98AFCB on white background.



Black color preview on #98AFCB background

This text has black color on #98AFCB background.


White color preview on #98AFCB background

This text has white color on #98AFCB background.