COLOR #9BA880

HEX: #9BA880 RGB: (155,168,128)

Color info

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

RGB color model

#9BA880 color RGB value is (155,168,128).

RGB: (155,168,128) (61%, 66%, 50%)

RGB channels and saturation

R 155 of 255 = 61%
G 168 of 255 = 66%
B 128 of 255 = 50%

155
168
128

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

Portions of RGB colors in percentages

R + G + B = 155 + 168 + 128 = 451 (100%)
R 155 of 451 ~ 34.37%
G 168 of 451 ~ 37.25%
B 128 of 451 ~ 28.38'%

%34.37
%37.25
%28.38

CMYK color model

#9BA880 color CMYK value is (8,0,24,34).

  • cyan value is 7.74%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 34.12%

CMYK: (8,0,24,34)
C8M0Y24K34 (8%, 0%, 24%, 34%)
(0.08 / 0.00 / 0.24 / 0.34)

CMYK percentages

%7.74
%0
%23.81
%34.12

Codes

Color #9BA880 in popluar color models

9B A8 80
RGB 155 168 128
HSL 80° 18.69% 58.04%
HSB/HSV 80° 23.81% 65.88%
CMYK 7.74% 0.00% 23.81%
34.12%

Color #9BA880 in popluar number systems.

HEX 9B A8 80
Decimal 155 168 128
Binary 10011011 10101000 10000000
Octal 233 250 200

Shades and tints

Shades of #9BA880

#9BA880
(155,168,128)
#8D9975
(141,153,117)
#7F8A6A
(127,138,106)
#717B5F
(113,123,95)
#636C54
(99,108,84)
#555D49
(85,93,73)
#474E3E
(71,78,62)
#393F33
(57,63,51)
#2B3028
(43,48,40)
#1D211D
(29,33,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #9BA880

#9BA880
(155,168,128)
#A4AF8B
(164,175,139)
#ADB696
(173,182,150)
#B6BDA1
(182,189,161)
#BFC4AC
(191,196,172)
#C8CBB7
(200,203,183)
#D1D2C2
(209,210,194)
#DAD9CD
(218,217,205)
#E3E0D8
(227,224,216)
#ECE7E3
(236,231,227)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA880 color. Also use rgb(155,168,128) instead hex code.

Text Font Color

.myTextColor { color: #9BA880; }

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

This text font color is #9BA880.

Background Color

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

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

This div background color is #9BA880.

Border color

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

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

This div border color is #9BA880.

Opacity

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

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

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

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

This text has shadow with #9BA880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA880.

Preview

Color preview on black background

This text has color #9BA880 on black background.


Color preview on white background

This text has color #9BA880 on white background.


Black color preview on #9BA880 background

This text has black color on #9BA880 background.


White color preview on #9BA880 background

This text has white color on #9BA880 background.


Related colors

Complementary color

Complementary color for #hex is #64577F.


I love getcolorcode.com

Triadic colors

1 #809BA8 and #A8809B with #9BA880 are triadic colors.

2 #80A89B and #A89B80 with #9BA880 are triadic colors.