COLOR #9DB0B2

HEX: #9DB0B2 RGB: (157,176,178)

Color info

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

RGB color model

#9DB0B2 color RGB value is (157,176,178).

RGB: (157,176,178) (62%, 69%, 70%)

RGB channels and saturation

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

157
176
178

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

Portions of RGB colors in percentages

R + G + B = 157 + 176 + 178 = 511 (100%)
R 157 of 511 ~ 30.72%
G 176 of 511 ~ 34.44%
B 178 of 511 ~ 34.83'%

%30.72
%34.44
%34.83

CMYK color model

#9DB0B2 color CMYK value is (12,1,0,30).

  • cyan value is 11.80%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (12,1,0,30) C12M1Y0K30 (12%,1%,0%,30%) (0.12/0.01/0.00/0.30) 

CMYK percentages

%11.8
%1.12
%0
%30.2

Codes

Color #9DB0B2 in popluar color models

9D B0 B2
RGB 157 176 178
HSL 186° 12.00% 65.69%
HSB/HSV 186° 11.80% 69.80%
CMYK 11.80% 1.12% 0.00%
30.20%

Color #9DB0B2 in popluar number systems.

HEX 9D B0 B2
Decimal 157 176 178
Binary 10011101 10110000 10110010
Octal 235 260 262

Shades and tints

Shades of #9DB0B2

#9DB0B2
(157,176,178)
#8FA0A2
(143,160,162)
#819092
(129,144,146)
#738082
(115,128,130)
#657072
(101,112,114)
#576062
(87,96,98)
#495052
(73,80,82)
#3B4042
(59,64,66)
#2D3032
(45,48,50)
#1F2022
(31,32,34)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #9DB0B2

#9DB0B2
(157,176,178)
#A5B7B9
(165,183,185)
#ADBEC0
(173,190,192)
#B5C5C7
(181,197,199)
#BDCCCE
(189,204,206)
#C5D3D5
(197,211,213)
#CDDADC
(205,218,220)
#D5E1E3
(213,225,227)
#DDE8EA
(221,232,234)
#E5EFF1
(229,239,241)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB0B2; }

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

This text font color is #9DB0B2.

Background Color

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

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

This div background color is #9DB0B2.

Border color

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

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

This div border color is #9DB0B2.

Opacity

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

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

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

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

This text has shadow with #9DB0B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB0B2.

Preview

Color preview on black background

This text has color #9DB0B2 on black background.


Color preview on white background

This text has color #9DB0B2 on white background.


Black color preview on #9DB0B2 background

This text has black color on #9DB0B2 background.


White color preview on #9DB0B2 background

This text has white color on #9DB0B2 background.


Related colors

Complementary color

Complementary color for #hex is #624F4D.


I love getcolorcode.com

Triadic colors

1 #B29DB0 and #B0B29D with #9DB0B2 are triadic colors.

2 #B2B09D and #B09DB2 with #9DB0B2 are triadic colors.