COLOR #999BB3

HEX: #999BB3 RGB: (153,155,179)

Color info

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

RGB color model

#999BB3 color RGB value is (153,155,179).

RGB: (153,155,179) (60%, 61%, 70%)

RGB channels and saturation

R 153 of 255 = 60%
G 155 of 255 = 61%
B 179 of 255 = 70%

153
155
179

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

Portions of RGB colors in percentages

R + G + B = 153 + 155 + 179 = 487 (100%)
R 153 of 487 ~ 31.42%
G 155 of 487 ~ 31.83%
B 179 of 487 ~ 36.76'%

%31.42
%31.83
%36.76

CMYK color model

#999BB3 color CMYK value is (15,13,0,30).

  • cyan value is 14.53%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (15,13,0,30) C15M13Y0K30 (15%,13%,0%,30%) (0.15/0.13/0.00/0.30) 

CMYK percentages

%14.53
%13.41
%0
%29.8

Codes

Color #999BB3 in popluar color models

99 9B B3
RGB 153 155 179
HSL 235° 14.61% 65.10%
HSB/HSV 235° 14.53% 70.20%
CMYK 14.53% 13.41% 0.00%
29.80%

Color #999BB3 in popluar number systems.

HEX 99 9B B3
Decimal 153 155 179
Binary 10011001 10011011 10110011
Octal 231 233 263

Shades and tints

Shades of #999BB3

#999BB3
(153,155,179)
#8C8DA3
(140,141,163)
#7F7F93
(127,127,147)
#727183
(114,113,131)
#656373
(101,99,115)
#585563
(88,85,99)
#4B4753
(75,71,83)
#3E3943
(62,57,67)
#312B33
(49,43,51)
#241D23
(36,29,35)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #999BB3

#999BB3
(153,155,179)
#A2A4B9
(162,164,185)
#ABADBF
(171,173,191)
#B4B6C5
(180,182,197)
#BDBFCB
(189,191,203)
#C6C8D1
(198,200,209)
#CFD1D7
(207,209,215)
#D8DADD
(216,218,221)
#E1E3E3
(225,227,227)
#EAECE9
(234,236,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999BB3; }

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

This text font color is #999BB3.

Background Color

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

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

This div background color is #999BB3.

Border color

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

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

This div border color is #999BB3.

Opacity

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

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

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

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

This text has shadow with #999BB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999BB3.

Preview

Color preview on black background

This text has color #999BB3 on black background.


Color preview on white background

This text has color #999BB3 on white background.


Black color preview on #999BB3 background

This text has black color on #999BB3 background.


White color preview on #999BB3 background

This text has white color on #999BB3 background.


Related colors

Complementary color

Complementary color for #hex is #66644C.


I love getcolorcode.com

Triadic colors

1 #B3999B and #9BB399 with #999BB3 are triadic colors.

2 #B39B99 and #9B99B3 with #999BB3 are triadic colors.