COLOR #9CACC0

HEX: #9CACC0
RGB: (156,172,192)

Color info

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

RGB color model

#9CACC0 color RGB value is (156,172,192).

  • red value is 156;
  • green value is 172;
  • blue value is 192.
RGB:
(156,172,192)
(61%,67%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 172 of 255 = 67%
B 192 of 255 = 75%

156
172
192

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

Portions of RGB colors in percentages

R + G + B =
156 + 172 + 192 = 520 (100%)
R 156 of 520 ~ 30%
G 172 of 520 ~ 33.08%
B 192 of 520 ~ 36.92%

%30
%33.08
%36.92

CMYK color model

#9CACC0 color CMYK value is (19,10,0,25).

  • cyan value is 18.75%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(19,10,0,25)
C19M10Y0K25 
(19%,10%,0%,25%)
(0.19/0.10/0.00/0.25)	

CMYK percentages

%18.75
%10.42
%0
%24.71

Codes

Color #9CACC0 in popluar color models

9CACC0
RGB156172192
HSL213°22.22%68.24%
HSB/HSV213°18.75%75.29%
CMYK18.75%10.42%0.00%
24.71%

Color #9CACC0 in popluar number systems.

HEX9CACC0
Decimal156172192
Binary100111001010110011000000
Octal234254300

Shades and tints

Shades of #9CACC0

#9CACC0
(156,172,192)
#8E9DAF
(142,157,175)
#808E9E
(128,142,158)
#727F8D
(114,127,141)
#64707C
(100,112,124)
#56616B
(86,97,107)
#48525A
(72,82,90)
#3A4349
(58,67,73)
#2C3438
(44,52,56)
#1E2527
(30,37,39)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #9CACC0

#9CACC0
(156,172,192)
#A5B3C5
(165,179,197)
#AEBACA
(174,186,202)
#B7C1CF
(183,193,207)
#C0C8D4
(192,200,212)
#C9CFD9
(201,207,217)
#D2D6DE
(210,214,222)
#DBDDE3
(219,221,227)
#E4E4E8
(228,228,232)
#EDEBED
(237,235,237)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CACC0 color. Also use rgb(156,172,192) instead hex code.

Text Font Color

.myTextColor { color: #9CACC0; }

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

This text font color is #9CACC0.


Background Color

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

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

This div background color is #9CACC0.


Border color

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

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

This div border color is #9CACC0.


Opacity

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

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

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

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

This text has shadow with #9CACC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CACC0 on black background.


Color preview on white background

This text has color #9CACC0 on white background.



Black color preview on #9CACC0 background

This text has black color on #9CACC0 background.


White color preview on #9CACC0 background

This text has white color on #9CACC0 background.