COLOR #98B693

HEX: #98B693 RGB: (152,182,147)

Color info

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

RGB color model

#98B693 color RGB value is (152,182,147).

RGB: (152,182,147) (60%, 71%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 182 of 255 = 71%
B 147 of 255 = 58%

152
182
147

R + G + B ~ 63%. #98B693 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 182 + 147 = 481 (100%)
R 152 of 481 ~ 31.6%
G 182 of 481 ~ 37.84%
B 147 of 481 ~ 30.56'%

%31.6
%37.84
%30.56

CMYK color model

#98B693 color CMYK value is (16,0,19,29).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 28.63%

CMYK: (16,0,19,29)
C16M0Y19K29 (16%, 0%, 19%, 29%)
(0.16 / 0.00 / 0.19 / 0.29)

CMYK percentages

%16.48
%0
%19.23
%28.63

Codes

Color #98B693 in popluar color models

98 B6 93
RGB 152 182 147
HSL 111° 19.34% 64.51%
HSB/HSV 111° 19.23% 71.37%
CMYK 16.48% 0.00% 19.23%
28.63%

Color #98B693 in popluar number systems.

HEX 98 B6 93
Decimal 152 182 147
Binary 10011000 10110110 10010011
Octal 230 266 223

Shades and tints

Shades of #98B693

#98B693
(152,182,147)
#8BA686
(139,166,134)
#7E9679
(126,150,121)
#71866C
(113,134,108)
#64765F
(100,118,95)
#576652
(87,102,82)
#4A5645
(74,86,69)
#3D4638
(61,70,56)
#30362B
(48,54,43)
#23261E
(35,38,30)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #98B693

#98B693
(152,182,147)
#A1BC9C
(161,188,156)
#AAC2A5
(170,194,165)
#B3C8AE
(179,200,174)
#BCCEB7
(188,206,183)
#C5D4C0
(197,212,192)
#CEDAC9
(206,218,201)
#D7E0D2
(215,224,210)
#E0E6DB
(224,230,219)
#E9ECE4
(233,236,228)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B693; }

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

This text font color is #98B693.

Background Color

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

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

This div background color is #98B693.

Border color

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

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

This div border color is #98B693.

Opacity

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

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

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

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

This text has shadow with #98B693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B693.

Preview

Color preview on black background

This text has color #98B693 on black background.


Color preview on white background

This text has color #98B693 on white background.


Black color preview on #98B693 background

This text has black color on #98B693 background.


White color preview on #98B693 background

This text has white color on #98B693 background.


Related colors

Complementary color

Complementary color for #hex is #67496C.


I love getcolorcode.com

Triadic colors

1 #9398B6 and #B69398 with #98B693 are triadic colors.

2 #93B698 and #B69893 with #98B693 are triadic colors.