COLOR #99B28C

HEX: #99B28C
RGB: (153,178,140)

Color info

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

RGB color model

#99B28C color RGB value is (153,178,140).

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

RGB channels and saturation

R 153 of 255 = 60%
G 178 of 255 = 70%
B 140 of 255 = 55%

153
178
140

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

Portions of RGB colors in percentages

R + G + B =
153 + 178 + 140 = 471 (100%)
R 153 of 471 ~ 32.48%
G 178 of 471 ~ 37.79%
B 140 of 471 ~ 29.72%

%32.48
%37.79
%29.72

CMYK color model

#99B28C color CMYK value is (14,0,21,30).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(14,0,21,30)
C14M0Y21K30 
(14%,0%,21%,30%)
(0.14/0.00/0.21/0.30)	

CMYK percentages

%14.04
%0
%21.35
%30.2

Codes

Color #99B28C in popluar color models

99B28C
RGB153178140
HSL99°19.79%62.35%
HSB/HSV99°21.35%69.80%
CMYK14.04%0.00%21.35%
30.20%

Color #99B28C in popluar number systems.

HEX99B28C
Decimal153178140
Binary100110011011001010001100
Octal231262214

Shades and tints

Shades of #99B28C

#99B28C
(153,178,140)
#8CA280
(140,162,128)
#7F9274
(127,146,116)
#728268
(114,130,104)
#65725C
(101,114,92)
#586250
(88,98,80)
#4B5244
(75,82,68)
#3E4238
(62,66,56)
#31322C
(49,50,44)
#242220
(36,34,32)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #99B28C

#99B28C
(153,178,140)
#A2B996
(162,185,150)
#ABC0A0
(171,192,160)
#B4C7AA
(180,199,170)
#BDCEB4
(189,206,180)
#C6D5BE
(198,213,190)
#CFDCC8
(207,220,200)
#D8E3D2
(216,227,210)
#E1EADC
(225,234,220)
#EAF1E6
(234,241,230)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B28C; }

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

This text font color is #99B28C.


Background Color

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

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

This div background color is #99B28C.


Border color

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

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

This div border color is #99B28C.


Opacity

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

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

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

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

This text has shadow with #99B28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B28C on black background.


Color preview on white background

This text has color #99B28C on white background.



Black color preview on #99B28C background

This text has black color on #99B28C background.


White color preview on #99B28C background

This text has white color on #99B28C background.