COLOR #98B89B

HEX: #98B89B
RGB: (152,184,155)

Color info

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

RGB color model

#98B89B color RGB value is (152,184,155).

  • red value is 152;
  • green value is 184;
  • blue value is 155.
RGB:
(152,184,155)
(60%,72%,61%)

RGB channels and saturation

R 152 of 255 = 60%
G 184 of 255 = 72%
B 155 of 255 = 61%

152
184
155

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

Portions of RGB colors in percentages

R + G + B =
152 + 184 + 155 = 491 (100%)
R 152 of 491 ~ 30.96%
G 184 of 491 ~ 37.47%
B 155 of 491 ~ 31.57%

%30.96
%37.47
%31.57

CMYK color model

#98B89B color CMYK value is (17,0,16,28).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 27.84%
CMYK:
(17,0,16,28)
C17M0Y16K28 
(17%,0%,16%,28%)
(0.17/0.00/0.16/0.28)	

CMYK percentages

%17.39
%0
%15.76
%27.84

Codes

Color #98B89B in popluar color models

98B89B
RGB152184155
HSL126°18.39%65.88%
HSB/HSV126°17.39%72.16%
CMYK17.39%0.00%15.76%
27.84%

Color #98B89B in popluar number systems.

HEX98B89B
Decimal152184155
Binary100110001011100010011011
Octal230270233

Shades and tints

Shades of #98B89B

#98B89B
(152,184,155)
#8BA88D
(139,168,141)
#7E987F
(126,152,127)
#718871
(113,136,113)
#647863
(100,120,99)
#576855
(87,104,85)
#4A5847
(74,88,71)
#3D4839
(61,72,57)
#30382B
(48,56,43)
#23281D
(35,40,29)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #98B89B

#98B89B
(152,184,155)
#A1BEA4
(161,190,164)
#AAC4AD
(170,196,173)
#B3CAB6
(179,202,182)
#BCD0BF
(188,208,191)
#C5D6C8
(197,214,200)
#CEDCD1
(206,220,209)
#D7E2DA
(215,226,218)
#E0E8E3
(224,232,227)
#E9EEEC
(233,238,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B89B; }

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

This text font color is #98B89B.


Background Color

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

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

This div background color is #98B89B.


Border color

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

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

This div border color is #98B89B.


Opacity

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

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

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

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

This text has shadow with #98B89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B89B on black background.


Color preview on white background

This text has color #98B89B on white background.



Black color preview on #98B89B background

This text has black color on #98B89B background.


White color preview on #98B89B background

This text has white color on #98B89B background.