COLOR #9BA799

HEX: #9BA799
RGB: (155,167,153)

Color info

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

RGB color model

#9BA799 color RGB value is (155,167,153).

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

RGB channels and saturation

R 155 of 255 = 61%
G 167 of 255 = 65%
B 153 of 255 = 60%

155
167
153

R + G + B ~ 62%. #9BA799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 167 + 153 = 475 (100%)
R 155 of 475 ~ 32.63%
G 167 of 475 ~ 35.16%
B 153 of 475 ~ 32.21%

%32.63
%35.16
%32.21

CMYK color model

#9BA799 color CMYK value is (7,0,8,35).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 34.51%
CMYK:
(7,0,8,35)
C7M0Y8K35 
(7%,0%,8%,35%)
(0.07/0.00/0.08/0.35)	

CMYK percentages

%7.19
%0
%8.38
%34.51

Codes

Color #9BA799 in popluar color models

9BA799
RGB155167153
HSL111°7.37%62.75%
HSB/HSV111°8.38%65.49%
CMYK7.19%0.00%8.38%
34.51%

Color #9BA799 in popluar number systems.

HEX9BA799
Decimal155167153
Binary100110111010011110011001
Octal233247231

Shades and tints

Shades of #9BA799

#9BA799
(155,167,153)
#8D988C
(141,152,140)
#7F897F
(127,137,127)
#717A72
(113,122,114)
#636B65
(99,107,101)
#555C58
(85,92,88)
#474D4B
(71,77,75)
#393E3E
(57,62,62)
#2B2F31
(43,47,49)
#1D2024
(29,32,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #9BA799

#9BA799
(155,167,153)
#A4AFA2
(164,175,162)
#ADB7AB
(173,183,171)
#B6BFB4
(182,191,180)
#BFC7BD
(191,199,189)
#C8CFC6
(200,207,198)
#D1D7CF
(209,215,207)
#DADFD8
(218,223,216)
#E3E7E1
(227,231,225)
#ECEFEA
(236,239,234)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA799; }

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

This text font color is #9BA799.


Background Color

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

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

This div background color is #9BA799.


Border color

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

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

This div border color is #9BA799.


Opacity

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

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

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

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

This text has shadow with #9BA799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA799 on black background.


Color preview on white background

This text has color #9BA799 on white background.



Black color preview on #9BA799 background

This text has black color on #9BA799 background.


White color preview on #9BA799 background

This text has white color on #9BA799 background.