COLOR #99B198

HEX: #99B198
RGB: (153,177,152)

Color info

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

RGB color model

#99B198 color RGB value is (153,177,152).

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

RGB channels and saturation

R 153 of 255 = 60%
G 177 of 255 = 69%
B 152 of 255 = 60%

153
177
152

R + G + B ~ 63%. #99B198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 177 + 152 = 482 (100%)
R 153 of 482 ~ 31.74%
G 177 of 482 ~ 36.72%
B 152 of 482 ~ 31.54%

%31.74
%36.72
%31.54

CMYK color model

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

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(14,0,14,31)
C14M0Y14K31 
(14%,0%,14%,31%)
(0.14/0.00/0.14/0.31)	

CMYK percentages

%13.56
%0
%14.12
%30.59

Codes

Color #99B198 in popluar color models

99B198
RGB153177152
HSL118°13.81%64.51%
HSB/HSV118°14.12%69.41%
CMYK13.56%0.00%14.12%
30.59%

Color #99B198 in popluar number systems.

HEX99B198
Decimal153177152
Binary100110011011000110011000
Octal231261230

Shades and tints

Shades of #99B198

#99B198
(153,177,152)
#8CA18B
(140,161,139)
#7F917E
(127,145,126)
#728171
(114,129,113)
#657164
(101,113,100)
#586157
(88,97,87)
#4B514A
(75,81,74)
#3E413D
(62,65,61)
#313130
(49,49,48)
#242123
(36,33,35)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #99B198

#99B198
(153,177,152)
#A2B8A1
(162,184,161)
#ABBFAA
(171,191,170)
#B4C6B3
(180,198,179)
#BDCDBC
(189,205,188)
#C6D4C5
(198,212,197)
#CFDBCE
(207,219,206)
#D8E2D7
(216,226,215)
#E1E9E0
(225,233,224)
#EAF0E9
(234,240,233)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B198; }

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

This text font color is #99B198.


Background Color

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

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

This div background color is #99B198.


Border color

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

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

This div border color is #99B198.


Opacity

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

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

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

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

This text has shadow with #99B198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B198 on black background.


Color preview on white background

This text has color #99B198 on white background.



Black color preview on #99B198 background

This text has black color on #99B198 background.


White color preview on #99B198 background

This text has white color on #99B198 background.