COLOR #98B69C

HEX: #98B69C
RGB: (152,182,156)

Color info

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

RGB color model

#98B69C color RGB value is (152,182,156).

  • red value is 152;
  • green value is 182;
  • blue value is 156.
RGB:
(152,182,156)
(60%,71%,61%)

RGB channels and saturation

R 152 of 255 = 60%
G 182 of 255 = 71%
B 156 of 255 = 61%

152
182
156

R + G + B ~ 64%. #98B69C is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 182 + 156 = 490 (100%)
R 152 of 490 ~ 31.02%
G 182 of 490 ~ 37.14%
B 156 of 490 ~ 31.84%

%31.02
%37.14
%31.84

CMYK color model

#98B69C color CMYK value is (16,0,14,29).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK:
(16,0,14,29)
C16M0Y14K29 
(16%,0%,14%,29%)
(0.16/0.00/0.14/0.29)	

CMYK percentages

%16.48
%0
%14.29
%28.63

Codes

Color #98B69C in popluar color models

98B69C
RGB152182156
HSL128°17.05%65.49%
HSB/HSV128°16.48%71.37%
CMYK16.48%0.00%14.29%
28.63%

Color #98B69C in popluar number systems.

HEX98B69C
Decimal152182156
Binary100110001011011010011100
Octal230266234

Shades and tints

Shades of #98B69C

#98B69C
(152,182,156)
#8BA68E
(139,166,142)
#7E9680
(126,150,128)
#718672
(113,134,114)
#647664
(100,118,100)
#576656
(87,102,86)
#4A5648
(74,86,72)
#3D463A
(61,70,58)
#30362C
(48,54,44)
#23261E
(35,38,30)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #98B69C

#98B69C
(152,182,156)
#A1BCA5
(161,188,165)
#AAC2AE
(170,194,174)
#B3C8B7
(179,200,183)
#BCCEC0
(188,206,192)
#C5D4C9
(197,212,201)
#CEDAD2
(206,218,210)
#D7E0DB
(215,224,219)
#E0E6E4
(224,230,228)
#E9ECED
(233,236,237)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B69C; }

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

This text font color is #98B69C.


Background Color

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

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

This div background color is #98B69C.


Border color

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

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

This div border color is #98B69C.


Opacity

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

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

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

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

This text has shadow with #98B69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B69C on black background.


Color preview on white background

This text has color #98B69C on white background.



Black color preview on #98B69C background

This text has black color on #98B69C background.


White color preview on #98B69C background

This text has white color on #98B69C background.