COLOR #9BA199

HEX: #9BA199
RGB: (155,161,153)

Color info

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

RGB color model

#9BA199 color RGB value is (155,161,153).

  • red value is 155;
  • green value is 161;
  • blue value is 153.
RGB:
(155,161,153)
(61%,63%,60%)

RGB channels and saturation

R 155 of 255 = 61%
G 161 of 255 = 63%
B 153 of 255 = 60%

155
161
153

R + G + B ~ 61%. #9BA199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 161 + 153 = 469 (100%)
R 155 of 469 ~ 33.05%
G 161 of 469 ~ 34.33%
B 153 of 469 ~ 32.62%

%33.05
%34.33
%32.62

CMYK color model

#9BA199 color CMYK value is (4,0,5,37).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(4,0,5,37)
C4M0Y5K37 
(4%,0%,5%,37%)
(0.04/0.00/0.05/0.37)	

CMYK percentages

%3.73
%0
%4.97
%36.86

Codes

Color #9BA199 in popluar color models

9BA199
RGB155161153
HSL105°4.08%61.57%
HSB/HSV105°4.97%63.14%
CMYK3.73%0.00%4.97%
36.86%

Color #9BA199 in popluar number systems.

HEX9BA199
Decimal155161153
Binary100110111010000110011001
Octal233241231

Shades and tints

Shades of #9BA199

#9BA199
(155,161,153)
#8D938C
(141,147,140)
#7F857F
(127,133,127)
#717772
(113,119,114)
#636965
(99,105,101)
#555B58
(85,91,88)
#474D4B
(71,77,75)
#393F3E
(57,63,62)
#2B3131
(43,49,49)
#1D2324
(29,35,36)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #9BA199

#9BA199
(155,161,153)
#A4A9A2
(164,169,162)
#ADB1AB
(173,177,171)
#B6B9B4
(182,185,180)
#BFC1BD
(191,193,189)
#C8C9C6
(200,201,198)
#D1D1CF
(209,209,207)
#DAD9D8
(218,217,216)
#E3E1E1
(227,225,225)
#ECE9EA
(236,233,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA199 color. Also use rgb(155,161,153) instead hex code.

Text Font Color

.myTextColor { color: #9BA199; }

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

This text font color is #9BA199.


Background Color

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

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

This div background color is #9BA199.


Border color

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

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

This div border color is #9BA199.


Opacity

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

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

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

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

This text has shadow with #9BA199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA199 on black background.


Color preview on white background

This text has color #9BA199 on white background.



Black color preview on #9BA199 background

This text has black color on #9BA199 background.


White color preview on #9BA199 background

This text has white color on #9BA199 background.