COLOR #9BB898

HEX: #9BB898
RGB: (155,184,152)

Color info

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

RGB color model

#9BB898 color RGB value is (155,184,152).

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

RGB channels and saturation

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

155
184
152

R + G + B ~ 64%. #9BB898 is quite light color.

Portions of RGB colors in percentages

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

%31.57
%37.47
%30.96

CMYK color model

#9BB898 color CMYK value is (16,0,17,28).

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

CMYK percentages

%15.76
%0
%17.39
%27.84

Codes

Color #9BB898 in popluar color models

9BB898
RGB155184152
HSL114°18.39%65.88%
HSB/HSV114°17.39%72.16%
CMYK15.76%0.00%17.39%
27.84%

Color #9BB898 in popluar number systems.

HEX9BB898
Decimal155184152
Binary100110111011100010011000
Octal233270230

Shades and tints

Shades of #9BB898

#9BB898
(155,184,152)
#8DA88B
(141,168,139)
#7F987E
(127,152,126)
#718871
(113,136,113)
#637864
(99,120,100)
#556857
(85,104,87)
#47584A
(71,88,74)
#39483D
(57,72,61)
#2B3830
(43,56,48)
#1D2823
(29,40,35)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #9BB898

#9BB898
(155,184,152)
#A4BEA1
(164,190,161)
#ADC4AA
(173,196,170)
#B6CAB3
(182,202,179)
#BFD0BC
(191,208,188)
#C8D6C5
(200,214,197)
#D1DCCE
(209,220,206)
#DAE2D7
(218,226,215)
#E3E8E0
(227,232,224)
#ECEEE9
(236,238,233)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB898; }

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

This text font color is #9BB898.


Background Color

.myBgColor { background-color: #9BB898; }

<div style="background-color:#9BB898">Inner text</div>

This div background color is #9BB898.


Border color

.myBorderColor { border: 1px solid #9BB898; }

<div style="border:3px solid #9BB898">Div</div>

This div border color is #9BB898.


Opacity

.myOpacity80 { color: #9BB898; opacity: 0.8; }

<p style="color:#9BB898;opacity:0.8;">80%</p>

Text with #9BB898 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 #9BB898;}

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

This text has shadow with #9BB898 color.

.textShadow {text-shadow: 3px 3px 1px #9BB898, 3px 3px 1px red;}

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

This text has shadow with #9BB898 primary color and red secondary color.


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

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

This text has shadow with #9BB898 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB898 on black background.


Color preview on white background

This text has color #9BB898 on white background.



Black color preview on #9BB898 background

This text has black color on #9BB898 background.


White color preview on #9BB898 background

This text has white color on #9BB898 background.