COLOR #9DA4A8

HEX: #9DA4A8
RGB: (157,164,168)

Color info

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

RGB color model

#9DA4A8 color RGB value is (157,164,168).

  • red value is 157;
  • green value is 164;
  • blue value is 168.
RGB:
(157,164,168)
(62%,64%,66%)

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 168 of 255 = 66%

157
164
168

R + G + B ~ 64%. #9DA4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 164 + 168 = 489 (100%)
R 157 of 489 ~ 32.11%
G 164 of 489 ~ 33.54%
B 168 of 489 ~ 34.36%

%32.11
%33.54
%34.36

CMYK color model

#9DA4A8 color CMYK value is (7,2,0,34).

  • cyan value is 6.55%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(7,2,0,34)
C7M2Y0K34 
(7%,2%,0%,34%)
(0.07/0.02/0.00/0.34)	

CMYK percentages

%6.55
%2.38
%0
%34.12

Codes

Color #9DA4A8 in popluar color models

9DA4A8
RGB157164168
HSL202°5.95%63.73%
HSB/HSV202°6.55%65.88%
CMYK6.55%2.38%0.00%
34.12%

Color #9DA4A8 in popluar number systems.

HEX9DA4A8
Decimal157164168
Binary100111011010010010101000
Octal235244250

Shades and tints

Shades of #9DA4A8

#9DA4A8
(157,164,168)
#8F9699
(143,150,153)
#81888A
(129,136,138)
#737A7B
(115,122,123)
#656C6C
(101,108,108)
#575E5D
(87,94,93)
#49504E
(73,80,78)
#3B423F
(59,66,63)
#2D3430
(45,52,48)
#1F2621
(31,38,33)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #9DA4A8

#9DA4A8
(157,164,168)
#A5ACAF
(165,172,175)
#ADB4B6
(173,180,182)
#B5BCBD
(181,188,189)
#BDC4C4
(189,196,196)
#C5CCCB
(197,204,203)
#CDD4D2
(205,212,210)
#D5DCD9
(213,220,217)
#DDE4E0
(221,228,224)
#E5ECE7
(229,236,231)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA4A8 color. Also use rgb(157,164,168) instead hex code.

Text Font Color

.myTextColor { color: #9DA4A8; }

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

This text font color is #9DA4A8.


Background Color

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

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

This div background color is #9DA4A8.


Border color

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

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

This div border color is #9DA4A8.


Opacity

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

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

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

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

This text has shadow with #9DA4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA4A8 on black background.


Color preview on white background

This text has color #9DA4A8 on white background.



Black color preview on #9DA4A8 background

This text has black color on #9DA4A8 background.


White color preview on #9DA4A8 background

This text has white color on #9DA4A8 background.