COLOR #9BAE85

HEX: #9BAE85 RGB: (155,174,133)

Color info

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

RGB color model

#9BAE85 color RGB value is (155,174,133).

RGB: (155,174,133) (61%, 68%, 52%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 133 of 255 = 52%

155
174
133

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

Portions of RGB colors in percentages

R + G + B = 155 + 174 + 133 = 462 (100%)
R 155 of 462 ~ 33.55%
G 174 of 462 ~ 37.66%
B 133 of 462 ~ 28.79'%

%33.55
%37.66
%28.79

CMYK color model

#9BAE85 color CMYK value is (11,0,24,32).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 31.76%

CMYK: (11,0,24,32)
C11M0Y24K32 (11%, 0%, 24%, 32%)
(0.11 / 0.00 / 0.24 / 0.32)

CMYK percentages

%10.92
%0
%23.56
%31.76

Codes

Color #9BAE85 in popluar color models

9B AE 85
RGB 155 174 133
HSL 88° 20.20% 60.20%
HSB/HSV 88° 23.56% 68.24%
CMYK 10.92% 0.00% 23.56%
31.76%

Color #9BAE85 in popluar number systems.

HEX 9B AE 85
Decimal 155 174 133
Binary 10011011 10101110 10000101
Octal 233 256 205

Shades and tints

Shades of #9BAE85

#9BAE85
(155,174,133)
#8D9F79
(141,159,121)
#7F906D
(127,144,109)
#718161
(113,129,97)
#637255
(99,114,85)
#556349
(85,99,73)
#47543D
(71,84,61)
#394531
(57,69,49)
#2B3625
(43,54,37)
#1D2719
(29,39,25)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #9BAE85

#9BAE85
(155,174,133)
#A4B590
(164,181,144)
#ADBC9B
(173,188,155)
#B6C3A6
(182,195,166)
#BFCAB1
(191,202,177)
#C8D1BC
(200,209,188)
#D1D8C7
(209,216,199)
#DADFD2
(218,223,210)
#E3E6DD
(227,230,221)
#ECEDE8
(236,237,232)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAE85 color. Also use rgb(155,174,133) instead hex code.

Text Font Color

.myTextColor { color: #9BAE85; }

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

This text font color is #9BAE85.

Background Color

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

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

This div background color is #9BAE85.

Border color

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

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

This div border color is #9BAE85.

Opacity

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

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

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

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

This text has shadow with #9BAE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAE85.

Preview

Color preview on black background

This text has color #9BAE85 on black background.


Color preview on white background

This text has color #9BAE85 on white background.


Black color preview on #9BAE85 background

This text has black color on #9BAE85 background.


White color preview on #9BAE85 background

This text has white color on #9BAE85 background.


Related colors

Complementary color

Complementary color for #hex is #64517A.


I love getcolorcode.com

Triadic colors

1 #859BAE and #AE859B with #9BAE85 are triadic colors.

2 #85AE9B and #AE9B85 with #9BAE85 are triadic colors.