COLOR #9BBCA8

HEX: #9BBCA8 RGB: (155,188,168)

Color info

#9BBCA8 contains red, green and blue colors in about the same proportion. Web safe color of #9BBCA8 is #99CC99 (or #9C9).

RGB color model

#9BBCA8 color RGB value is (155,188,168).

RGB: (155,188,168) (61%, 74%, 66%)

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 168 of 255 = 66%

155
188
168

R + G + B ~ 67%. #9BBCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 188 + 168 = 511 (100%)
R 155 of 511 ~ 30.33%
G 188 of 511 ~ 36.79%
B 168 of 511 ~ 32.88'%

%30.33
%36.79
%32.88

CMYK color model

#9BBCA8 color CMYK value is (18,0,11,26).

  • cyan value is 17.55%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 26.27%

CMYK: (18,0,11,26)
C18M0Y11K26 (18%, 0%, 11%, 26%)
(0.18 / 0.00 / 0.11 / 0.26)

CMYK percentages

%17.55
%0
%10.64
%26.27

Codes

Color #9BBCA8 in popluar color models

9B BC A8
RGB 155 188 168
HSL 144° 19.76% 67.25%
HSB/HSV 144° 17.55% 73.73%
CMYK 17.55% 0.00% 10.64%
26.27%

Color #9BBCA8 in popluar number systems.

HEX 9B BC A8
Decimal 155 188 168
Binary 10011011 10111100 10101000
Octal 233 274 250

Shades and tints

Shades of #9BBCA8

#9BBCA8
(155,188,168)
#8DAB99
(141,171,153)
#7F9A8A
(127,154,138)
#71897B
(113,137,123)
#63786C
(99,120,108)
#55675D
(85,103,93)
#47564E
(71,86,78)
#39453F
(57,69,63)
#2B3430
(43,52,48)
#1D2321
(29,35,33)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #9BBCA8

#9BBCA8
(155,188,168)
#A4C2AF
(164,194,175)
#ADC8B6
(173,200,182)
#B6CEBD
(182,206,189)
#BFD4C4
(191,212,196)
#C8DACB
(200,218,203)
#D1E0D2
(209,224,210)
#DAE6D9
(218,230,217)
#E3ECE0
(227,236,224)
#ECF2E7
(236,242,231)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBCA8; }

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

This text font color is #9BBCA8.

Background Color

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

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

This div background color is #9BBCA8.

Border color

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

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

This div border color is #9BBCA8.

Opacity

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

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

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

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

This text has shadow with #9BBCA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBCA8.

Preview

Color preview on black background

This text has color #9BBCA8 on black background.


Color preview on white background

This text has color #9BBCA8 on white background.


Black color preview on #9BBCA8 background

This text has black color on #9BBCA8 background.


White color preview on #9BBCA8 background

This text has white color on #9BBCA8 background.


Related colors

Complementary color

Complementary color for #hex is #644357.


I love getcolorcode.com

Triadic colors

1 #A89BBC and #BCA89B with #9BBCA8 are triadic colors.

2 #A8BC9B and #BC9BA8 with #9BBCA8 are triadic colors.