COLOR #9BAF95

HEX: #9BAF95
RGB: (155,175,149)

Color info

#9BAF95 contains red, green and blue colors in about the same proportion. Web safe color of #9BAF95 is #999999 (or #999).

RGB color model

#9BAF95 color RGB value is (155,175,149).

  • red value is 155;
  • green value is 175;
  • blue value is 149.
RGB:
(155,175,149)
(61%,69%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 175 of 255 = 69%
B 149 of 255 = 58%

155
175
149

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

Portions of RGB colors in percentages

R + G + B =
155 + 175 + 149 = 479 (100%)
R 155 of 479 ~ 32.36%
G 175 of 479 ~ 36.53%
B 149 of 479 ~ 31.11%

%32.36
%36.53
%31.11

CMYK color model

#9BAF95 color CMYK value is (11,0,15,31).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(11,0,15,31)
C11M0Y15K31 
(11%,0%,15%,31%)
(0.11/0.00/0.15/0.31)	

CMYK percentages

%11.43
%0
%14.86
%31.37

Codes

Color #9BAF95 in popluar color models

9BAF95
RGB155175149
HSL106°13.98%63.53%
HSB/HSV106°14.86%68.63%
CMYK11.43%0.00%14.86%
31.37%

Color #9BAF95 in popluar number systems.

HEX9BAF95
Decimal155175149
Binary100110111010111110010101
Octal233257225

Shades and tints

Shades of #9BAF95

#9BAF95
(155,175,149)
#8DA088
(141,160,136)
#7F917B
(127,145,123)
#71826E
(113,130,110)
#637361
(99,115,97)
#556454
(85,100,84)
#475547
(71,85,71)
#39463A
(57,70,58)
#2B372D
(43,55,45)
#1D2820
(29,40,32)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #9BAF95

#9BAF95
(155,175,149)
#A4B69E
(164,182,158)
#ADBDA7
(173,189,167)
#B6C4B0
(182,196,176)
#BFCBB9
(191,203,185)
#C8D2C2
(200,210,194)
#D1D9CB
(209,217,203)
#DAE0D4
(218,224,212)
#E3E7DD
(227,231,221)
#ECEEE6
(236,238,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAF95; }

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

This text font color is #9BAF95.


Background Color

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

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

This div background color is #9BAF95.


Border color

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

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

This div border color is #9BAF95.


Opacity

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

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

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

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

This text has shadow with #9BAF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAF95 on black background.


Color preview on white background

This text has color #9BAF95 on white background.



Black color preview on #9BAF95 background

This text has black color on #9BAF95 background.


White color preview on #9BAF95 background

This text has white color on #9BAF95 background.