COLOR #9C9ACC

HEX: #9C9ACC
RGB: (156,154,204)

Color info

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

RGB color model

#9C9ACC color RGB value is (156,154,204).

  • red value is 156;
  • green value is 154;
  • blue value is 204.
RGB:
(156,154,204)
(61%,60%,80%)

RGB channels and saturation

R 156 of 255 = 61%
G 154 of 255 = 60%
B 204 of 255 = 80%

156
154
204

R + G + B ~ 67%. #9C9ACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 154 + 204 = 514 (100%)
R 156 of 514 ~ 30.35%
G 154 of 514 ~ 29.96%
B 204 of 514 ~ 39.69%

%30.35
%29.96
%39.69

CMYK color model

#9C9ACC color CMYK value is (24,25,0,20).

  • cyan value is 23.53%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(24,25,0,20)
C24M25Y0K20 
(24%,25%,0%,20%)
(0.24/0.25/0.00/0.20)	

CMYK percentages

%23.53
%24.51
%0
%20

Codes

Color #9C9ACC in popluar color models

9C9ACC
RGB156154204
HSL242°32.89%70.20%
HSB/HSV242°24.51%80.00%
CMYK23.53%24.51%0.00%
20.00%

Color #9C9ACC in popluar number systems.

HEX9C9ACC
Decimal156154204
Binary100111001001101011001100
Octal234232314

Shades and tints

Shades of #9C9ACC

#9C9ACC
(156,154,204)
#8E8CBA
(142,140,186)
#807EA8
(128,126,168)
#727096
(114,112,150)
#646284
(100,98,132)
#565472
(86,84,114)
#484660
(72,70,96)
#3A384E
(58,56,78)
#2C2A3C
(44,42,60)
#1E1C2A
(30,28,42)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #9C9ACC

#9C9ACC
(156,154,204)
#A5A3D0
(165,163,208)
#AEACD4
(174,172,212)
#B7B5D8
(183,181,216)
#C0BEDC
(192,190,220)
#C9C7E0
(201,199,224)
#D2D0E4
(210,208,228)
#DBD9E8
(219,217,232)
#E4E2EC
(228,226,236)
#EDEBF0
(237,235,240)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9ACC color. Also use rgb(156,154,204) instead hex code.

Text Font Color

.myTextColor { color: #9C9ACC; }

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

This text font color is #9C9ACC.


Background Color

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

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

This div background color is #9C9ACC.


Border color

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

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

This div border color is #9C9ACC.


Opacity

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

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

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

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

This text has shadow with #9C9ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9ACC on black background.


Color preview on white background

This text has color #9C9ACC on white background.



Black color preview on #9C9ACC background

This text has black color on #9C9ACC background.


White color preview on #9C9ACC background

This text has white color on #9C9ACC background.