COLOR #9DAB98

HEX: #9DAB98
RGB: (157,171,152)

Color info

#9DAB98 contains red, green and blue colors in about the same proportion. Web safe color of #9DAB98 is #999999 (or #999).

RGB color model

#9DAB98 color RGB value is (157,171,152).

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

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 152 of 255 = 60%

157
171
152

R + G + B ~ 63%. #9DAB98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 171 + 152 = 480 (100%)
R 157 of 480 ~ 32.71%
G 171 of 480 ~ 35.63%
B 152 of 480 ~ 31.67%

%32.71
%35.63
%31.67

CMYK color model

#9DAB98 color CMYK value is (8,0,11,33).

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 32.94%
CMYK:
(8,0,11,33)
C8M0Y11K33 
(8%,0%,11%,33%)
(0.08/0.00/0.11/0.33)	

CMYK percentages

%8.19
%0
%11.11
%32.94

Codes

Color #9DAB98 in popluar color models

9DAB98
RGB157171152
HSL104°10.16%63.33%
HSB/HSV104°11.11%67.06%
CMYK8.19%0.00%11.11%
32.94%

Color #9DAB98 in popluar number systems.

HEX9DAB98
Decimal157171152
Binary100111011010101110011000
Octal235253230

Shades and tints

Shades of #9DAB98

#9DAB98
(157,171,152)
#8F9C8B
(143,156,139)
#818D7E
(129,141,126)
#737E71
(115,126,113)
#656F64
(101,111,100)
#576057
(87,96,87)
#49514A
(73,81,74)
#3B423D
(59,66,61)
#2D3330
(45,51,48)
#1F2423
(31,36,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #9DAB98

#9DAB98
(157,171,152)
#A5B2A1
(165,178,161)
#ADB9AA
(173,185,170)
#B5C0B3
(181,192,179)
#BDC7BC
(189,199,188)
#C5CEC5
(197,206,197)
#CDD5CE
(205,213,206)
#D5DCD7
(213,220,215)
#DDE3E0
(221,227,224)
#E5EAE9
(229,234,233)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAB98; }

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

This text font color is #9DAB98.


Background Color

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

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

This div background color is #9DAB98.


Border color

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

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

This div border color is #9DAB98.


Opacity

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

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

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

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

This text has shadow with #9DAB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAB98 on black background.


Color preview on white background

This text has color #9DAB98 on white background.



Black color preview on #9DAB98 background

This text has black color on #9DAB98 background.


White color preview on #9DAB98 background

This text has white color on #9DAB98 background.