COLOR #9DC6AB

HEX: #9DC6AB
RGB: (157,198,171)

Color info

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

RGB color model

#9DC6AB color RGB value is (157,198,171).

  • red value is 157;
  • green value is 198;
  • blue value is 171.
RGB:
(157,198,171)
(62%,78%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 198 of 255 = 78%
B 171 of 255 = 67%

157
198
171

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

Portions of RGB colors in percentages

R + G + B =
157 + 198 + 171 = 526 (100%)
R 157 of 526 ~ 29.85%
G 198 of 526 ~ 37.64%
B 171 of 526 ~ 32.51%

%29.85
%37.64
%32.51

CMYK color model

#9DC6AB color CMYK value is (21,0,14,22).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(21,0,14,22)
C21M0Y14K22 
(21%,0%,14%,22%)
(0.21/0.00/0.14/0.22)	

CMYK percentages

%20.71
%0
%13.64
%22.35

Codes

Color #9DC6AB in popluar color models

9DC6AB
RGB157198171
HSL140°26.45%69.61%
HSB/HSV140°20.71%77.65%
CMYK20.71%0.00%13.64%
22.35%

Color #9DC6AB in popluar number systems.

HEX9DC6AB
Decimal157198171
Binary100111011100011010101011
Octal235306253

Shades and tints

Shades of #9DC6AB

#9DC6AB
(157,198,171)
#8FB49C
(143,180,156)
#81A28D
(129,162,141)
#73907E
(115,144,126)
#657E6F
(101,126,111)
#576C60
(87,108,96)
#495A51
(73,90,81)
#3B4842
(59,72,66)
#2D3633
(45,54,51)
#1F2424
(31,36,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #9DC6AB

#9DC6AB
(157,198,171)
#A5CBB2
(165,203,178)
#ADD0B9
(173,208,185)
#B5D5C0
(181,213,192)
#BDDAC7
(189,218,199)
#C5DFCE
(197,223,206)
#CDE4D5
(205,228,213)
#D5E9DC
(213,233,220)
#DDEEE3
(221,238,227)
#E5F3EA
(229,243,234)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC6AB color. Also use rgb(157,198,171) instead hex code.

Text Font Color

.myTextColor { color: #9DC6AB; }

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

This text font color is #9DC6AB.


Background Color

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

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

This div background color is #9DC6AB.


Border color

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

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

This div border color is #9DC6AB.


Opacity

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

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

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

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

This text has shadow with #9DC6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC6AB on black background.


Color preview on white background

This text has color #9DC6AB on white background.



Black color preview on #9DC6AB background

This text has black color on #9DC6AB background.


White color preview on #9DC6AB background

This text has white color on #9DC6AB background.