COLOR #98B3AA

HEX: #98B3AA RGB: (152,179,170)

Color info

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

RGB color model

#98B3AA color RGB value is (152,179,170).

RGB: (152,179,170) (60%, 70%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 179 of 255 = 70%
B 170 of 255 = 67%

152
179
170

R + G + B ~ 66%. #98B3AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 179 + 170 = 501 (100%)
R 152 of 501 ~ 30.34%
G 179 of 501 ~ 35.73%
B 170 of 501 ~ 33.93'%

%30.34
%35.73
%33.93

CMYK color model

#98B3AA color CMYK value is (15,0,5,30).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 29.80%

CMYK: (15,0,5,30)
C15M0Y5K30 (15%, 0%, 5%, 30%)
(0.15 / 0.00 / 0.05 / 0.30)

CMYK percentages

%15.08
%0
%5.03
%29.8

Codes

Color #98B3AA in popluar color models

98 B3 AA
RGB 152 179 170
HSL 160° 15.08% 64.90%
HSB/HSV 160° 15.08% 70.20%
CMYK 15.08% 0.00% 5.03%
29.80%

Color #98B3AA in popluar number systems.

HEX 98 B3 AA
Decimal 152 179 170
Binary 10011000 10110011 10101010
Octal 230 263 252

Shades and tints

Shades of #98B3AA

#98B3AA
(152,179,170)
#8BA39B
(139,163,155)
#7E938C
(126,147,140)
#71837D
(113,131,125)
#64736E
(100,115,110)
#57635F
(87,99,95)
#4A5350
(74,83,80)
#3D4341
(61,67,65)
#303332
(48,51,50)
#232323
(35,35,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #98B3AA

#98B3AA
(152,179,170)
#A1B9B1
(161,185,177)
#AABFB8
(170,191,184)
#B3C5BF
(179,197,191)
#BCCBC6
(188,203,198)
#C5D1CD
(197,209,205)
#CED7D4
(206,215,212)
#D7DDDB
(215,221,219)
#E0E3E2
(224,227,226)
#E9E9E9
(233,233,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B3AA color. Also use rgb(152,179,170) instead hex code.

Text Font Color

.myTextColor { color: #98B3AA; }

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

This text font color is #98B3AA.

Background Color

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

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

This div background color is #98B3AA.

Border color

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

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

This div border color is #98B3AA.

Opacity

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

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

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

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

This text has shadow with #98B3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B3AA.

Preview

Color preview on black background

This text has color #98B3AA on black background.


Color preview on white background

This text has color #98B3AA on white background.


Black color preview on #98B3AA background

This text has black color on #98B3AA background.


White color preview on #98B3AA background

This text has white color on #98B3AA background.


Related colors

Complementary color

Complementary color for #hex is #674C55.


I love getcolorcode.com

Triadic colors

1 #AA98B3 and #B3AA98 with #98B3AA are triadic colors.

2 #AAB398 and #B398AA with #98B3AA are triadic colors.