COLOR #99B298

HEX: #99B298
RGB: (153,178,152)

Color info

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

RGB color model

#99B298 color RGB value is (153,178,152).

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

RGB channels and saturation

R 153 of 255 = 60%
G 178 of 255 = 70%
B 152 of 255 = 60%

153
178
152

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

Portions of RGB colors in percentages

R + G + B =
153 + 178 + 152 = 483 (100%)
R 153 of 483 ~ 31.68%
G 178 of 483 ~ 36.85%
B 152 of 483 ~ 31.47%

%31.68
%36.85
%31.47

CMYK color model

#99B298 color CMYK value is (14,0,15,30).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 30.20%
CMYK:
(14,0,15,30)
C14M0Y15K30 
(14%,0%,15%,30%)
(0.14/0.00/0.15/0.30)	

CMYK percentages

%14.04
%0
%14.61
%30.2

Codes

Color #99B298 in popluar color models

99B298
RGB153178152
HSL118°14.44%64.71%
HSB/HSV118°14.61%69.80%
CMYK14.04%0.00%14.61%
30.20%

Color #99B298 in popluar number systems.

HEX99B298
Decimal153178152
Binary100110011011001010011000
Octal231262230

Shades and tints

Shades of #99B298

#99B298
(153,178,152)
#8CA28B
(140,162,139)
#7F927E
(127,146,126)
#728271
(114,130,113)
#657264
(101,114,100)
#586257
(88,98,87)
#4B524A
(75,82,74)
#3E423D
(62,66,61)
#313230
(49,50,48)
#242223
(36,34,35)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #99B298

#99B298
(153,178,152)
#A2B9A1
(162,185,161)
#ABC0AA
(171,192,170)
#B4C7B3
(180,199,179)
#BDCEBC
(189,206,188)
#C6D5C5
(198,213,197)
#CFDCCE
(207,220,206)
#D8E3D7
(216,227,215)
#E1EAE0
(225,234,224)
#EAF1E9
(234,241,233)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B298; }

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

This text font color is #99B298.


Background Color

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

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

This div background color is #99B298.


Border color

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

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

This div border color is #99B298.


Opacity

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

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

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

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

This text has shadow with #99B298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B298 on black background.


Color preview on white background

This text has color #99B298 on white background.



Black color preview on #99B298 background

This text has black color on #99B298 background.


White color preview on #99B298 background

This text has white color on #99B298 background.