COLOR #98A4CD

HEX: #98A4CD
RGB: (152,164,205)

Color info

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

RGB color model

#98A4CD color RGB value is (152,164,205).

  • red value is 152;
  • green value is 164;
  • blue value is 205.
RGB:
(152,164,205)
(60%,64%,80%)

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 205 of 255 = 80%

152
164
205

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

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 205 = 521 (100%)
R 152 of 521 ~ 29.17%
G 164 of 521 ~ 31.48%
B 205 of 521 ~ 39.35%

%29.17
%31.48
%39.35

CMYK color model

#98A4CD color CMYK value is (26,20,0,20).

  • cyan value is 25.85%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(26,20,0,20)
C26M20Y0K20 
(26%,20%,0%,20%)
(0.26/0.20/0.00/0.20)	

CMYK percentages

%25.85
%20
%0
%19.61

Codes

Color #98A4CD in popluar color models

98A4CD
RGB152164205
HSL226°34.64%70.00%
HSB/HSV226°25.85%80.39%
CMYK25.85%20.00%0.00%
19.61%

Color #98A4CD in popluar number systems.

HEX98A4CD
Decimal152164205
Binary100110001010010011001101
Octal230244315

Shades and tints

Shades of #98A4CD

#98A4CD
(152,164,205)
#8B96BB
(139,150,187)
#7E88A9
(126,136,169)
#717A97
(113,122,151)
#646C85
(100,108,133)
#575E73
(87,94,115)
#4A5061
(74,80,97)
#3D424F
(61,66,79)
#30343D
(48,52,61)
#23262B
(35,38,43)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #98A4CD

#98A4CD
(152,164,205)
#A1ACD1
(161,172,209)
#AAB4D5
(170,180,213)
#B3BCD9
(179,188,217)
#BCC4DD
(188,196,221)
#C5CCE1
(197,204,225)
#CED4E5
(206,212,229)
#D7DCE9
(215,220,233)
#E0E4ED
(224,228,237)
#E9ECF1
(233,236,241)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A4CD color. Also use rgb(152,164,205) instead hex code.

Text Font Color

.myTextColor { color: #98A4CD; }

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

This text font color is #98A4CD.


Background Color

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

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

This div background color is #98A4CD.


Border color

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

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

This div border color is #98A4CD.


Opacity

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

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

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

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

This text has shadow with #98A4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A4CD on black background.


Color preview on white background

This text has color #98A4CD on white background.



Black color preview on #98A4CD background

This text has black color on #98A4CD background.


White color preview on #98A4CD background

This text has white color on #98A4CD background.