COLOR #98AEA5

HEX: #98AEA5 RGB: (152,174,165)

Color info

#98AEA5 contains red, green and blue colors in about the same proportion. Web safe color of #98AEA5 is #999999 (or #999).

RGB color model

#98AEA5 color RGB value is (152,174,165).

RGB: (152,174,165) (60%, 68%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 174 of 255 = 68%
B 165 of 255 = 65%

152
174
165

R + G + B ~ 64%. #98AEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 174 + 165 = 491 (100%)
R 152 of 491 ~ 30.96%
G 174 of 491 ~ 35.44%
B 165 of 491 ~ 33.6'%

%30.96
%35.44
%33.6

CMYK color model

#98AEA5 color CMYK value is (13,0,5,32).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK: (13,0,5,32) C13M0Y5K32 (13%,0%,5%,32%) (0.13/0.00/0.05/0.32) 

CMYK percentages

%12.64
%0
%5.17
%31.76

Codes

Color #98AEA5 in popluar color models

98 AE A5
RGB 152 174 165
HSL 155° 11.96% 63.92%
HSB/HSV 155° 12.64% 68.24%
CMYK 12.64% 0.00% 5.17%
31.76%

Color #98AEA5 in popluar number systems.

HEX 98 AE A5
Decimal 152 174 165
Binary 10011000 10101110 10100101
Octal 230 256 245

Shades and tints

Shades of #98AEA5

#98AEA5
(152,174,165)
#8B9F96
(139,159,150)
#7E9087
(126,144,135)
#718178
(113,129,120)
#647269
(100,114,105)
#57635A
(87,99,90)
#4A544B
(74,84,75)
#3D453C
(61,69,60)
#30362D
(48,54,45)
#23271E
(35,39,30)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #98AEA5

#98AEA5
(152,174,165)
#A1B5AD
(161,181,173)
#AABCB5
(170,188,181)
#B3C3BD
(179,195,189)
#BCCAC5
(188,202,197)
#C5D1CD
(197,209,205)
#CED8D5
(206,216,213)
#D7DFDD
(215,223,221)
#E0E6E5
(224,230,229)
#E9EDED
(233,237,237)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AEA5; }

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

This text font color is #98AEA5.

Background Color

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

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

This div background color is #98AEA5.

Border color

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

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

This div border color is #98AEA5.

Opacity

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

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

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

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

This text has shadow with #98AEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AEA5.

Preview

Color preview on black background

This text has color #98AEA5 on black background.


Color preview on white background

This text has color #98AEA5 on white background.


Black color preview on #98AEA5 background

This text has black color on #98AEA5 background.


White color preview on #98AEA5 background

This text has white color on #98AEA5 background.


Related colors

Complementary color

Complementary color for #hex is #67515A.


I love getcolorcode.com

Triadic colors

1 #A598AE and #AEA598 with #98AEA5 are triadic colors.

2 #A5AE98 and #AE98A5 with #98AEA5 are triadic colors.