COLOR #9BC9BD

HEX: #9BC9BD RGB: (155,201,189)

Color info

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

RGB color model

#9BC9BD color RGB value is (155,201,189).

RGB: (155,201,189) (61%, 79%, 74%)

RGB channels and saturation

R 155 of 255 = 61%
G 201 of 255 = 79%
B 189 of 255 = 74%

155
201
189

R + G + B ~ 71%. #9BC9BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 201 + 189 = 545 (100%)
R 155 of 545 ~ 28.44%
G 201 of 545 ~ 36.88%
B 189 of 545 ~ 34.68'%

%28.44
%36.88
%34.68

CMYK color model

#9BC9BD color CMYK value is (23,0,6,21).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK: (23,0,6,21) C23M0Y6K21 (23%,0%,6%,21%) (0.23/0.00/0.06/0.21) 

CMYK percentages

%22.89
%0
%5.97
%21.18

Codes

Color #9BC9BD in popluar color models

9B C9 BD
RGB 155 201 189
HSL 164° 29.87% 69.80%
HSB/HSV 164° 22.89% 78.82%
CMYK 22.89% 0.00% 5.97%
21.18%

Color #9BC9BD in popluar number systems.

HEX 9B C9 BD
Decimal 155 201 189
Binary 10011011 11001001 10111101
Octal 233 311 275

Shades and tints

Shades of #9BC9BD

#9BC9BD
(155,201,189)
#8DB7AC
(141,183,172)
#7FA59B
(127,165,155)
#71938A
(113,147,138)
#638179
(99,129,121)
#556F68
(85,111,104)
#475D57
(71,93,87)
#394B46
(57,75,70)
#2B3935
(43,57,53)
#1D2724
(29,39,36)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #9BC9BD

#9BC9BD
(155,201,189)
#A4CDC3
(164,205,195)
#ADD1C9
(173,209,201)
#B6D5CF
(182,213,207)
#BFD9D5
(191,217,213)
#C8DDDB
(200,221,219)
#D1E1E1
(209,225,225)
#DAE5E7
(218,229,231)
#E3E9ED
(227,233,237)
#ECEDF3
(236,237,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC9BD color. Also use rgb(155,201,189) instead hex code.

Text Font Color

.myTextColor { color: #9BC9BD; }

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

This text font color is #9BC9BD.

Background Color

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

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

This div background color is #9BC9BD.

Border color

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

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

This div border color is #9BC9BD.

Opacity

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

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

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

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

This text has shadow with #9BC9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC9BD.

Preview

Color preview on black background

This text has color #9BC9BD on black background.


Color preview on white background

This text has color #9BC9BD on white background.


Black color preview on #9BC9BD background

This text has black color on #9BC9BD background.


White color preview on #9BC9BD background

This text has white color on #9BC9BD background.


Related colors

Complementary color

Complementary color for #hex is #643642.


I love getcolorcode.com

Triadic colors

1 #BD9BC9 and #C9BD9B with #9BC9BD are triadic colors.

2 #BDC99B and #C99BBD with #9BC9BD are triadic colors.