COLOR #9BBE98

HEX: #9BBE98 RGB: (155,190,152)

Color info

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

RGB color model

#9BBE98 color RGB value is (155,190,152).

RGB: (155,190,152) (61%, 75%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 152 of 255 = 60%

155
190
152

R + G + B ~ 65%. #9BBE98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 152 = 497 (100%)
R 155 of 497 ~ 31.19%
G 190 of 497 ~ 38.23%
B 152 of 497 ~ 30.58'%

%31.19
%38.23
%30.58

CMYK color model

#9BBE98 color CMYK value is (18,0,20,25).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 25.49%

CMYK: (18,0,20,25)
C18M0Y20K25 (18%, 0%, 20%, 25%)
(0.18 / 0.00 / 0.20 / 0.25)

CMYK percentages

%18.42
%0
%20
%25.49

Codes

Color #9BBE98 in popluar color models

9B BE 98
RGB 155 190 152
HSL 115° 22.62% 67.06%
HSB/HSV 115° 20.00% 74.51%
CMYK 18.42% 0.00% 20.00%
25.49%

Color #9BBE98 in popluar number systems.

HEX 9B BE 98
Decimal 155 190 152
Binary 10011011 10111110 10011000
Octal 233 276 230

Shades and tints

Shades of #9BBE98

#9BBE98
(155,190,152)
#8DAD8B
(141,173,139)
#7F9C7E
(127,156,126)
#718B71
(113,139,113)
#637A64
(99,122,100)
#556957
(85,105,87)
#47584A
(71,88,74)
#39473D
(57,71,61)
#2B3630
(43,54,48)
#1D2523
(29,37,35)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #9BBE98

#9BBE98
(155,190,152)
#A4C3A1
(164,195,161)
#ADC8AA
(173,200,170)
#B6CDB3
(182,205,179)
#BFD2BC
(191,210,188)
#C8D7C5
(200,215,197)
#D1DCCE
(209,220,206)
#DAE1D7
(218,225,215)
#E3E6E0
(227,230,224)
#ECEBE9
(236,235,233)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBE98; }

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

This text font color is #9BBE98.

Background Color

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

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

This div background color is #9BBE98.

Border color

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

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

This div border color is #9BBE98.

Opacity

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

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

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

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

This text has shadow with #9BBE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBE98.

Preview

Color preview on black background

This text has color #9BBE98 on black background.


Color preview on white background

This text has color #9BBE98 on white background.


Black color preview on #9BBE98 background

This text has black color on #9BBE98 background.


White color preview on #9BBE98 background

This text has white color on #9BBE98 background.


Related colors

Complementary color

Complementary color for #hex is #644167.


I love getcolorcode.com

Triadic colors

1 #989BBE and #BE989B with #9BBE98 are triadic colors.

2 #98BE9B and #BE9B98 with #9BBE98 are triadic colors.