COLOR #98AEBC

HEX: #98AEBC
RGB: (152,174,188)

Color info

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

RGB color model

#98AEBC color RGB value is (152,174,188).

  • red value is 152;
  • green value is 174;
  • blue value is 188.
RGB:
(152,174,188)
(60%,68%,74%)

RGB channels and saturation

R 152 of 255 = 60%
G 174 of 255 = 68%
B 188 of 255 = 74%

152
174
188

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

Portions of RGB colors in percentages

R + G + B =
152 + 174 + 188 = 514 (100%)
R 152 of 514 ~ 29.57%
G 174 of 514 ~ 33.85%
B 188 of 514 ~ 36.58%

%29.57
%33.85
%36.58

CMYK color model

#98AEBC color CMYK value is (19,7,0,26).

  • cyan value is 19.15%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(19,7,0,26)
C19M7Y0K26 
(19%,7%,0%,26%)
(0.19/0.07/0.00/0.26)	

CMYK percentages

%19.15
%7.45
%0
%26.27

Codes

Color #98AEBC in popluar color models

98AEBC
RGB152174188
HSL203°21.18%66.67%
HSB/HSV203°19.15%73.73%
CMYK19.15%7.45%0.00%
26.27%

Color #98AEBC in popluar number systems.

HEX98AEBC
Decimal152174188
Binary100110001010111010111100
Octal230256274

Shades and tints

Shades of #98AEBC

#98AEBC
(152,174,188)
#8B9FAB
(139,159,171)
#7E909A
(126,144,154)
#718189
(113,129,137)
#647278
(100,114,120)
#576367
(87,99,103)
#4A5456
(74,84,86)
#3D4545
(61,69,69)
#303634
(48,54,52)
#232723
(35,39,35)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #98AEBC

#98AEBC
(152,174,188)
#A1B5C2
(161,181,194)
#AABCC8
(170,188,200)
#B3C3CE
(179,195,206)
#BCCAD4
(188,202,212)
#C5D1DA
(197,209,218)
#CED8E0
(206,216,224)
#D7DFE6
(215,223,230)
#E0E6EC
(224,230,236)
#E9EDF2
(233,237,242)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AEBC color. Also use rgb(152,174,188) instead hex code.

Text Font Color

.myTextColor { color: #98AEBC; }

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

This text font color is #98AEBC.


Background Color

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

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

This div background color is #98AEBC.


Border color

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

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

This div border color is #98AEBC.


Opacity

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

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

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

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

This text has shadow with #98AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AEBC on black background.


Color preview on white background

This text has color #98AEBC on white background.



Black color preview on #98AEBC background

This text has black color on #98AEBC background.


White color preview on #98AEBC background

This text has white color on #98AEBC background.