COLOR #99B2A4

HEX: #99B2A4
RGB: (153,178,164)

Color info

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

RGB color model

#99B2A4 color RGB value is (153,178,164).

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

RGB channels and saturation

R 153 of 255 = 60%
G 178 of 255 = 70%
B 164 of 255 = 64%

153
178
164

R + G + B ~ 65%. #99B2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 178 + 164 = 495 (100%)
R 153 of 495 ~ 30.91%
G 178 of 495 ~ 35.96%
B 164 of 495 ~ 33.13%

%30.91
%35.96
%33.13

CMYK color model

#99B2A4 color CMYK value is (14,0,8,30).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(14,0,8,30)
C14M0Y8K30 
(14%,0%,8%,30%)
(0.14/0.00/0.08/0.30)	

CMYK percentages

%14.04
%0
%7.87
%30.2

Codes

Color #99B2A4 in popluar color models

99B2A4
RGB153178164
HSL146°13.97%64.90%
HSB/HSV146°14.04%69.80%
CMYK14.04%0.00%7.87%
30.20%

Color #99B2A4 in popluar number systems.

HEX99B2A4
Decimal153178164
Binary100110011011001010100100
Octal231262244

Shades and tints

Shades of #99B2A4

#99B2A4
(153,178,164)
#8CA296
(140,162,150)
#7F9288
(127,146,136)
#72827A
(114,130,122)
#65726C
(101,114,108)
#58625E
(88,98,94)
#4B5250
(75,82,80)
#3E4242
(62,66,66)
#313234
(49,50,52)
#242226
(36,34,38)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #99B2A4

#99B2A4
(153,178,164)
#A2B9AC
(162,185,172)
#ABC0B4
(171,192,180)
#B4C7BC
(180,199,188)
#BDCEC4
(189,206,196)
#C6D5CC
(198,213,204)
#CFDCD4
(207,220,212)
#D8E3DC
(216,227,220)
#E1EAE4
(225,234,228)
#EAF1EC
(234,241,236)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B2A4; }

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

This text font color is #99B2A4.


Background Color

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

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

This div background color is #99B2A4.


Border color

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

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

This div border color is #99B2A4.


Opacity

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

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

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

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

This text has shadow with #99B2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B2A4 on black background.


Color preview on white background

This text has color #99B2A4 on white background.



Black color preview on #99B2A4 background

This text has black color on #99B2A4 background.


White color preview on #99B2A4 background

This text has white color on #99B2A4 background.