COLOR #98C3AA

HEX: #98C3AA RGB: (152,195,170)

Color info

#98C3AA contains red, green and blue colors in about the same proportion. Web safe color of #98C3AA is #99CC99 (or #9C9).

RGB color model

#98C3AA color RGB value is (152,195,170).

RGB: (152,195,170) (60%, 76%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 195 of 255 = 76%
B 170 of 255 = 67%

152
195
170

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

Portions of RGB colors in percentages

R + G + B = 152 + 195 + 170 = 517 (100%)
R 152 of 517 ~ 29.4%
G 195 of 517 ~ 37.72%
B 170 of 517 ~ 32.88'%

%29.4
%37.72
%32.88

CMYK color model

#98C3AA color CMYK value is (22,0,13,24).

  • cyan value is 22.05%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%

CMYK: (22,0,13,24)
C22M0Y13K24 (22%, 0%, 13%, 24%)
(0.22 / 0.00 / 0.13 / 0.24)

CMYK percentages

%22.05
%0
%12.82
%23.53

Codes

Color #98C3AA in popluar color models

98 C3 AA
RGB 152 195 170
HSL 145° 26.38% 68.04%
HSB/HSV 145° 22.05% 76.47%
CMYK 22.05% 0.00% 12.82%
23.53%

Color #98C3AA in popluar number systems.

HEX 98 C3 AA
Decimal 152 195 170
Binary 10011000 11000011 10101010
Octal 230 303 252

Shades and tints

Shades of #98C3AA

#98C3AA
(152,195,170)
#8BB29B
(139,178,155)
#7EA18C
(126,161,140)
#71907D
(113,144,125)
#647F6E
(100,127,110)
#576E5F
(87,110,95)
#4A5D50
(74,93,80)
#3D4C41
(61,76,65)
#303B32
(48,59,50)
#232A23
(35,42,35)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #98C3AA

#98C3AA
(152,195,170)
#A1C8B1
(161,200,177)
#AACDB8
(170,205,184)
#B3D2BF
(179,210,191)
#BCD7C6
(188,215,198)
#C5DCCD
(197,220,205)
#CEE1D4
(206,225,212)
#D7E6DB
(215,230,219)
#E0EBE2
(224,235,226)
#E9F0E9
(233,240,233)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C3AA; }

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

This text font color is #98C3AA.

Background Color

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

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

This div background color is #98C3AA.

Border color

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

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

This div border color is #98C3AA.

Opacity

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

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

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

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

This text has shadow with #98C3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C3AA.

Preview

Color preview on black background

This text has color #98C3AA on black background.


Color preview on white background

This text has color #98C3AA on white background.


Black color preview on #98C3AA background

This text has black color on #98C3AA background.


White color preview on #98C3AA background

This text has white color on #98C3AA background.


Related colors

Complementary color

Complementary color for #hex is #673C55.


I love getcolorcode.com

Triadic colors

1 #AA98C3 and #C3AA98 with #98C3AA are triadic colors.

2 #AAC398 and #C398AA with #98C3AA are triadic colors.