COLOR #98B190

HEX: #98B190 RGB: (152,177,144)

Color info

#98B190 contains red, green and blue colors in about the same proportion. Web safe color of #98B190 is #999999 (or #999).

RGB color model

#98B190 color RGB value is (152,177,144).

RGB: (152,177,144) (60%, 69%, 56%)

RGB channels and saturation

R 152 of 255 = 60%
G 177 of 255 = 69%
B 144 of 255 = 56%

152
177
144

R + G + B ~ 62%. #98B190 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 177 + 144 = 473 (100%)
R 152 of 473 ~ 32.14%
G 177 of 473 ~ 37.42%
B 144 of 473 ~ 30.44'%

%32.14
%37.42
%30.44

CMYK color model

#98B190 color CMYK value is (14,0,19,31).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%

CMYK: (14,0,19,31)
C14M0Y19K31 (14%, 0%, 19%, 31%)
(0.14 / 0.00 / 0.19 / 0.31)

CMYK percentages

%14.12
%0
%18.64
%30.59

Codes

Color #98B190 in popluar color models

98 B1 90
RGB 152 177 144
HSL 105° 17.46% 62.94%
HSB/HSV 105° 18.64% 69.41%
CMYK 14.12% 0.00% 18.64%
30.59%

Color #98B190 in popluar number systems.

HEX 98 B1 90
Decimal 152 177 144
Binary 10011000 10110001 10010000
Octal 230 261 220

Shades and tints

Shades of #98B190

#98B190
(152,177,144)
#8BA183
(139,161,131)
#7E9176
(126,145,118)
#718169
(113,129,105)
#64715C
(100,113,92)
#57614F
(87,97,79)
#4A5142
(74,81,66)
#3D4135
(61,65,53)
#303128
(48,49,40)
#23211B
(35,33,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #98B190

#98B190
(152,177,144)
#A1B89A
(161,184,154)
#AABFA4
(170,191,164)
#B3C6AE
(179,198,174)
#BCCDB8
(188,205,184)
#C5D4C2
(197,212,194)
#CEDBCC
(206,219,204)
#D7E2D6
(215,226,214)
#E0E9E0
(224,233,224)
#E9F0EA
(233,240,234)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B190 color. Also use rgb(152,177,144) instead hex code.

Text Font Color

.myTextColor { color: #98B190; }

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

This text font color is #98B190.

Background Color

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

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

This div background color is #98B190.

Border color

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

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

This div border color is #98B190.

Opacity

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

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

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

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

This text has shadow with #98B190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B190.

Preview

Color preview on black background

This text has color #98B190 on black background.


Color preview on white background

This text has color #98B190 on white background.


Black color preview on #98B190 background

This text has black color on #98B190 background.


White color preview on #98B190 background

This text has white color on #98B190 background.


Related colors

Complementary color

Complementary color for #hex is #674E6F.


I love getcolorcode.com

Triadic colors

1 #9098B1 and #B19098 with #98B190 are triadic colors.

2 #90B198 and #B19890 with #98B190 are triadic colors.