COLOR #9BD5AB

HEX: #9BD5AB RGB: (155,213,171)

Color info

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

RGB color model

#9BD5AB color RGB value is (155,213,171).

RGB: (155,213,171) (61%, 84%, 67%)

RGB channels and saturation

R 155 of 255 = 61%
G 213 of 255 = 84%
B 171 of 255 = 67%

155
213
171

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

Portions of RGB colors in percentages

R + G + B = 155 + 213 + 171 = 539 (100%)
R 155 of 539 ~ 28.76%
G 213 of 539 ~ 39.52%
B 171 of 539 ~ 31.73'%

%28.76
%39.52
%31.73

CMYK color model

#9BD5AB color CMYK value is (27,0,20,16).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 16.47%

CMYK: (27,0,20,16)
C27M0Y20K16 (27%, 0%, 20%, 16%)
(0.27 / 0.00 / 0.20 / 0.16)

CMYK percentages

%27.23
%0
%19.72
%16.47

Codes

Color #9BD5AB in popluar color models

9B D5 AB
RGB 155 213 171
HSL 137° 40.85% 72.16%
HSB/HSV 137° 27.23% 83.53%
CMYK 27.23% 0.00% 19.72%
16.47%

Color #9BD5AB in popluar number systems.

HEX 9B D5 AB
Decimal 155 213 171
Binary 10011011 11010101 10101011
Octal 233 325 253

Shades and tints

Shades of #9BD5AB

#9BD5AB
(155,213,171)
#8DC29C
(141,194,156)
#7FAF8D
(127,175,141)
#719C7E
(113,156,126)
#63896F
(99,137,111)
#557660
(85,118,96)
#476351
(71,99,81)
#395042
(57,80,66)
#2B3D33
(43,61,51)
#1D2A24
(29,42,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #9BD5AB

#9BD5AB
(155,213,171)
#A4D8B2
(164,216,178)
#ADDBB9
(173,219,185)
#B6DEC0
(182,222,192)
#BFE1C7
(191,225,199)
#C8E4CE
(200,228,206)
#D1E7D5
(209,231,213)
#DAEADC
(218,234,220)
#E3EDE3
(227,237,227)
#ECF0EA
(236,240,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD5AB; }

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

This text font color is #9BD5AB.

Background Color

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

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

This div background color is #9BD5AB.

Border color

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

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

This div border color is #9BD5AB.

Opacity

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

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

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

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

This text has shadow with #9BD5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD5AB.

Preview

Color preview on black background

This text has color #9BD5AB on black background.


Color preview on white background

This text has color #9BD5AB on white background.


Black color preview on #9BD5AB background

This text has black color on #9BD5AB background.


White color preview on #9BD5AB background

This text has white color on #9BD5AB background.


Related colors

Complementary color

Complementary color for #hex is #642A54.


I love getcolorcode.com

Triadic colors

1 #AB9BD5 and #D5AB9B with #9BD5AB are triadic colors.

2 #ABD59B and #D59BAB with #9BD5AB are triadic colors.