COLOR #9DBCB9

HEX: #9DBCB9 RGB: (157,188,185)

Color info

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

RGB color model

#9DBCB9 color RGB value is (157,188,185).

RGB: (157,188,185) (62%, 74%, 73%)

RGB channels and saturation

R 157 of 255 = 62%
G 188 of 255 = 74%
B 185 of 255 = 73%

157
188
185

R + G + B ~ 70%. #9DBCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 188 + 185 = 530 (100%)
R 157 of 530 ~ 29.62%
G 188 of 530 ~ 35.47%
B 185 of 530 ~ 34.91'%

%29.62
%35.47
%34.91

CMYK color model

#9DBCB9 color CMYK value is (16,0,2,26).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK: (16,0,2,26) C16M0Y2K26 (16%,0%,2%,26%) (0.16/0.00/0.02/0.26) 

CMYK percentages

%16.49
%0
%1.6
%26.27

Codes

Color #9DBCB9 in popluar color models

9D BC B9
RGB 157 188 185
HSL 174° 18.79% 67.65%
HSB/HSV 174° 16.49% 73.73%
CMYK 16.49% 0.00% 1.60%
26.27%

Color #9DBCB9 in popluar number systems.

HEX 9D BC B9
Decimal 157 188 185
Binary 10011101 10111100 10111001
Octal 235 274 271

Shades and tints

Shades of #9DBCB9

#9DBCB9
(157,188,185)
#8FABA9
(143,171,169)
#819A99
(129,154,153)
#738989
(115,137,137)
#657879
(101,120,121)
#576769
(87,103,105)
#495659
(73,86,89)
#3B4549
(59,69,73)
#2D3439
(45,52,57)
#1F2329
(31,35,41)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #9DBCB9

#9DBCB9
(157,188,185)
#A5C2BF
(165,194,191)
#ADC8C5
(173,200,197)
#B5CECB
(181,206,203)
#BDD4D1
(189,212,209)
#C5DAD7
(197,218,215)
#CDE0DD
(205,224,221)
#D5E6E3
(213,230,227)
#DDECE9
(221,236,233)
#E5F2EF
(229,242,239)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBCB9 color. Also use rgb(157,188,185) instead hex code.

Text Font Color

.myTextColor { color: #9DBCB9; }

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

This text font color is #9DBCB9.

Background Color

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

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

This div background color is #9DBCB9.

Border color

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

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

This div border color is #9DBCB9.

Opacity

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

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

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

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

This text has shadow with #9DBCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBCB9.

Preview

Color preview on black background

This text has color #9DBCB9 on black background.


Color preview on white background

This text has color #9DBCB9 on white background.


Black color preview on #9DBCB9 background

This text has black color on #9DBCB9 background.


White color preview on #9DBCB9 background

This text has white color on #9DBCB9 background.


Related colors

Complementary color

Complementary color for #hex is #624346.


I love getcolorcode.com

Triadic colors

1 #B99DBC and #BCB99D with #9DBCB9 are triadic colors.

2 #B9BC9D and #BC9DB9 with #9DBCB9 are triadic colors.