COLOR #98C7A3

HEX: #98C7A3 RGB: (152,199,163)

Color info

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

RGB color model

#98C7A3 color RGB value is (152,199,163).

RGB: (152,199,163) (60%, 78%, 64%)

RGB channels and saturation

R 152 of 255 = 60%
G 199 of 255 = 78%
B 163 of 255 = 64%

152
199
163

R + G + B ~ 67%. #98C7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 199 + 163 = 514 (100%)
R 152 of 514 ~ 29.57%
G 199 of 514 ~ 38.72%
B 163 of 514 ~ 31.71'%

%29.57
%38.72
%31.71

CMYK color model

#98C7A3 color CMYK value is (24,0,18,22).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 21.96%

CMYK: (24,0,18,22)
C24M0Y18K22 (24%, 0%, 18%, 22%)
(0.24 / 0.00 / 0.18 / 0.22)

CMYK percentages

%23.62
%0
%18.09
%21.96

Codes

Color #98C7A3 in popluar color models

98 C7 A3
RGB 152 199 163
HSL 134° 29.56% 68.82%
HSB/HSV 134° 23.62% 78.04%
CMYK 23.62% 0.00% 18.09%
21.96%

Color #98C7A3 in popluar number systems.

HEX 98 C7 A3
Decimal 152 199 163
Binary 10011000 11000111 10100011
Octal 230 307 243

Shades and tints

Shades of #98C7A3

#98C7A3
(152,199,163)
#8BB595
(139,181,149)
#7EA387
(126,163,135)
#719179
(113,145,121)
#647F6B
(100,127,107)
#576D5D
(87,109,93)
#4A5B4F
(74,91,79)
#3D4941
(61,73,65)
#303733
(48,55,51)
#232525
(35,37,37)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #98C7A3

#98C7A3
(152,199,163)
#A1CCAB
(161,204,171)
#AAD1B3
(170,209,179)
#B3D6BB
(179,214,187)
#BCDBC3
(188,219,195)
#C5E0CB
(197,224,203)
#CEE5D3
(206,229,211)
#D7EADB
(215,234,219)
#E0EFE3
(224,239,227)
#E9F4EB
(233,244,235)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C7A3 color. Also use rgb(152,199,163) instead hex code.

Text Font Color

.myTextColor { color: #98C7A3; }

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

This text font color is #98C7A3.

Background Color

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

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

This div background color is #98C7A3.

Border color

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

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

This div border color is #98C7A3.

Opacity

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

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

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

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

This text has shadow with #98C7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C7A3.

Preview

Color preview on black background

This text has color #98C7A3 on black background.


Color preview on white background

This text has color #98C7A3 on white background.


Black color preview on #98C7A3 background

This text has black color on #98C7A3 background.


White color preview on #98C7A3 background

This text has white color on #98C7A3 background.


Related colors

Complementary color

Complementary color for #hex is #67385C.


I love getcolorcode.com

Triadic colors

1 #A398C7 and #C7A398 with #98C7A3 are triadic colors.

2 #A3C798 and #C798A3 with #98C7A3 are triadic colors.