COLOR #9BB695

HEX: #9BB695 RGB: (155,182,149)

Color info

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

RGB color model

#9BB695 color RGB value is (155,182,149).

RGB: (155,182,149) (61%, 71%, 58%)

RGB channels and saturation

R 155 of 255 = 61%
G 182 of 255 = 71%
B 149 of 255 = 58%

155
182
149

R + G + B ~ 63%. #9BB695 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 182 + 149 = 486 (100%)
R 155 of 486 ~ 31.89%
G 182 of 486 ~ 37.45%
B 149 of 486 ~ 30.66'%

%31.89
%37.45
%30.66

CMYK color model

#9BB695 color CMYK value is (15,0,18,29).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 28.63%

CMYK: (15,0,18,29)
C15M0Y18K29 (15%, 0%, 18%, 29%)
(0.15 / 0.00 / 0.18 / 0.29)

CMYK percentages

%14.84
%0
%18.13
%28.63

Codes

Color #9BB695 in popluar color models

9B B6 95
RGB 155 182 149
HSL 109° 18.44% 64.90%
HSB/HSV 109° 18.13% 71.37%
CMYK 14.84% 0.00% 18.13%
28.63%

Color #9BB695 in popluar number systems.

HEX 9B B6 95
Decimal 155 182 149
Binary 10011011 10110110 10010101
Octal 233 266 225

Shades and tints

Shades of #9BB695

#9BB695
(155,182,149)
#8DA688
(141,166,136)
#7F967B
(127,150,123)
#71866E
(113,134,110)
#637661
(99,118,97)
#556654
(85,102,84)
#475647
(71,86,71)
#39463A
(57,70,58)
#2B362D
(43,54,45)
#1D2620
(29,38,32)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #9BB695

#9BB695
(155,182,149)
#A4BC9E
(164,188,158)
#ADC2A7
(173,194,167)
#B6C8B0
(182,200,176)
#BFCEB9
(191,206,185)
#C8D4C2
(200,212,194)
#D1DACB
(209,218,203)
#DAE0D4
(218,224,212)
#E3E6DD
(227,230,221)
#ECECE6
(236,236,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB695 color. Also use rgb(155,182,149) instead hex code.

Text Font Color

.myTextColor { color: #9BB695; }

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

This text font color is #9BB695.

Background Color

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

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

This div background color is #9BB695.

Border color

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

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

This div border color is #9BB695.

Opacity

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

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

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

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

This text has shadow with #9BB695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB695.

Preview

Color preview on black background

This text has color #9BB695 on black background.


Color preview on white background

This text has color #9BB695 on white background.


Black color preview on #9BB695 background

This text has black color on #9BB695 background.


White color preview on #9BB695 background

This text has white color on #9BB695 background.


Related colors

Complementary color

Complementary color for #hex is #64496A.


I love getcolorcode.com

Triadic colors

1 #959BB6 and #B6959B with #9BB695 are triadic colors.

2 #95B69B and #B69B95 with #9BB695 are triadic colors.