COLOR #98ACC3

HEX: #98ACC3
RGB: (152,172,195)

Color info

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

RGB color model

#98ACC3 color RGB value is (152,172,195).

  • red value is 152;
  • green value is 172;
  • blue value is 195.
RGB:
(152,172,195)
(60%,67%,76%)

RGB channels and saturation

R 152 of 255 = 60%
G 172 of 255 = 67%
B 195 of 255 = 76%

152
172
195

R + G + B ~ 68%. #98ACC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 172 + 195 = 519 (100%)
R 152 of 519 ~ 29.29%
G 172 of 519 ~ 33.14%
B 195 of 519 ~ 37.57%

%29.29
%33.14
%37.57

CMYK color model

#98ACC3 color CMYK value is (22,12,0,24).

  • cyan value is 22.05%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(22,12,0,24)
C22M12Y0K24 
(22%,12%,0%,24%)
(0.22/0.12/0.00/0.24)	

CMYK percentages

%22.05
%11.79
%0
%23.53

Codes

Color #98ACC3 in popluar color models

98ACC3
RGB152172195
HSL212°26.38%68.04%
HSB/HSV212°22.05%76.47%
CMYK22.05%11.79%0.00%
23.53%

Color #98ACC3 in popluar number systems.

HEX98ACC3
Decimal152172195
Binary100110001010110011000011
Octal230254303

Shades and tints

Shades of #98ACC3

#98ACC3
(152,172,195)
#8B9DB2
(139,157,178)
#7E8EA1
(126,142,161)
#717F90
(113,127,144)
#64707F
(100,112,127)
#57616E
(87,97,110)
#4A525D
(74,82,93)
#3D434C
(61,67,76)
#30343B
(48,52,59)
#23252A
(35,37,42)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #98ACC3

#98ACC3
(152,172,195)
#A1B3C8
(161,179,200)
#AABACD
(170,186,205)
#B3C1D2
(179,193,210)
#BCC8D7
(188,200,215)
#C5CFDC
(197,207,220)
#CED6E1
(206,214,225)
#D7DDE6
(215,221,230)
#E0E4EB
(224,228,235)
#E9EBF0
(233,235,240)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98ACC3 color. Also use rgb(152,172,195) instead hex code.

Text Font Color

.myTextColor { color: #98ACC3; }

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

This text font color is #98ACC3.


Background Color

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

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

This div background color is #98ACC3.


Border color

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

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

This div border color is #98ACC3.


Opacity

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

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

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

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

This text has shadow with #98ACC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ACC3 on black background.


Color preview on white background

This text has color #98ACC3 on white background.



Black color preview on #98ACC3 background

This text has black color on #98ACC3 background.


White color preview on #98ACC3 background

This text has white color on #98ACC3 background.