COLOR #9CBBB2

HEX: #9CBBB2
RGB: (156,187,178)

Color info

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

RGB color model

#9CBBB2 color RGB value is (156,187,178).

  • red value is 156;
  • green value is 187;
  • blue value is 178.
RGB:
(156,187,178)
(61%,73%,70%)

RGB channels and saturation

R 156 of 255 = 61%
G 187 of 255 = 73%
B 178 of 255 = 70%

156
187
178

R + G + B ~ 68%. #9CBBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 187 + 178 = 521 (100%)
R 156 of 521 ~ 29.94%
G 187 of 521 ~ 35.89%
B 178 of 521 ~ 34.17%

%29.94
%35.89
%34.17

CMYK color model

#9CBBB2 color CMYK value is (17,0,5,27).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 4.81%
  • key color value is 26.67%
CMYK:
(17,0,5,27)
C17M0Y5K27 
(17%,0%,5%,27%)
(0.17/0.00/0.05/0.27)	

CMYK percentages

%16.58
%0
%4.81
%26.67

Codes

Color #9CBBB2 in popluar color models

9CBBB2
RGB156187178
HSL163°18.56%67.25%
HSB/HSV163°16.58%73.33%
CMYK16.58%0.00%4.81%
26.67%

Color #9CBBB2 in popluar number systems.

HEX9CBBB2
Decimal156187178
Binary100111001011101110110010
Octal234273262

Shades and tints

Shades of #9CBBB2

#9CBBB2
(156,187,178)
#8EAAA2
(142,170,162)
#809992
(128,153,146)
#728882
(114,136,130)
#647772
(100,119,114)
#566662
(86,102,98)
#485552
(72,85,82)
#3A4442
(58,68,66)
#2C3332
(44,51,50)
#1E2222
(30,34,34)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #9CBBB2

#9CBBB2
(156,187,178)
#A5C1B9
(165,193,185)
#AEC7C0
(174,199,192)
#B7CDC7
(183,205,199)
#C0D3CE
(192,211,206)
#C9D9D5
(201,217,213)
#D2DFDC
(210,223,220)
#DBE5E3
(219,229,227)
#E4EBEA
(228,235,234)
#EDF1F1
(237,241,241)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBBB2 color. Also use rgb(156,187,178) instead hex code.

Text Font Color

.myTextColor { color: #9CBBB2; }

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

This text font color is #9CBBB2.


Background Color

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

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

This div background color is #9CBBB2.


Border color

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

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

This div border color is #9CBBB2.


Opacity

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

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

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

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

This text has shadow with #9CBBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBBB2 on black background.


Color preview on white background

This text has color #9CBBB2 on white background.



Black color preview on #9CBBB2 background

This text has black color on #9CBBB2 background.


White color preview on #9CBBB2 background

This text has white color on #9CBBB2 background.