COLOR #9BD6AF

HEX: #9BD6AF
RGB: (155,214,175)

Color info

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

RGB color model

#9BD6AF color RGB value is (155,214,175).

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

RGB channels and saturation

R 155 of 255 = 61%
G 214 of 255 = 84%
B 175 of 255 = 69%

155
214
175

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

Portions of RGB colors in percentages

R + G + B =
155 + 214 + 175 = 544 (100%)
R 155 of 544 ~ 28.49%
G 214 of 544 ~ 39.34%
B 175 of 544 ~ 32.17%

%28.49
%39.34
%32.17

CMYK color model

#9BD6AF color CMYK value is (28,0,18,16).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 16.08%
CMYK:
(28,0,18,16)
C28M0Y18K16 
(28%,0%,18%,16%)
(0.28/0.00/0.18/0.16)	

CMYK percentages

%27.57
%0
%18.22
%16.08

Codes

Color #9BD6AF in popluar color models

9BD6AF
RGB155214175
HSL140°41.84%72.35%
HSB/HSV140°27.57%83.92%
CMYK27.57%0.00%18.22%
16.08%

Color #9BD6AF in popluar number systems.

HEX9BD6AF
Decimal155214175
Binary100110111101011010101111
Octal233326257

Shades and tints

Shades of #9BD6AF

#9BD6AF
(155,214,175)
#8DC3A0
(141,195,160)
#7FB091
(127,176,145)
#719D82
(113,157,130)
#638A73
(99,138,115)
#557764
(85,119,100)
#476455
(71,100,85)
#395146
(57,81,70)
#2B3E37
(43,62,55)
#1D2B28
(29,43,40)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #9BD6AF

#9BD6AF
(155,214,175)
#A4D9B6
(164,217,182)
#ADDCBD
(173,220,189)
#B6DFC4
(182,223,196)
#BFE2CB
(191,226,203)
#C8E5D2
(200,229,210)
#D1E8D9
(209,232,217)
#DAEBE0
(218,235,224)
#E3EEE7
(227,238,231)
#ECF1EE
(236,241,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD6AF; }

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

This text font color is #9BD6AF.


Background Color

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

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

This div background color is #9BD6AF.


Border color

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

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

This div border color is #9BD6AF.


Opacity

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

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

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

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

This text has shadow with #9BD6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD6AF on black background.


Color preview on white background

This text has color #9BD6AF on white background.



Black color preview on #9BD6AF background

This text has black color on #9BD6AF background.


White color preview on #9BD6AF background

This text has white color on #9BD6AF background.