COLOR #99B3B0

HEX: #99B3B0
RGB: (153,179,176)

Color info

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

RGB color model

#99B3B0 color RGB value is (153,179,176).

  • red value is 153;
  • green value is 179;
  • blue value is 176.
RGB:
(153,179,176)
(60%,70%,69%)

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 176 of 255 = 69%

153
179
176

R + G + B ~ 66%. #99B3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 179 + 176 = 508 (100%)
R 153 of 508 ~ 30.12%
G 179 of 508 ~ 35.24%
B 176 of 508 ~ 34.65%

%30.12
%35.24
%34.65

CMYK color model

#99B3B0 color CMYK value is (15,0,2,30).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 29.80%
CMYK:
(15,0,2,30)
C15M0Y2K30 
(15%,0%,2%,30%)
(0.15/0.00/0.02/0.30)	

CMYK percentages

%14.53
%0
%1.68
%29.8

Codes

Color #99B3B0 in popluar color models

99B3B0
RGB153179176
HSL173°14.61%65.10%
HSB/HSV173°14.53%70.20%
CMYK14.53%0.00%1.68%
29.80%

Color #99B3B0 in popluar number systems.

HEX99B3B0
Decimal153179176
Binary100110011011001110110000
Octal231263260

Shades and tints

Shades of #99B3B0

#99B3B0
(153,179,176)
#8CA3A0
(140,163,160)
#7F9390
(127,147,144)
#728380
(114,131,128)
#657370
(101,115,112)
#586360
(88,99,96)
#4B5350
(75,83,80)
#3E4340
(62,67,64)
#313330
(49,51,48)
#242320
(36,35,32)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #99B3B0

#99B3B0
(153,179,176)
#A2B9B7
(162,185,183)
#ABBFBE
(171,191,190)
#B4C5C5
(180,197,197)
#BDCBCC
(189,203,204)
#C6D1D3
(198,209,211)
#CFD7DA
(207,215,218)
#D8DDE1
(216,221,225)
#E1E3E8
(225,227,232)
#EAE9EF
(234,233,239)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B3B0 color. Also use rgb(153,179,176) instead hex code.

Text Font Color

.myTextColor { color: #99B3B0; }

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

This text font color is #99B3B0.


Background Color

.myBgColor { background-color: #99B3B0; }

<div style="background-color:#99B3B0">Inner text</div>

This div background color is #99B3B0.


Border color

.myBorderColor { border: 1px solid #99B3B0; }

<div style="border:3px solid #99B3B0">Div</div>

This div border color is #99B3B0.


Opacity

.myOpacity80 { color: #99B3B0; opacity: 0.8; }

<p style="color:#99B3B0;opacity:0.8;">80%</p>

Text with #99B3B0 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 #99B3B0;}

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

This text has shadow with #99B3B0 color.

.textShadow {text-shadow: 3px 3px 1px #99B3B0, 3px 3px 1px red;}

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

This text has shadow with #99B3B0 primary color and red secondary color.


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

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

This text has shadow with #99B3B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B3B0 on black background.


Color preview on white background

This text has color #99B3B0 on white background.



Black color preview on #99B3B0 background

This text has black color on #99B3B0 background.


White color preview on #99B3B0 background

This text has white color on #99B3B0 background.