COLOR #9DC6BB

HEX: #9DC6BB
RGB: (157,198,187)

Color info

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

RGB color model

#9DC6BB color RGB value is (157,198,187).

  • red value is 157;
  • green value is 198;
  • blue value is 187.
RGB:
(157,198,187)
(62%,78%,73%)

RGB channels and saturation

R 157 of 255 = 62%
G 198 of 255 = 78%
B 187 of 255 = 73%

157
198
187

R + G + B ~ 71%. #9DC6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 198 + 187 = 542 (100%)
R 157 of 542 ~ 28.97%
G 198 of 542 ~ 36.53%
B 187 of 542 ~ 34.5%

%28.97
%36.53
%34.5

CMYK color model

#9DC6BB color CMYK value is (21,0,6,22).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(21,0,6,22)
C21M0Y6K22 
(21%,0%,6%,22%)
(0.21/0.00/0.06/0.22)	

CMYK percentages

%20.71
%0
%5.56
%22.35

Codes

Color #9DC6BB in popluar color models

9DC6BB
RGB157198187
HSL164°26.45%69.61%
HSB/HSV164°20.71%77.65%
CMYK20.71%0.00%5.56%
22.35%

Color #9DC6BB in popluar number systems.

HEX9DC6BB
Decimal157198187
Binary100111011100011010111011
Octal235306273

Shades and tints

Shades of #9DC6BB

#9DC6BB
(157,198,187)
#8FB4AA
(143,180,170)
#81A299
(129,162,153)
#739088
(115,144,136)
#657E77
(101,126,119)
#576C66
(87,108,102)
#495A55
(73,90,85)
#3B4844
(59,72,68)
#2D3633
(45,54,51)
#1F2422
(31,36,34)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #9DC6BB

#9DC6BB
(157,198,187)
#A5CBC1
(165,203,193)
#ADD0C7
(173,208,199)
#B5D5CD
(181,213,205)
#BDDAD3
(189,218,211)
#C5DFD9
(197,223,217)
#CDE4DF
(205,228,223)
#D5E9E5
(213,233,229)
#DDEEEB
(221,238,235)
#E5F3F1
(229,243,241)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC6BB color. Also use rgb(157,198,187) instead hex code.

Text Font Color

.myTextColor { color: #9DC6BB; }

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

This text font color is #9DC6BB.


Background Color

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

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

This div background color is #9DC6BB.


Border color

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

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

This div border color is #9DC6BB.


Opacity

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

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

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

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

This text has shadow with #9DC6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC6BB on black background.


Color preview on white background

This text has color #9DC6BB on white background.



Black color preview on #9DC6BB background

This text has black color on #9DC6BB background.


White color preview on #9DC6BB background

This text has white color on #9DC6BB background.