COLOR #99B3B5

HEX: #99B3B5
RGB: (153,179,181)

Color info

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

RGB color model

#99B3B5 color RGB value is (153,179,181).

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

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 181 of 255 = 71%

153
179
181

R + G + B ~ 67%. #99B3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 179 + 181 = 513 (100%)
R 153 of 513 ~ 29.82%
G 179 of 513 ~ 34.89%
B 181 of 513 ~ 35.28%

%29.82
%34.89
%35.28

CMYK color model

#99B3B5 color CMYK value is (15,1,0,29).

  • cyan value is 15.47%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(15,1,0,29)
C15M1Y0K29 
(15%,1%,0%,29%)
(0.15/0.01/0.00/0.29)	

CMYK percentages

%15.47
%1.1
%0
%29.02

Codes

Color #99B3B5 in popluar color models

99B3B5
RGB153179181
HSL184°15.91%65.49%
HSB/HSV184°15.47%70.98%
CMYK15.47%1.10%0.00%
29.02%

Color #99B3B5 in popluar number systems.

HEX99B3B5
Decimal153179181
Binary100110011011001110110101
Octal231263265

Shades and tints

Shades of #99B3B5

#99B3B5
(153,179,181)
#8CA3A5
(140,163,165)
#7F9395
(127,147,149)
#728385
(114,131,133)
#657375
(101,115,117)
#586365
(88,99,101)
#4B5355
(75,83,85)
#3E4345
(62,67,69)
#313335
(49,51,53)
#242325
(36,35,37)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #99B3B5

#99B3B5
(153,179,181)
#A2B9BB
(162,185,187)
#ABBFC1
(171,191,193)
#B4C5C7
(180,197,199)
#BDCBCD
(189,203,205)
#C6D1D3
(198,209,211)
#CFD7D9
(207,215,217)
#D8DDDF
(216,221,223)
#E1E3E5
(225,227,229)
#EAE9EB
(234,233,235)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B3B5; }

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

This text font color is #99B3B5.


Background Color

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

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

This div background color is #99B3B5.


Border color

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

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

This div border color is #99B3B5.


Opacity

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

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

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

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

This text has shadow with #99B3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B3B5 on black background.


Color preview on white background

This text has color #99B3B5 on white background.



Black color preview on #99B3B5 background

This text has black color on #99B3B5 background.


White color preview on #99B3B5 background

This text has white color on #99B3B5 background.