COLOR #98ACDA

HEX: #98ACDA
RGB: (152,172,218)

Color info

#98ACDA contains mainly green and blue colors. Web safe color of #98ACDA is #9999CC (or #99C).

RGB color model

#98ACDA color RGB value is (152,172,218).

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

RGB channels and saturation

R 152 of 255 = 60%
G 172 of 255 = 67%
B 218 of 255 = 85%

152
172
218

R + G + B ~ 71%. #98ACDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 172 + 218 = 542 (100%)
R 152 of 542 ~ 28.04%
G 172 of 542 ~ 31.73%
B 218 of 542 ~ 40.22%

%28.04
%31.73
%40.22

CMYK color model

#98ACDA color CMYK value is (30,21,0,15).

  • cyan value is 30.28%
  • magenta value is 21.10%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(30,21,0,15)
C30M21Y0K15 
(30%,21%,0%,15%)
(0.30/0.21/0.00/0.15)	

CMYK percentages

%30.28
%21.1
%0
%14.51

Codes

Color #98ACDA in popluar color models

98ACDA
RGB152172218
HSL222°47.14%72.55%
HSB/HSV222°30.28%85.49%
CMYK30.28%21.10%0.00%
14.51%

Color #98ACDA in popluar number systems.

HEX98ACDA
Decimal152172218
Binary100110001010110011011010
Octal230254332

Shades and tints

Shades of #98ACDA

#98ACDA
(152,172,218)
#8B9DC7
(139,157,199)
#7E8EB4
(126,142,180)
#717FA1
(113,127,161)
#64708E
(100,112,142)
#57617B
(87,97,123)
#4A5268
(74,82,104)
#3D4355
(61,67,85)
#303442
(48,52,66)
#23252F
(35,37,47)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #98ACDA

#98ACDA
(152,172,218)
#A1B3DD
(161,179,221)
#AABAE0
(170,186,224)
#B3C1E3
(179,193,227)
#BCC8E6
(188,200,230)
#C5CFE9
(197,207,233)
#CED6EC
(206,214,236)
#D7DDEF
(215,221,239)
#E0E4F2
(224,228,242)
#E9EBF5
(233,235,245)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ACDA; }

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

This text font color is #98ACDA.


Background Color

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

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

This div background color is #98ACDA.


Border color

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

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

This div border color is #98ACDA.


Opacity

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

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

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

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

This text has shadow with #98ACDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ACDA on black background.


Color preview on white background

This text has color #98ACDA on white background.



Black color preview on #98ACDA background

This text has black color on #98ACDA background.


White color preview on #98ACDA background

This text has white color on #98ACDA background.