COLOR #9DCBBF

HEX: #9DCBBF
RGB: (157,203,191)

Color info

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

RGB color model

#9DCBBF color RGB value is (157,203,191).

  • red value is 157;
  • green value is 203;
  • blue value is 191.
RGB:
(157,203,191)
(62%,80%,75%)

RGB channels and saturation

R 157 of 255 = 62%
G 203 of 255 = 80%
B 191 of 255 = 75%

157
203
191

R + G + B ~ 72%. #9DCBBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 203 + 191 = 551 (100%)
R 157 of 551 ~ 28.49%
G 203 of 551 ~ 36.84%
B 191 of 551 ~ 34.66%

%28.49
%36.84
%34.66

CMYK color model

#9DCBBF color CMYK value is (23,0,6,20).

  • cyan value is 22.66%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 20.39%
CMYK:
(23,0,6,20)
C23M0Y6K20 
(23%,0%,6%,20%)
(0.23/0.00/0.06/0.20)	

CMYK percentages

%22.66
%0
%5.91
%20.39

Codes

Color #9DCBBF in popluar color models

9DCBBF
RGB157203191
HSL164°30.67%70.59%
HSB/HSV164°22.66%79.61%
CMYK22.66%0.00%5.91%
20.39%

Color #9DCBBF in popluar number systems.

HEX9DCBBF
Decimal157203191
Binary100111011100101110111111
Octal235313277

Shades and tints

Shades of #9DCBBF

#9DCBBF
(157,203,191)
#8FB9AE
(143,185,174)
#81A79D
(129,167,157)
#73958C
(115,149,140)
#65837B
(101,131,123)
#57716A
(87,113,106)
#495F59
(73,95,89)
#3B4D48
(59,77,72)
#2D3B37
(45,59,55)
#1F2926
(31,41,38)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #9DCBBF

#9DCBBF
(157,203,191)
#A5CFC4
(165,207,196)
#ADD3C9
(173,211,201)
#B5D7CE
(181,215,206)
#BDDBD3
(189,219,211)
#C5DFD8
(197,223,216)
#CDE3DD
(205,227,221)
#D5E7E2
(213,231,226)
#DDEBE7
(221,235,231)
#E5EFEC
(229,239,236)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCBBF color. Also use rgb(157,203,191) instead hex code.

Text Font Color

.myTextColor { color: #9DCBBF; }

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

This text font color is #9DCBBF.


Background Color

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

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

This div background color is #9DCBBF.


Border color

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

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

This div border color is #9DCBBF.


Opacity

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

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

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

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

This text has shadow with #9DCBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCBBF on black background.


Color preview on white background

This text has color #9DCBBF on white background.



Black color preview on #9DCBBF background

This text has black color on #9DCBBF background.


White color preview on #9DCBBF background

This text has white color on #9DCBBF background.