COLOR #98CC9C

HEX: #98CC9C RGB: (152,204,156)

Color info

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

RGB color model

#98CC9C color RGB value is (152,204,156).

RGB: (152,204,156) (60%, 80%, 61%)

RGB channels and saturation

R 152 of 255 = 60%
G 204 of 255 = 80%
B 156 of 255 = 61%

152
204
156

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

Portions of RGB colors in percentages

R + G + B = 152 + 204 + 156 = 512 (100%)
R 152 of 512 ~ 29.69%
G 204 of 512 ~ 39.84%
B 156 of 512 ~ 30.47'%

%29.69
%39.84
%30.47

CMYK color model

#98CC9C color CMYK value is (25,0,24,20).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK: (25,0,24,20) C25M0Y24K20 (25%,0%,24%,20%) (0.25/0.00/0.24/0.20) 

CMYK percentages

%25.49
%0
%23.53
%20

Codes

Color #98CC9C in popluar color models

98 CC 9C
RGB 152 204 156
HSL 125° 33.77% 69.80%
HSB/HSV 125° 25.49% 80.00%
CMYK 25.49% 0.00% 23.53%
20.00%

Color #98CC9C in popluar number systems.

HEX 98 CC 9C
Decimal 152 204 156
Binary 10011000 11001100 10011100
Octal 230 314 234

Shades and tints

Shades of #98CC9C

#98CC9C
(152,204,156)
#8BBA8E
(139,186,142)
#7EA880
(126,168,128)
#719672
(113,150,114)
#648464
(100,132,100)
#577256
(87,114,86)
#4A6048
(74,96,72)
#3D4E3A
(61,78,58)
#303C2C
(48,60,44)
#232A1E
(35,42,30)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #98CC9C

#98CC9C
(152,204,156)
#A1D0A5
(161,208,165)
#AAD4AE
(170,212,174)
#B3D8B7
(179,216,183)
#BCDCC0
(188,220,192)
#C5E0C9
(197,224,201)
#CEE4D2
(206,228,210)
#D7E8DB
(215,232,219)
#E0ECE4
(224,236,228)
#E9F0ED
(233,240,237)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CC9C; }

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

This text font color is #98CC9C.

Background Color

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

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

This div background color is #98CC9C.

Border color

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

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

This div border color is #98CC9C.

Opacity

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

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

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

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

This text has shadow with #98CC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CC9C.

Preview

Color preview on black background

This text has color #98CC9C on black background.


Color preview on white background

This text has color #98CC9C on white background.


Black color preview on #98CC9C background

This text has black color on #98CC9C background.


White color preview on #98CC9C background

This text has white color on #98CC9C background.


Related colors

Complementary color

Complementary color for #hex is #673363.


I love getcolorcode.com

Triadic colors

1 #9C98CC and #CC9C98 with #98CC9C are triadic colors.

2 #9CCC98 and #CC989C with #98CC9C are triadic colors.