COLOR #999CB1

HEX: #999CB1
RGB: (153,156,177)

Color info

#999CB1 contains red, green and blue colors in about the same proportion. Web safe color of #999CB1 is #999999 (or #999).

RGB color model

#999CB1 color RGB value is (153,156,177).

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

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 177 of 255 = 69%

153
156
177

R + G + B ~ 63%. #999CB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 177 = 486 (100%)
R 153 of 486 ~ 31.48%
G 156 of 486 ~ 32.1%
B 177 of 486 ~ 36.42%

%31.48
%32.1
%36.42

CMYK color model

#999CB1 color CMYK value is (14,12,0,31).

  • cyan value is 13.56%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(14,12,0,31)
C14M12Y0K31 
(14%,12%,0%,31%)
(0.14/0.12/0.00/0.31)	

CMYK percentages

%13.56
%11.86
%0
%30.59

Codes

Color #999CB1 in popluar color models

999CB1
RGB153156177
HSL233°13.33%64.71%
HSB/HSV233°13.56%69.41%
CMYK13.56%11.86%0.00%
30.59%

Color #999CB1 in popluar number systems.

HEX999CB1
Decimal153156177
Binary100110011001110010110001
Octal231234261

Shades and tints

Shades of #999CB1

#999CB1
(153,156,177)
#8C8EA1
(140,142,161)
#7F8091
(127,128,145)
#727281
(114,114,129)
#656471
(101,100,113)
#585661
(88,86,97)
#4B4851
(75,72,81)
#3E3A41
(62,58,65)
#312C31
(49,44,49)
#241E21
(36,30,33)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #999CB1

#999CB1
(153,156,177)
#A2A5B8
(162,165,184)
#ABAEBF
(171,174,191)
#B4B7C6
(180,183,198)
#BDC0CD
(189,192,205)
#C6C9D4
(198,201,212)
#CFD2DB
(207,210,219)
#D8DBE2
(216,219,226)
#E1E4E9
(225,228,233)
#EAEDF0
(234,237,240)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999CB1; }

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

This text font color is #999CB1.


Background Color

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

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

This div background color is #999CB1.


Border color

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

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

This div border color is #999CB1.


Opacity

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

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

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

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

This text has shadow with #999CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999CB1 on black background.


Color preview on white background

This text has color #999CB1 on white background.



Black color preview on #999CB1 background

This text has black color on #999CB1 background.


White color preview on #999CB1 background

This text has white color on #999CB1 background.