COLOR #9DBCB6

HEX: #9DBCB6
RGB: (157,188,182)

Color info

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

RGB color model

#9DBCB6 color RGB value is (157,188,182).

  • red value is 157;
  • green value is 188;
  • blue value is 182.
RGB:
(157,188,182)
(62%,74%,71%)

RGB channels and saturation

R 157 of 255 = 62%
G 188 of 255 = 74%
B 182 of 255 = 71%

157
188
182

R + G + B ~ 69%. #9DBCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 188 + 182 = 527 (100%)
R 157 of 527 ~ 29.79%
G 188 of 527 ~ 35.67%
B 182 of 527 ~ 34.54%

%29.79
%35.67
%34.54

CMYK color model

#9DBCB6 color CMYK value is (16,0,3,26).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 26.27%
CMYK:
(16,0,3,26)
C16M0Y3K26 
(16%,0%,3%,26%)
(0.16/0.00/0.03/0.26)	

CMYK percentages

%16.49
%0
%3.19
%26.27

Codes

Color #9DBCB6 in popluar color models

9DBCB6
RGB157188182
HSL168°18.79%67.65%
HSB/HSV168°16.49%73.73%
CMYK16.49%0.00%3.19%
26.27%

Color #9DBCB6 in popluar number systems.

HEX9DBCB6
Decimal157188182
Binary100111011011110010110110
Octal235274266

Shades and tints

Shades of #9DBCB6

#9DBCB6
(157,188,182)
#8FABA6
(143,171,166)
#819A96
(129,154,150)
#738986
(115,137,134)
#657876
(101,120,118)
#576766
(87,103,102)
#495656
(73,86,86)
#3B4546
(59,69,70)
#2D3436
(45,52,54)
#1F2326
(31,35,38)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #9DBCB6

#9DBCB6
(157,188,182)
#A5C2BC
(165,194,188)
#ADC8C2
(173,200,194)
#B5CEC8
(181,206,200)
#BDD4CE
(189,212,206)
#C5DAD4
(197,218,212)
#CDE0DA
(205,224,218)
#D5E6E0
(213,230,224)
#DDECE6
(221,236,230)
#E5F2EC
(229,242,236)
#EDF8F2
(237,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBCB6; }

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

This text font color is #9DBCB6.


Background Color

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

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

This div background color is #9DBCB6.


Border color

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

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

This div border color is #9DBCB6.


Opacity

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

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

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

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

This text has shadow with #9DBCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBCB6 on black background.


Color preview on white background

This text has color #9DBCB6 on white background.



Black color preview on #9DBCB6 background

This text has black color on #9DBCB6 background.


White color preview on #9DBCB6 background

This text has white color on #9DBCB6 background.