COLOR #9BD1AB

HEX: #9BD1AB
RGB: (155,209,171)

Color info

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

RGB color model

#9BD1AB color RGB value is (155,209,171).

  • red value is 155;
  • green value is 209;
  • blue value is 171.
RGB:
(155,209,171)
(61%,82%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 209 of 255 = 82%
B 171 of 255 = 67%

155
209
171

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

Portions of RGB colors in percentages

R + G + B =
155 + 209 + 171 = 535 (100%)
R 155 of 535 ~ 28.97%
G 209 of 535 ~ 39.07%
B 171 of 535 ~ 31.96%

%28.97
%39.07
%31.96

CMYK color model

#9BD1AB color CMYK value is (26,0,18,18).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 18.04%
CMYK:
(26,0,18,18)
C26M0Y18K18 
(26%,0%,18%,18%)
(0.26/0.00/0.18/0.18)	

CMYK percentages

%25.84
%0
%18.18
%18.04

Codes

Color #9BD1AB in popluar color models

9BD1AB
RGB155209171
HSL138°36.99%71.37%
HSB/HSV138°25.84%81.96%
CMYK25.84%0.00%18.18%
18.04%

Color #9BD1AB in popluar number systems.

HEX9BD1AB
Decimal155209171
Binary100110111101000110101011
Octal233321253

Shades and tints

Shades of #9BD1AB

#9BD1AB
(155,209,171)
#8DBE9C
(141,190,156)
#7FAB8D
(127,171,141)
#71987E
(113,152,126)
#63856F
(99,133,111)
#557260
(85,114,96)
#475F51
(71,95,81)
#394C42
(57,76,66)
#2B3933
(43,57,51)
#1D2624
(29,38,36)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #9BD1AB

#9BD1AB
(155,209,171)
#A4D5B2
(164,213,178)
#ADD9B9
(173,217,185)
#B6DDC0
(182,221,192)
#BFE1C7
(191,225,199)
#C8E5CE
(200,229,206)
#D1E9D5
(209,233,213)
#DAEDDC
(218,237,220)
#E3F1E3
(227,241,227)
#ECF5EA
(236,245,234)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD1AB color. Also use rgb(155,209,171) instead hex code.

Text Font Color

.myTextColor { color: #9BD1AB; }

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

This text font color is #9BD1AB.


Background Color

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

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

This div background color is #9BD1AB.


Border color

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

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

This div border color is #9BD1AB.


Opacity

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

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

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

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

This text has shadow with #9BD1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD1AB on black background.


Color preview on white background

This text has color #9BD1AB on white background.



Black color preview on #9BD1AB background

This text has black color on #9BD1AB background.


White color preview on #9BD1AB background

This text has white color on #9BD1AB background.