COLOR #98BF9C

HEX: #98BF9C
RGB: (152,191,156)

Color info

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

RGB color model

#98BF9C color RGB value is (152,191,156).

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

RGB channels and saturation

R 152 of 255 = 60%
G 191 of 255 = 75%
B 156 of 255 = 61%

152
191
156

R + G + B ~ 65%. #98BF9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 191 + 156 = 499 (100%)
R 152 of 499 ~ 30.46%
G 191 of 499 ~ 38.28%
B 156 of 499 ~ 31.26%

%30.46
%38.28
%31.26

CMYK color model

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

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 25.10%
CMYK:
(20,0,18,25)
C20M0Y18K25 
(20%,0%,18%,25%)
(0.20/0.00/0.18/0.25)	

CMYK percentages

%20.42
%0
%18.32
%25.1

Codes

Color #98BF9C in popluar color models

98BF9C
RGB152191156
HSL126°23.35%67.25%
HSB/HSV126°20.42%74.90%
CMYK20.42%0.00%18.32%
25.10%

Color #98BF9C in popluar number systems.

HEX98BF9C
Decimal152191156
Binary100110001011111110011100
Octal230277234

Shades and tints

Shades of #98BF9C

#98BF9C
(152,191,156)
#8BAE8E
(139,174,142)
#7E9D80
(126,157,128)
#718C72
(113,140,114)
#647B64
(100,123,100)
#576A56
(87,106,86)
#4A5948
(74,89,72)
#3D483A
(61,72,58)
#30372C
(48,55,44)
#23261E
(35,38,30)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #98BF9C

#98BF9C
(152,191,156)
#A1C4A5
(161,196,165)
#AAC9AE
(170,201,174)
#B3CEB7
(179,206,183)
#BCD3C0
(188,211,192)
#C5D8C9
(197,216,201)
#CEDDD2
(206,221,210)
#D7E2DB
(215,226,219)
#E0E7E4
(224,231,228)
#E9ECED
(233,236,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BF9C; }

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

This text font color is #98BF9C.


Background Color

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

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

This div background color is #98BF9C.


Border color

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

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

This div border color is #98BF9C.


Opacity

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

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

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

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

This text has shadow with #98BF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BF9C on black background.


Color preview on white background

This text has color #98BF9C on white background.



Black color preview on #98BF9C background

This text has black color on #98BF9C background.


White color preview on #98BF9C background

This text has white color on #98BF9C background.