COLOR #9BAF7E

HEX: #9BAF7E RGB: (155,175,126)

Color info

#9BAF7E contains red, green and blue colors in about the same proportion. Web safe color of #9BAF7E is #999966 (or #996).

RGB color model

#9BAF7E color RGB value is (155,175,126).

RGB: (155,175,126) (61%, 69%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 175 of 255 = 69%
B 126 of 255 = 49%

155
175
126

R + G + B ~ 60%. #9BAF7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 175 + 126 = 456 (100%)
R 155 of 456 ~ 33.99%
G 175 of 456 ~ 38.38%
B 126 of 456 ~ 27.63'%

%33.99
%38.38
%27.63

CMYK color model

#9BAF7E color CMYK value is (11,0,28,31).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 31.37%

CMYK: (11,0,28,31)
C11M0Y28K31 (11%, 0%, 28%, 31%)
(0.11 / 0.00 / 0.28 / 0.31)

CMYK percentages

%11.43
%0
%28
%31.37

Codes

Color #9BAF7E in popluar color models

9B AF 7E
RGB 155 175 126
HSL 84° 23.44% 59.02%
HSB/HSV 84° 28.00% 68.63%
CMYK 11.43% 0.00% 28.00%
31.37%

Color #9BAF7E in popluar number systems.

HEX 9B AF 7E
Decimal 155 175 126
Binary 10011011 10101111 1111110
Octal 233 257 176

Shades and tints

Shades of #9BAF7E

#9BAF7E
(155,175,126)
#8DA073
(141,160,115)
#7F9168
(127,145,104)
#71825D
(113,130,93)
#637352
(99,115,82)
#556447
(85,100,71)
#47553C
(71,85,60)
#394631
(57,70,49)
#2B3726
(43,55,38)
#1D281B
(29,40,27)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #9BAF7E

#9BAF7E
(155,175,126)
#A4B689
(164,182,137)
#ADBD94
(173,189,148)
#B6C49F
(182,196,159)
#BFCBAA
(191,203,170)
#C8D2B5
(200,210,181)
#D1D9C0
(209,217,192)
#DAE0CB
(218,224,203)
#E3E7D6
(227,231,214)
#ECEEE1
(236,238,225)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAF7E; }

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

This text font color is #9BAF7E.

Background Color

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

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

This div background color is #9BAF7E.

Border color

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

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

This div border color is #9BAF7E.

Opacity

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

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

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

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

This text has shadow with #9BAF7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAF7E.

Preview

Color preview on black background

This text has color #9BAF7E on black background.


Color preview on white background

This text has color #9BAF7E on white background.


Black color preview on #9BAF7E background

This text has black color on #9BAF7E background.


White color preview on #9BAF7E background

This text has white color on #9BAF7E background.


Related colors

Complementary color

Complementary color for #hex is #645081.


I love getcolorcode.com

Triadic colors

1 #7E9BAF and #AF7E9B with #9BAF7E are triadic colors.

2 #7EAF9B and #AF9B7E with #9BAF7E are triadic colors.