COLOR #98ACDE

HEX: #98ACDE
RGB: (152,172,222)

Color info

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

RGB color model

#98ACDE color RGB value is (152,172,222).

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

RGB channels and saturation

R 152 of 255 = 60%
G 172 of 255 = 67%
B 222 of 255 = 87%

152
172
222

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

Portions of RGB colors in percentages

R + G + B =
152 + 172 + 222 = 546 (100%)
R 152 of 546 ~ 27.84%
G 172 of 546 ~ 31.5%
B 222 of 546 ~ 40.66%

%27.84
%31.5
%40.66

CMYK color model

#98ACDE color CMYK value is (32,23,0,13).

  • cyan value is 31.53%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(32,23,0,13)
C32M23Y0K13 
(32%,23%,0%,13%)
(0.32/0.23/0.00/0.13)	

CMYK percentages

%31.53
%22.52
%0
%12.94

Codes

Color #98ACDE in popluar color models

98ACDE
RGB152172222
HSL223°51.47%73.33%
HSB/HSV223°31.53%87.06%
CMYK31.53%22.52%0.00%
12.94%

Color #98ACDE in popluar number systems.

HEX98ACDE
Decimal152172222
Binary100110001010110011011110
Octal230254336

Shades and tints

Shades of #98ACDE

#98ACDE
(152,172,222)
#8B9DCA
(139,157,202)
#7E8EB6
(126,142,182)
#717FA2
(113,127,162)
#64708E
(100,112,142)
#57617A
(87,97,122)
#4A5266
(74,82,102)
#3D4352
(61,67,82)
#30343E
(48,52,62)
#23252A
(35,37,42)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #98ACDE

#98ACDE
(152,172,222)
#A1B3E1
(161,179,225)
#AABAE4
(170,186,228)
#B3C1E7
(179,193,231)
#BCC8EA
(188,200,234)
#C5CFED
(197,207,237)
#CED6F0
(206,214,240)
#D7DDF3
(215,221,243)
#E0E4F6
(224,228,246)
#E9EBF9
(233,235,249)
#F2F2FC
(242,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ACDE; }

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

This text font color is #98ACDE.


Background Color

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

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

This div background color is #98ACDE.


Border color

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

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

This div border color is #98ACDE.


Opacity

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

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

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

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

This text has shadow with #98ACDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ACDE on black background.


Color preview on white background

This text has color #98ACDE on white background.



Black color preview on #98ACDE background

This text has black color on #98ACDE background.


White color preview on #98ACDE background

This text has white color on #98ACDE background.