COLOR #99B193

HEX: #99B193
RGB: (153,177,147)

Color info

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

RGB color model

#99B193 color RGB value is (153,177,147).

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

RGB channels and saturation

R 153 of 255 = 60%
G 177 of 255 = 69%
B 147 of 255 = 58%

153
177
147

R + G + B ~ 62%. #99B193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 177 + 147 = 477 (100%)
R 153 of 477 ~ 32.08%
G 177 of 477 ~ 37.11%
B 147 of 477 ~ 30.82%

%32.08
%37.11
%30.82

CMYK color model

#99B193 color CMYK value is (14,0,17,31).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 30.59%
CMYK:
(14,0,17,31)
C14M0Y17K31 
(14%,0%,17%,31%)
(0.14/0.00/0.17/0.31)	

CMYK percentages

%13.56
%0
%16.95
%30.59

Codes

Color #99B193 in popluar color models

99B193
RGB153177147
HSL108°16.13%63.53%
HSB/HSV108°16.95%69.41%
CMYK13.56%0.00%16.95%
30.59%

Color #99B193 in popluar number systems.

HEX99B193
Decimal153177147
Binary100110011011000110010011
Octal231261223

Shades and tints

Shades of #99B193

#99B193
(153,177,147)
#8CA186
(140,161,134)
#7F9179
(127,145,121)
#72816C
(114,129,108)
#65715F
(101,113,95)
#586152
(88,97,82)
#4B5145
(75,81,69)
#3E4138
(62,65,56)
#31312B
(49,49,43)
#24211E
(36,33,30)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #99B193

#99B193
(153,177,147)
#A2B89C
(162,184,156)
#ABBFA5
(171,191,165)
#B4C6AE
(180,198,174)
#BDCDB7
(189,205,183)
#C6D4C0
(198,212,192)
#CFDBC9
(207,219,201)
#D8E2D2
(216,226,210)
#E1E9DB
(225,233,219)
#EAF0E4
(234,240,228)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B193 color. Also use rgb(153,177,147) instead hex code.

Text Font Color

.myTextColor { color: #99B193; }

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

This text font color is #99B193.


Background Color

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

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

This div background color is #99B193.


Border color

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

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

This div border color is #99B193.


Opacity

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

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

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

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

This text has shadow with #99B193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B193 on black background.


Color preview on white background

This text has color #99B193 on white background.



Black color preview on #99B193 background

This text has black color on #99B193 background.


White color preview on #99B193 background

This text has white color on #99B193 background.