COLOR #9FBBCB

HEX: #9FBBCB
RGB: (159,187,203)

Color info

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

RGB color model

#9FBBCB color RGB value is (159,187,203).

  • red value is 159;
  • green value is 187;
  • blue value is 203.
RGB:
(159,187,203)
(62%,73%,80%)

RGB channels and saturation

R 159 of 255 = 62%
G 187 of 255 = 73%
B 203 of 255 = 80%

159
187
203

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

Portions of RGB colors in percentages

R + G + B =
159 + 187 + 203 = 549 (100%)
R 159 of 549 ~ 28.96%
G 187 of 549 ~ 34.06%
B 203 of 549 ~ 36.98%

%28.96
%34.06
%36.98

CMYK color model

#9FBBCB color CMYK value is (22,8,0,20).

  • cyan value is 21.67%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,8,0,20)
C22M8Y0K20 
(22%,8%,0%,20%)
(0.22/0.08/0.00/0.20)	

CMYK percentages

%21.67
%7.88
%0
%20.39

Codes

Color #9FBBCB in popluar color models

9FBBCB
RGB159187203
HSL202°29.73%70.98%
HSB/HSV202°21.67%79.61%
CMYK21.67%7.88%0.00%
20.39%

Color #9FBBCB in popluar number systems.

HEX9FBBCB
Decimal159187203
Binary100111111011101111001011
Octal237273313

Shades and tints

Shades of #9FBBCB

#9FBBCB
(159,187,203)
#91AAB9
(145,170,185)
#8399A7
(131,153,167)
#758895
(117,136,149)
#677783
(103,119,131)
#596671
(89,102,113)
#4B555F
(75,85,95)
#3D444D
(61,68,77)
#2F333B
(47,51,59)
#212229
(33,34,41)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #9FBBCB

#9FBBCB
(159,187,203)
#A7C1CF
(167,193,207)
#AFC7D3
(175,199,211)
#B7CDD7
(183,205,215)
#BFD3DB
(191,211,219)
#C7D9DF
(199,217,223)
#CFDFE3
(207,223,227)
#D7E5E7
(215,229,231)
#DFEBEB
(223,235,235)
#E7F1EF
(231,241,239)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBBCB color. Also use rgb(159,187,203) instead hex code.

Text Font Color

.myTextColor { color: #9FBBCB; }

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

This text font color is #9FBBCB.


Background Color

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

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

This div background color is #9FBBCB.


Border color

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

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

This div border color is #9FBBCB.


Opacity

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

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

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

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

This text has shadow with #9FBBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBBCB on black background.


Color preview on white background

This text has color #9FBBCB on white background.



Black color preview on #9FBBCB background

This text has black color on #9FBBCB background.


White color preview on #9FBBCB background

This text has white color on #9FBBCB background.