COLOR #999CB4

HEX: #999CB4
RGB: (153,156,180)

Color info

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

RGB color model

#999CB4 color RGB value is (153,156,180).

  • red value is 153;
  • green value is 156;
  • blue value is 180.
RGB:
(153,156,180)
(60%,61%,71%)

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 180 of 255 = 71%

153
156
180

R + G + B ~ 64%. #999CB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 180 = 489 (100%)
R 153 of 489 ~ 31.29%
G 156 of 489 ~ 31.9%
B 180 of 489 ~ 36.81%

%31.29
%31.9
%36.81

CMYK color model

#999CB4 color CMYK value is (15,13,0,29).

  • cyan value is 15.00%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(15,13,0,29)
C15M13Y0K29 
(15%,13%,0%,29%)
(0.15/0.13/0.00/0.29)	

CMYK percentages

%15
%13.33
%0
%29.41

Codes

Color #999CB4 in popluar color models

999CB4
RGB153156180
HSL233°15.25%65.29%
HSB/HSV233°15.00%70.59%
CMYK15.00%13.33%0.00%
29.41%

Color #999CB4 in popluar number systems.

HEX999CB4
Decimal153156180
Binary100110011001110010110100
Octal231234264

Shades and tints

Shades of #999CB4

#999CB4
(153,156,180)
#8C8EA4
(140,142,164)
#7F8094
(127,128,148)
#727284
(114,114,132)
#656474
(101,100,116)
#585664
(88,86,100)
#4B4854
(75,72,84)
#3E3A44
(62,58,68)
#312C34
(49,44,52)
#241E24
(36,30,36)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #999CB4

#999CB4
(153,156,180)
#A2A5BA
(162,165,186)
#ABAEC0
(171,174,192)
#B4B7C6
(180,183,198)
#BDC0CC
(189,192,204)
#C6C9D2
(198,201,210)
#CFD2D8
(207,210,216)
#D8DBDE
(216,219,222)
#E1E4E4
(225,228,228)
#EAEDEA
(234,237,234)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999CB4 color. Also use rgb(153,156,180) instead hex code.

Text Font Color

.myTextColor { color: #999CB4; }

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

This text font color is #999CB4.


Background Color

.myBgColor { background-color: #999CB4; }

<div style="background-color:#999CB4">Inner text</div>

This div background color is #999CB4.


Border color

.myBorderColor { border: 1px solid #999CB4; }

<div style="border:3px solid #999CB4">Div</div>

This div border color is #999CB4.


Opacity

.myOpacity80 { color: #999CB4; opacity: 0.8; }

<p style="color:#999CB4;opacity:0.8;">80%</p>

Text with #999CB4 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 #999CB4;}

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

This text has shadow with #999CB4 color.

.textShadow {text-shadow: 3px 3px 1px #999CB4, 3px 3px 1px red;}

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

This text has shadow with #999CB4 primary color and red secondary color.


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

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

This text has shadow with #999CB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999CB4 on black background.


Color preview on white background

This text has color #999CB4 on white background.



Black color preview on #999CB4 background

This text has black color on #999CB4 background.


White color preview on #999CB4 background

This text has white color on #999CB4 background.