COLOR #98B891

HEX: #98B891 RGB: (152,184,145)

Color info

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

RGB color model

#98B891 color RGB value is (152,184,145).

RGB: (152,184,145) (60%, 72%, 57%)

RGB channels and saturation

R 152 of 255 = 60%
G 184 of 255 = 72%
B 145 of 255 = 57%

152
184
145

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

Portions of RGB colors in percentages

R + G + B = 152 + 184 + 145 = 481 (100%)
R 152 of 481 ~ 31.6%
G 184 of 481 ~ 38.25%
B 145 of 481 ~ 30.15'%

%31.6
%38.25
%30.15

CMYK color model

#98B891 color CMYK value is (17,0,21,28).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 27.84%

CMYK: (17,0,21,28)
C17M0Y21K28 (17%, 0%, 21%, 28%)
(0.17 / 0.00 / 0.21 / 0.28)

CMYK percentages

%17.39
%0
%21.2
%27.84

Codes

Color #98B891 in popluar color models

98 B8 91
RGB 152 184 145
HSL 109° 21.55% 64.51%
HSB/HSV 109° 21.20% 72.16%
CMYK 17.39% 0.00% 21.20%
27.84%

Color #98B891 in popluar number systems.

HEX 98 B8 91
Decimal 152 184 145
Binary 10011000 10111000 10010001
Octal 230 270 221

Shades and tints

Shades of #98B891

#98B891
(152,184,145)
#8BA884
(139,168,132)
#7E9877
(126,152,119)
#71886A
(113,136,106)
#64785D
(100,120,93)
#576850
(87,104,80)
#4A5843
(74,88,67)
#3D4836
(61,72,54)
#303829
(48,56,41)
#23281C
(35,40,28)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #98B891

#98B891
(152,184,145)
#A1BE9B
(161,190,155)
#AAC4A5
(170,196,165)
#B3CAAF
(179,202,175)
#BCD0B9
(188,208,185)
#C5D6C3
(197,214,195)
#CEDCCD
(206,220,205)
#D7E2D7
(215,226,215)
#E0E8E1
(224,232,225)
#E9EEEB
(233,238,235)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B891 color. Also use rgb(152,184,145) instead hex code.

Text Font Color

.myTextColor { color: #98B891; }

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

This text font color is #98B891.

Background Color

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

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

This div background color is #98B891.

Border color

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

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

This div border color is #98B891.

Opacity

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

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

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

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

This text has shadow with #98B891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B891.

Preview

Color preview on black background

This text has color #98B891 on black background.


Color preview on white background

This text has color #98B891 on white background.


Black color preview on #98B891 background

This text has black color on #98B891 background.


White color preview on #98B891 background

This text has white color on #98B891 background.


Related colors

Complementary color

Complementary color for #hex is #67476E.


I love getcolorcode.com

Triadic colors

1 #9198B8 and #B89198 with #98B891 are triadic colors.

2 #91B898 and #B89891 with #98B891 are triadic colors.