COLOR #9CB088

HEX: #9CB088 RGB: (156,176,136)

Color info

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

RGB color model

#9CB088 color RGB value is (156,176,136).

RGB: (156,176,136) (61%, 69%, 53%)

RGB channels and saturation

R 156 of 255 = 61%
G 176 of 255 = 69%
B 136 of 255 = 53%

156
176
136

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

Portions of RGB colors in percentages

R + G + B = 156 + 176 + 136 = 468 (100%)
R 156 of 468 ~ 33.33%
G 176 of 468 ~ 37.61%
B 136 of 468 ~ 29.06'%

%33.33
%37.61
%29.06

CMYK color model

#9CB088 color CMYK value is (11,0,23,31).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 30.98%

CMYK: (11,0,23,31)
C11M0Y23K31 (11%, 0%, 23%, 31%)
(0.11 / 0.00 / 0.23 / 0.31)

CMYK percentages

%11.36
%0
%22.73
%30.98

Codes

Color #9CB088 in popluar color models

9C B0 88
RGB 156 176 136
HSL 90° 20.20% 61.18%
HSB/HSV 90° 22.73% 69.02%
CMYK 11.36% 0.00% 22.73%
30.98%

Color #9CB088 in popluar number systems.

HEX 9C B0 88
Decimal 156 176 136
Binary 10011100 10110000 10001000
Octal 234 260 210

Shades and tints

Shades of #9CB088

#9CB088
(156,176,136)
#8EA07C
(142,160,124)
#809070
(128,144,112)
#728064
(114,128,100)
#647058
(100,112,88)
#56604C
(86,96,76)
#485040
(72,80,64)
#3A4034
(58,64,52)
#2C3028
(44,48,40)
#1E201C
(30,32,28)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #9CB088

#9CB088
(156,176,136)
#A5B792
(165,183,146)
#AEBE9C
(174,190,156)
#B7C5A6
(183,197,166)
#C0CCB0
(192,204,176)
#C9D3BA
(201,211,186)
#D2DAC4
(210,218,196)
#DBE1CE
(219,225,206)
#E4E8D8
(228,232,216)
#EDEFE2
(237,239,226)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB088 color. Also use rgb(156,176,136) instead hex code.

Text Font Color

.myTextColor { color: #9CB088; }

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

This text font color is #9CB088.

Background Color

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

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

This div background color is #9CB088.

Border color

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

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

This div border color is #9CB088.

Opacity

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

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

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

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

This text has shadow with #9CB088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB088.

Preview

Color preview on black background

This text has color #9CB088 on black background.


Color preview on white background

This text has color #9CB088 on white background.


Black color preview on #9CB088 background

This text has black color on #9CB088 background.


White color preview on #9CB088 background

This text has white color on #9CB088 background.


Related colors

Complementary color

Complementary color for #hex is #634F77.


I love getcolorcode.com

Triadic colors

1 #889CB0 and #B0889C with #9CB088 are triadic colors.

2 #88B09C and #B09C88 with #9CB088 are triadic colors.