COLOR #9BC6B8

HEX: #9BC6B8 RGB: (155,198,184)

Color info

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

RGB color model

#9BC6B8 color RGB value is (155,198,184).

RGB: (155,198,184) (61%, 78%, 72%)

RGB channels and saturation

R 155 of 255 = 61%
G 198 of 255 = 78%
B 184 of 255 = 72%

155
198
184

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

Portions of RGB colors in percentages

R + G + B = 155 + 198 + 184 = 537 (100%)
R 155 of 537 ~ 28.86%
G 198 of 537 ~ 36.87%
B 184 of 537 ~ 34.26'%

%28.86
%36.87
%34.26

CMYK color model

#9BC6B8 color CMYK value is (22,0,7,22).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 22.35%

CMYK: (22,0,7,22)
C22M0Y7K22 (22%, 0%, 7%, 22%)
(0.22 / 0.00 / 0.07 / 0.22)

CMYK percentages

%21.72
%0
%7.07
%22.35

Codes

Color #9BC6B8 in popluar color models

9B C6 B8
RGB 155 198 184
HSL 160° 27.39% 69.22%
HSB/HSV 160° 21.72% 77.65%
CMYK 21.72% 0.00% 7.07%
22.35%

Color #9BC6B8 in popluar number systems.

HEX 9B C6 B8
Decimal 155 198 184
Binary 10011011 11000110 10111000
Octal 233 306 270

Shades and tints

Shades of #9BC6B8

#9BC6B8
(155,198,184)
#8DB4A8
(141,180,168)
#7FA298
(127,162,152)
#719088
(113,144,136)
#637E78
(99,126,120)
#556C68
(85,108,104)
#475A58
(71,90,88)
#394848
(57,72,72)
#2B3638
(43,54,56)
#1D2428
(29,36,40)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #9BC6B8

#9BC6B8
(155,198,184)
#A4CBBE
(164,203,190)
#ADD0C4
(173,208,196)
#B6D5CA
(182,213,202)
#BFDAD0
(191,218,208)
#C8DFD6
(200,223,214)
#D1E4DC
(209,228,220)
#DAE9E2
(218,233,226)
#E3EEE8
(227,238,232)
#ECF3EE
(236,243,238)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC6B8 color. Also use rgb(155,198,184) instead hex code.

Text Font Color

.myTextColor { color: #9BC6B8; }

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

This text font color is #9BC6B8.

Background Color

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

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

This div background color is #9BC6B8.

Border color

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

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

This div border color is #9BC6B8.

Opacity

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

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

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

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

This text has shadow with #9BC6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC6B8.

Preview

Color preview on black background

This text has color #9BC6B8 on black background.


Color preview on white background

This text has color #9BC6B8 on white background.


Black color preview on #9BC6B8 background

This text has black color on #9BC6B8 background.


White color preview on #9BC6B8 background

This text has white color on #9BC6B8 background.


Related colors

Complementary color

Complementary color for #hex is #643947.


I love getcolorcode.com

Triadic colors

1 #B89BC6 and #C6B89B with #9BC6B8 are triadic colors.

2 #B8C69B and #C69BB8 with #9BC6B8 are triadic colors.