COLOR #9BC6AF

HEX: #9BC6AF
RGB: (155,198,175)

Color info

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

RGB color model

#9BC6AF color RGB value is (155,198,175).

  • red value is 155;
  • green value is 198;
  • blue value is 175.
RGB:
(155,198,175)
(61%,78%,69%)

RGB channels and saturation

R 155 of 255 = 61%
G 198 of 255 = 78%
B 175 of 255 = 69%

155
198
175

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

Portions of RGB colors in percentages

R + G + B =
155 + 198 + 175 = 528 (100%)
R 155 of 528 ~ 29.36%
G 198 of 528 ~ 37.5%
B 175 of 528 ~ 33.14%

%29.36
%37.5
%33.14

CMYK color model

#9BC6AF color CMYK value is (22,0,12,22).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(22,0,12,22)
C22M0Y12K22 
(22%,0%,12%,22%)
(0.22/0.00/0.12/0.22)	

CMYK percentages

%21.72
%0
%11.62
%22.35

Codes

Color #9BC6AF in popluar color models

9BC6AF
RGB155198175
HSL148°27.39%69.22%
HSB/HSV148°21.72%77.65%
CMYK21.72%0.00%11.62%
22.35%

Color #9BC6AF in popluar number systems.

HEX9BC6AF
Decimal155198175
Binary100110111100011010101111
Octal233306257

Shades and tints

Shades of #9BC6AF

#9BC6AF
(155,198,175)
#8DB4A0
(141,180,160)
#7FA291
(127,162,145)
#719082
(113,144,130)
#637E73
(99,126,115)
#556C64
(85,108,100)
#475A55
(71,90,85)
#394846
(57,72,70)
#2B3637
(43,54,55)
#1D2428
(29,36,40)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #9BC6AF

#9BC6AF
(155,198,175)
#A4CBB6
(164,203,182)
#ADD0BD
(173,208,189)
#B6D5C4
(182,213,196)
#BFDACB
(191,218,203)
#C8DFD2
(200,223,210)
#D1E4D9
(209,228,217)
#DAE9E0
(218,233,224)
#E3EEE7
(227,238,231)
#ECF3EE
(236,243,238)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC6AF; }

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

This text font color is #9BC6AF.


Background Color

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

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

This div background color is #9BC6AF.


Border color

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

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

This div border color is #9BC6AF.


Opacity

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

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

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

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

This text has shadow with #9BC6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC6AF on black background.


Color preview on white background

This text has color #9BC6AF on white background.



Black color preview on #9BC6AF background

This text has black color on #9BC6AF background.


White color preview on #9BC6AF background

This text has white color on #9BC6AF background.