COLOR #9BCCCA

HEX: #9BCCCA
RGB: (155,204,202)

Color info

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

RGB color model

#9BCCCA color RGB value is (155,204,202).

  • red value is 155;
  • green value is 204;
  • blue value is 202.
RGB:
(155,204,202)
(61%,80%,79%)

RGB channels and saturation

R 155 of 255 = 61%
G 204 of 255 = 80%
B 202 of 255 = 79%

155
204
202

R + G + B ~ 73%. #9BCCCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 204 + 202 = 561 (100%)
R 155 of 561 ~ 27.63%
G 204 of 561 ~ 36.36%
B 202 of 561 ~ 36.01%

%27.63
%36.36
%36.01

CMYK color model

#9BCCCA color CMYK value is (24,0,1,20).

  • cyan value is 24.02%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(24,0,1,20)
C24M0Y1K20 
(24%,0%,1%,20%)
(0.24/0.00/0.01/0.20)	

CMYK percentages

%24.02
%0
%0.98
%20

Codes

Color #9BCCCA in popluar color models

9BCCCA
RGB155204202
HSL178°32.45%70.39%
HSB/HSV178°24.02%80.00%
CMYK24.02%0.00%0.98%
20.00%

Color #9BCCCA in popluar number systems.

HEX9BCCCA
Decimal155204202
Binary100110111100110011001010
Octal233314312

Shades and tints

Shades of #9BCCCA

#9BCCCA
(155,204,202)
#8DBAB8
(141,186,184)
#7FA8A6
(127,168,166)
#719694
(113,150,148)
#638482
(99,132,130)
#557270
(85,114,112)
#47605E
(71,96,94)
#394E4C
(57,78,76)
#2B3C3A
(43,60,58)
#1D2A28
(29,42,40)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #9BCCCA

#9BCCCA
(155,204,202)
#A4D0CE
(164,208,206)
#ADD4D2
(173,212,210)
#B6D8D6
(182,216,214)
#BFDCDA
(191,220,218)
#C8E0DE
(200,224,222)
#D1E4E2
(209,228,226)
#DAE8E6
(218,232,230)
#E3ECEA
(227,236,234)
#ECF0EE
(236,240,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCCCA color. Also use rgb(155,204,202) instead hex code.

Text Font Color

.myTextColor { color: #9BCCCA; }

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

This text font color is #9BCCCA.


Background Color

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

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

This div background color is #9BCCCA.


Border color

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

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

This div border color is #9BCCCA.


Opacity

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

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

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

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

This text has shadow with #9BCCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCCCA on black background.


Color preview on white background

This text has color #9BCCCA on white background.



Black color preview on #9BCCCA background

This text has black color on #9BCCCA background.


White color preview on #9BCCCA background

This text has white color on #9BCCCA background.