COLOR #9BBE97

HEX: #9BBE97 RGB: (155,190,151)

Color info

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

RGB color model

#9BBE97 color RGB value is (155,190,151).

RGB: (155,190,151) (61%, 75%, 59%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 151 of 255 = 59%

155
190
151

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

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 151 = 496 (100%)
R 155 of 496 ~ 31.25%
G 190 of 496 ~ 38.31%
B 151 of 496 ~ 30.44'%

%31.25
%38.31
%30.44

CMYK color model

#9BBE97 color CMYK value is (18,0,21,25).

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

CMYK: (18,0,21,25)
C18M0Y21K25 (18%, 0%, 21%, 25%)
(0.18 / 0.00 / 0.21 / 0.25)

CMYK percentages

%18.42
%0
%20.53
%25.49

Codes

Color #9BBE97 in popluar color models

9B BE 97
RGB 155 190 151
HSL 114° 23.08% 66.86%
HSB/HSV 114° 20.53% 74.51%
CMYK 18.42% 0.00% 20.53%
25.49%

Color #9BBE97 in popluar number systems.

HEX 9B BE 97
Decimal 155 190 151
Binary 10011011 10111110 10010111
Octal 233 276 227

Shades and tints

Shades of #9BBE97

#9BBE97
(155,190,151)
#8DAD8A
(141,173,138)
#7F9C7D
(127,156,125)
#718B70
(113,139,112)
#637A63
(99,122,99)
#556956
(85,105,86)
#475849
(71,88,73)
#39473C
(57,71,60)
#2B362F
(43,54,47)
#1D2522
(29,37,34)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #9BBE97

#9BBE97
(155,190,151)
#A4C3A0
(164,195,160)
#ADC8A9
(173,200,169)
#B6CDB2
(182,205,178)
#BFD2BB
(191,210,187)
#C8D7C4
(200,215,196)
#D1DCCD
(209,220,205)
#DAE1D6
(218,225,214)
#E3E6DF
(227,230,223)
#ECEBE8
(236,235,232)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBE97; }

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

This text font color is #9BBE97.

Background Color

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

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

This div background color is #9BBE97.

Border color

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

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

This div border color is #9BBE97.

Opacity

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

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

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

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

This text has shadow with #9BBE97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBE97.

Preview

Color preview on black background

This text has color #9BBE97 on black background.


Color preview on white background

This text has color #9BBE97 on white background.


Black color preview on #9BBE97 background

This text has black color on #9BBE97 background.


White color preview on #9BBE97 background

This text has white color on #9BBE97 background.


Related colors

Complementary color

Complementary color for #hex is #644168.


I love getcolorcode.com

Triadic colors

1 #979BBE and #BE979B with #9BBE97 are triadic colors.

2 #97BE9B and #BE9B97 with #9BBE97 are triadic colors.