COLOR #98CCA7

HEX: #98CCA7 RGB: (152,204,167)

Color info

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

RGB color model

#98CCA7 color RGB value is (152,204,167).

RGB: (152,204,167) (60%, 80%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 204 of 255 = 80%
B 167 of 255 = 65%

152
204
167

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

Portions of RGB colors in percentages

R + G + B = 152 + 204 + 167 = 523 (100%)
R 152 of 523 ~ 29.06%
G 204 of 523 ~ 39.01%
B 167 of 523 ~ 31.93'%

%29.06
%39.01
%31.93

CMYK color model

#98CCA7 color CMYK value is (25,0,18,20).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 20.00%

CMYK: (25,0,18,20)
C25M0Y18K20 (25%, 0%, 18%, 20%)
(0.25 / 0.00 / 0.18 / 0.20)

CMYK percentages

%25.49
%0
%18.14
%20

Codes

Color #98CCA7 in popluar color models

98 CC A7
RGB 152 204 167
HSL 137° 33.77% 69.80%
HSB/HSV 137° 25.49% 80.00%
CMYK 25.49% 0.00% 18.14%
20.00%

Color #98CCA7 in popluar number systems.

HEX 98 CC A7
Decimal 152 204 167
Binary 10011000 11001100 10100111
Octal 230 314 247

Shades and tints

Shades of #98CCA7

#98CCA7
(152,204,167)
#8BBA98
(139,186,152)
#7EA889
(126,168,137)
#71967A
(113,150,122)
#64846B
(100,132,107)
#57725C
(87,114,92)
#4A604D
(74,96,77)
#3D4E3E
(61,78,62)
#303C2F
(48,60,47)
#232A20
(35,42,32)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #98CCA7

#98CCA7
(152,204,167)
#A1D0AF
(161,208,175)
#AAD4B7
(170,212,183)
#B3D8BF
(179,216,191)
#BCDCC7
(188,220,199)
#C5E0CF
(197,224,207)
#CEE4D7
(206,228,215)
#D7E8DF
(215,232,223)
#E0ECE7
(224,236,231)
#E9F0EF
(233,240,239)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CCA7 color. Also use rgb(152,204,167) instead hex code.

Text Font Color

.myTextColor { color: #98CCA7; }

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

This text font color is #98CCA7.

Background Color

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

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

This div background color is #98CCA7.

Border color

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

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

This div border color is #98CCA7.

Opacity

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

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

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

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

This text has shadow with #98CCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CCA7.

Preview

Color preview on black background

This text has color #98CCA7 on black background.


Color preview on white background

This text has color #98CCA7 on white background.


Black color preview on #98CCA7 background

This text has black color on #98CCA7 background.


White color preview on #98CCA7 background

This text has white color on #98CCA7 background.


Related colors

Complementary color

Complementary color for #hex is #673358.


I love getcolorcode.com

Triadic colors

1 #A798CC and #CCA798 with #98CCA7 are triadic colors.

2 #A7CC98 and #CC98A7 with #98CCA7 are triadic colors.