COLOR #99B8B3

HEX: #99B8B3
RGB: (153,184,179)

Color info

#99B8B3 contains red, green and blue colors in about the same proportion. Web safe color of #99B8B3 is #99CC99 (or #9C9).

RGB color model

#99B8B3 color RGB value is (153,184,179).

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

RGB channels and saturation

R 153 of 255 = 60%
G 184 of 255 = 72%
B 179 of 255 = 70%

153
184
179

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

Portions of RGB colors in percentages

R + G + B =
153 + 184 + 179 = 516 (100%)
R 153 of 516 ~ 29.65%
G 184 of 516 ~ 35.66%
B 179 of 516 ~ 34.69%

%29.65
%35.66
%34.69

CMYK color model

#99B8B3 color CMYK value is (17,0,3,28).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 2.72%
  • key color value is 27.84%
CMYK:
(17,0,3,28)
C17M0Y3K28 
(17%,0%,3%,28%)
(0.17/0.00/0.03/0.28)	

CMYK percentages

%16.85
%0
%2.72
%27.84

Codes

Color #99B8B3 in popluar color models

99B8B3
RGB153184179
HSL170°17.92%66.08%
HSB/HSV170°16.85%72.16%
CMYK16.85%0.00%2.72%
27.84%

Color #99B8B3 in popluar number systems.

HEX99B8B3
Decimal153184179
Binary100110011011100010110011
Octal231270263

Shades and tints

Shades of #99B8B3

#99B8B3
(153,184,179)
#8CA8A3
(140,168,163)
#7F9893
(127,152,147)
#728883
(114,136,131)
#657873
(101,120,115)
#586863
(88,104,99)
#4B5853
(75,88,83)
#3E4843
(62,72,67)
#313833
(49,56,51)
#242823
(36,40,35)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #99B8B3

#99B8B3
(153,184,179)
#A2BEB9
(162,190,185)
#ABC4BF
(171,196,191)
#B4CAC5
(180,202,197)
#BDD0CB
(189,208,203)
#C6D6D1
(198,214,209)
#CFDCD7
(207,220,215)
#D8E2DD
(216,226,221)
#E1E8E3
(225,232,227)
#EAEEE9
(234,238,233)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B8B3; }

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

This text font color is #99B8B3.


Background Color

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

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

This div background color is #99B8B3.


Border color

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

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

This div border color is #99B8B3.


Opacity

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

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

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

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

This text has shadow with #99B8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B8B3 on black background.


Color preview on white background

This text has color #99B8B3 on white background.



Black color preview on #99B8B3 background

This text has black color on #99B8B3 background.


White color preview on #99B8B3 background

This text has white color on #99B8B3 background.