COLOR #9BBC98

HEX: #9BBC98 RGB: (155,188,152)

Color info

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

RGB color model

#9BBC98 color RGB value is (155,188,152).

RGB: (155,188,152) (61%, 74%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 152 of 255 = 60%

155
188
152

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

Portions of RGB colors in percentages

R + G + B = 155 + 188 + 152 = 495 (100%)
R 155 of 495 ~ 31.31%
G 188 of 495 ~ 37.98%
B 152 of 495 ~ 30.71'%

%31.31
%37.98
%30.71

CMYK color model

#9BBC98 color CMYK value is (18,0,19,26).

  • cyan value is 17.55%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 26.27%

CMYK: (18,0,19,26)
C18M0Y19K26 (18%, 0%, 19%, 26%)
(0.18 / 0.00 / 0.19 / 0.26)

CMYK percentages

%17.55
%0
%19.15
%26.27

Codes

Color #9BBC98 in popluar color models

9B BC 98
RGB 155 188 152
HSL 115° 21.18% 66.67%
HSB/HSV 115° 19.15% 73.73%
CMYK 17.55% 0.00% 19.15%
26.27%

Color #9BBC98 in popluar number systems.

HEX 9B BC 98
Decimal 155 188 152
Binary 10011011 10111100 10011000
Octal 233 274 230

Shades and tints

Shades of #9BBC98

#9BBC98
(155,188,152)
#8DAB8B
(141,171,139)
#7F9A7E
(127,154,126)
#718971
(113,137,113)
#637864
(99,120,100)
#556757
(85,103,87)
#47564A
(71,86,74)
#39453D
(57,69,61)
#2B3430
(43,52,48)
#1D2323
(29,35,35)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #9BBC98

#9BBC98
(155,188,152)
#A4C2A1
(164,194,161)
#ADC8AA
(173,200,170)
#B6CEB3
(182,206,179)
#BFD4BC
(191,212,188)
#C8DAC5
(200,218,197)
#D1E0CE
(209,224,206)
#DAE6D7
(218,230,215)
#E3ECE0
(227,236,224)
#ECF2E9
(236,242,233)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBC98; }

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

This text font color is #9BBC98.

Background Color

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

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

This div background color is #9BBC98.

Border color

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

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

This div border color is #9BBC98.

Opacity

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

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

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

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

This text has shadow with #9BBC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBC98.

Preview

Color preview on black background

This text has color #9BBC98 on black background.


Color preview on white background

This text has color #9BBC98 on white background.


Black color preview on #9BBC98 background

This text has black color on #9BBC98 background.


White color preview on #9BBC98 background

This text has white color on #9BBC98 background.


Related colors

Complementary color

Complementary color for #hex is #644367.


I love getcolorcode.com

Triadic colors

1 #989BBC and #BC989B with #9BBC98 are triadic colors.

2 #98BC9B and #BC9B98 with #9BBC98 are triadic colors.