COLOR #999BB1

HEX: #999BB1
RGB: (153,155,177)

Color info

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

RGB color model

#999BB1 color RGB value is (153,155,177).

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

RGB channels and saturation

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

153
155
177

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

Portions of RGB colors in percentages

R + G + B =
153 + 155 + 177 = 485 (100%)
R 153 of 485 ~ 31.55%
G 155 of 485 ~ 31.96%
B 177 of 485 ~ 36.49%

%31.55
%31.96
%36.49

CMYK color model

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

  • cyan value is 13.56%
  • magenta value is 12.43%
  • 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
%12.43
%0
%30.59

Codes

Color #999BB1 in popluar color models

999BB1
RGB153155177
HSL235°13.33%64.71%
HSB/HSV235°13.56%69.41%
CMYK13.56%12.43%0.00%
30.59%

Color #999BB1 in popluar number systems.

HEX999BB1
Decimal153155177
Binary100110011001101110110001
Octal231233261

Shades and tints

Shades of #999BB1

#999BB1
(153,155,177)
#8C8DA1
(140,141,161)
#7F7F91
(127,127,145)
#727181
(114,113,129)
#656371
(101,99,113)
#585561
(88,85,97)
#4B4751
(75,71,81)
#3E3941
(62,57,65)
#312B31
(49,43,49)
#241D21
(36,29,33)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #999BB1

#999BB1
(153,155,177)
#A2A4B8
(162,164,184)
#ABADBF
(171,173,191)
#B4B6C6
(180,182,198)
#BDBFCD
(189,191,205)
#C6C8D4
(198,200,212)
#CFD1DB
(207,209,219)
#D8DAE2
(216,218,226)
#E1E3E9
(225,227,233)
#EAECF0
(234,236,240)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999BB1; }

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

This text font color is #999BB1.


Background Color

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

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

This div background color is #999BB1.


Border color

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

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

This div border color is #999BB1.


Opacity

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

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

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

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

This text has shadow with #999BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999BB1 on black background.


Color preview on white background

This text has color #999BB1 on white background.



Black color preview on #999BB1 background

This text has black color on #999BB1 background.


White color preview on #999BB1 background

This text has white color on #999BB1 background.