COLOR #9CBEC6

HEX: #9CBEC6
RGB: (156,190,198)

Color info

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

RGB color model

#9CBEC6 color RGB value is (156,190,198).

  • red value is 156;
  • green value is 190;
  • blue value is 198.
RGB:
(156,190,198)
(61%,75%,78%)

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 198 of 255 = 78%

156
190
198

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

Portions of RGB colors in percentages

R + G + B =
156 + 190 + 198 = 544 (100%)
R 156 of 544 ~ 28.68%
G 190 of 544 ~ 34.93%
B 198 of 544 ~ 36.4%

%28.68
%34.93
%36.4

CMYK color model

#9CBEC6 color CMYK value is (21,4,0,22).

  • cyan value is 21.21%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(21,4,0,22)
C21M4Y0K22 
(21%,4%,0%,22%)
(0.21/0.04/0.00/0.22)	

CMYK percentages

%21.21
%4.04
%0
%22.35

Codes

Color #9CBEC6 in popluar color models

9CBEC6
RGB156190198
HSL191°26.92%69.41%
HSB/HSV191°21.21%77.65%
CMYK21.21%4.04%0.00%
22.35%

Color #9CBEC6 in popluar number systems.

HEX9CBEC6
Decimal156190198
Binary100111001011111011000110
Octal234276306

Shades and tints

Shades of #9CBEC6

#9CBEC6
(156,190,198)
#8EADB4
(142,173,180)
#809CA2
(128,156,162)
#728B90
(114,139,144)
#647A7E
(100,122,126)
#56696C
(86,105,108)
#48585A
(72,88,90)
#3A4748
(58,71,72)
#2C3636
(44,54,54)
#1E2524
(30,37,36)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #9CBEC6

#9CBEC6
(156,190,198)
#A5C3CB
(165,195,203)
#AEC8D0
(174,200,208)
#B7CDD5
(183,205,213)
#C0D2DA
(192,210,218)
#C9D7DF
(201,215,223)
#D2DCE4
(210,220,228)
#DBE1E9
(219,225,233)
#E4E6EE
(228,230,238)
#EDEBF3
(237,235,243)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBEC6 color. Also use rgb(156,190,198) instead hex code.

Text Font Color

.myTextColor { color: #9CBEC6; }

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

This text font color is #9CBEC6.


Background Color

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

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

This div background color is #9CBEC6.


Border color

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

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

This div border color is #9CBEC6.


Opacity

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

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

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

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

This text has shadow with #9CBEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBEC6 on black background.


Color preview on white background

This text has color #9CBEC6 on white background.



Black color preview on #9CBEC6 background

This text has black color on #9CBEC6 background.


White color preview on #9CBEC6 background

This text has white color on #9CBEC6 background.