COLOR #9DAFB2

HEX: #9DAFB2
RGB: (157,175,178)

Color info

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

RGB color model

#9DAFB2 color RGB value is (157,175,178).

  • red value is 157;
  • green value is 175;
  • blue value is 178.
RGB:
(157,175,178)
(62%,69%,70%)

RGB channels and saturation

R 157 of 255 = 62%
G 175 of 255 = 69%
B 178 of 255 = 70%

157
175
178

R + G + B ~ 67%. #9DAFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 175 + 178 = 510 (100%)
R 157 of 510 ~ 30.78%
G 175 of 510 ~ 34.31%
B 178 of 510 ~ 34.9%

%30.78
%34.31
%34.9

CMYK color model

#9DAFB2 color CMYK value is (12,2,0,30).

  • cyan value is 11.80%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(12,2,0,30)
C12M2Y0K30 
(12%,2%,0%,30%)
(0.12/0.02/0.00/0.30)	

CMYK percentages

%11.8
%1.69
%0
%30.2

Codes

Color #9DAFB2 in popluar color models

9DAFB2
RGB157175178
HSL189°12.00%65.69%
HSB/HSV189°11.80%69.80%
CMYK11.80%1.69%0.00%
30.20%

Color #9DAFB2 in popluar number systems.

HEX9DAFB2
Decimal157175178
Binary100111011010111110110010
Octal235257262

Shades and tints

Shades of #9DAFB2

#9DAFB2
(157,175,178)
#8FA0A2
(143,160,162)
#819192
(129,145,146)
#738282
(115,130,130)
#657372
(101,115,114)
#576462
(87,100,98)
#495552
(73,85,82)
#3B4642
(59,70,66)
#2D3732
(45,55,50)
#1F2822
(31,40,34)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #9DAFB2

#9DAFB2
(157,175,178)
#A5B6B9
(165,182,185)
#ADBDC0
(173,189,192)
#B5C4C7
(181,196,199)
#BDCBCE
(189,203,206)
#C5D2D5
(197,210,213)
#CDD9DC
(205,217,220)
#D5E0E3
(213,224,227)
#DDE7EA
(221,231,234)
#E5EEF1
(229,238,241)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAFB2 color. Also use rgb(157,175,178) instead hex code.

Text Font Color

.myTextColor { color: #9DAFB2; }

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

This text font color is #9DAFB2.


Background Color

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

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

This div background color is #9DAFB2.


Border color

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

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

This div border color is #9DAFB2.


Opacity

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

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

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

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

This text has shadow with #9DAFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAFB2 on black background.


Color preview on white background

This text has color #9DAFB2 on white background.



Black color preview on #9DAFB2 background

This text has black color on #9DAFB2 background.


White color preview on #9DAFB2 background

This text has white color on #9DAFB2 background.