COLOR #9BBE9D

HEX: #9BBE9D RGB: (155,190,157)

Color info

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

RGB color model

#9BBE9D color RGB value is (155,190,157).

RGB: (155,190,157) (61%, 75%, 62%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 157 of 255 = 62%

155
190
157

R + G + B ~ 66%. #9BBE9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 157 = 502 (100%)
R 155 of 502 ~ 30.88%
G 190 of 502 ~ 37.85%
B 157 of 502 ~ 31.27'%

%30.88
%37.85
%31.27

CMYK color model

#9BBE9D color CMYK value is (18,0,17,25).

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

CMYK: (18,0,17,25)
C18M0Y17K25 (18%, 0%, 17%, 25%)
(0.18 / 0.00 / 0.17 / 0.25)

CMYK percentages

%18.42
%0
%17.37
%25.49

Codes

Color #9BBE9D in popluar color models

9B BE 9D
RGB 155 190 157
HSL 123° 21.21% 67.65%
HSB/HSV 123° 18.42% 74.51%
CMYK 18.42% 0.00% 17.37%
25.49%

Color #9BBE9D in popluar number systems.

HEX 9B BE 9D
Decimal 155 190 157
Binary 10011011 10111110 10011101
Octal 233 276 235

Shades and tints

Shades of #9BBE9D

#9BBE9D
(155,190,157)
#8DAD8F
(141,173,143)
#7F9C81
(127,156,129)
#718B73
(113,139,115)
#637A65
(99,122,101)
#556957
(85,105,87)
#475849
(71,88,73)
#39473B
(57,71,59)
#2B362D
(43,54,45)
#1D251F
(29,37,31)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9BBE9D

#9BBE9D
(155,190,157)
#A4C3A5
(164,195,165)
#ADC8AD
(173,200,173)
#B6CDB5
(182,205,181)
#BFD2BD
(191,210,189)
#C8D7C5
(200,215,197)
#D1DCCD
(209,220,205)
#DAE1D5
(218,225,213)
#E3E6DD
(227,230,221)
#ECEBE5
(236,235,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBE9D; }

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

This text font color is #9BBE9D.

Background Color

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

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

This div background color is #9BBE9D.

Border color

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

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

This div border color is #9BBE9D.

Opacity

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

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

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

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

This text has shadow with #9BBE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBE9D.

Preview

Color preview on black background

This text has color #9BBE9D on black background.


Color preview on white background

This text has color #9BBE9D on white background.


Black color preview on #9BBE9D background

This text has black color on #9BBE9D background.


White color preview on #9BBE9D background

This text has white color on #9BBE9D background.


Related colors

Complementary color

Complementary color for #hex is #644162.


I love getcolorcode.com

Triadic colors

1 #9D9BBE and #BE9D9B with #9BBE9D are triadic colors.

2 #9DBE9B and #BE9B9D with #9BBE9D are triadic colors.