COLOR #9BC5B6

HEX: #9BC5B6 RGB: (155,197,182)

Color info

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

RGB color model

#9BC5B6 color RGB value is (155,197,182).

RGB: (155,197,182) (61%, 77%, 71%)

RGB channels and saturation

R 155 of 255 = 61%
G 197 of 255 = 77%
B 182 of 255 = 71%

155
197
182

R + G + B ~ 70%. #9BC5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 197 + 182 = 534 (100%)
R 155 of 534 ~ 29.03%
G 197 of 534 ~ 36.89%
B 182 of 534 ~ 34.08'%

%29.03
%36.89
%34.08

CMYK color model

#9BC5B6 color CMYK value is (21,0,8,23).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 22.75%

CMYK: (21,0,8,23)
C21M0Y8K23 (21%, 0%, 8%, 23%)
(0.21 / 0.00 / 0.08 / 0.23)

CMYK percentages

%21.32
%0
%7.61
%22.75

Codes

Color #9BC5B6 in popluar color models

9B C5 B6
RGB 155 197 182
HSL 159° 26.58% 69.02%
HSB/HSV 159° 21.32% 77.25%
CMYK 21.32% 0.00% 7.61%
22.75%

Color #9BC5B6 in popluar number systems.

HEX 9B C5 B6
Decimal 155 197 182
Binary 10011011 11000101 10110110
Octal 233 305 266

Shades and tints

Shades of #9BC5B6

#9BC5B6
(155,197,182)
#8DB4A6
(141,180,166)
#7FA396
(127,163,150)
#719286
(113,146,134)
#638176
(99,129,118)
#557066
(85,112,102)
#475F56
(71,95,86)
#394E46
(57,78,70)
#2B3D36
(43,61,54)
#1D2C26
(29,44,38)
#0F1B16
(15,27,22)
#000000
(0,0,0)

Tints of #9BC5B6

#9BC5B6
(155,197,182)
#A4CABC
(164,202,188)
#ADCFC2
(173,207,194)
#B6D4C8
(182,212,200)
#BFD9CE
(191,217,206)
#C8DED4
(200,222,212)
#D1E3DA
(209,227,218)
#DAE8E0
(218,232,224)
#E3EDE6
(227,237,230)
#ECF2EC
(236,242,236)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC5B6 color. Also use rgb(155,197,182) instead hex code.

Text Font Color

.myTextColor { color: #9BC5B6; }

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

This text font color is #9BC5B6.

Background Color

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

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

This div background color is #9BC5B6.

Border color

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

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

This div border color is #9BC5B6.

Opacity

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

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

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

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

This text has shadow with #9BC5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC5B6.

Preview

Color preview on black background

This text has color #9BC5B6 on black background.


Color preview on white background

This text has color #9BC5B6 on white background.


Black color preview on #9BC5B6 background

This text has black color on #9BC5B6 background.


White color preview on #9BC5B6 background

This text has white color on #9BC5B6 background.


Related colors

Complementary color

Complementary color for #hex is #643A49.


I love getcolorcode.com

Triadic colors

1 #B69BC5 and #C5B69B with #9BC5B6 are triadic colors.

2 #B6C59B and #C59BB6 with #9BC5B6 are triadic colors.