COLOR #9BCBA6

HEX: #9BCBA6
RGB: (155,203,166)

Color info

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

RGB color model

#9BCBA6 color RGB value is (155,203,166).

  • red value is 155;
  • green value is 203;
  • blue value is 166.
RGB:
(155,203,166)
(61%,80%,65%)

RGB channels and saturation

R 155 of 255 = 61%
G 203 of 255 = 80%
B 166 of 255 = 65%

155
203
166

R + G + B ~ 69%. #9BCBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 203 + 166 = 524 (100%)
R 155 of 524 ~ 29.58%
G 203 of 524 ~ 38.74%
B 166 of 524 ~ 31.68%

%29.58
%38.74
%31.68

CMYK color model

#9BCBA6 color CMYK value is (24,0,18,20).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 20.39%
CMYK:
(24,0,18,20)
C24M0Y18K20 
(24%,0%,18%,20%)
(0.24/0.00/0.18/0.20)	

CMYK percentages

%23.65
%0
%18.23
%20.39

Codes

Color #9BCBA6 in popluar color models

9BCBA6
RGB155203166
HSL134°31.58%70.20%
HSB/HSV134°23.65%79.61%
CMYK23.65%0.00%18.23%
20.39%

Color #9BCBA6 in popluar number systems.

HEX9BCBA6
Decimal155203166
Binary100110111100101110100110
Octal233313246

Shades and tints

Shades of #9BCBA6

#9BCBA6
(155,203,166)
#8DB997
(141,185,151)
#7FA788
(127,167,136)
#719579
(113,149,121)
#63836A
(99,131,106)
#55715B
(85,113,91)
#475F4C
(71,95,76)
#394D3D
(57,77,61)
#2B3B2E
(43,59,46)
#1D291F
(29,41,31)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #9BCBA6

#9BCBA6
(155,203,166)
#A4CFAE
(164,207,174)
#ADD3B6
(173,211,182)
#B6D7BE
(182,215,190)
#BFDBC6
(191,219,198)
#C8DFCE
(200,223,206)
#D1E3D6
(209,227,214)
#DAE7DE
(218,231,222)
#E3EBE6
(227,235,230)
#ECEFEE
(236,239,238)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCBA6 color. Also use rgb(155,203,166) instead hex code.

Text Font Color

.myTextColor { color: #9BCBA6; }

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

This text font color is #9BCBA6.


Background Color

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

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

This div background color is #9BCBA6.


Border color

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

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

This div border color is #9BCBA6.


Opacity

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

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

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

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

This text has shadow with #9BCBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCBA6 on black background.


Color preview on white background

This text has color #9BCBA6 on white background.



Black color preview on #9BCBA6 background

This text has black color on #9BCBA6 background.


White color preview on #9BCBA6 background

This text has white color on #9BCBA6 background.