COLOR #99BAC6

HEX: #99BAC6
RGB: (153,186,198)

Color info

#99BAC6 contains red, green and blue colors in about the same proportion. Web safe color of #99BAC6 is #99CCCC (or #9CC).

RGB color model

#99BAC6 color RGB value is (153,186,198).

  • red value is 153;
  • green value is 186;
  • blue value is 198.
RGB:
(153,186,198)
(60%,73%,78%)

RGB channels and saturation

R 153 of 255 = 60%
G 186 of 255 = 73%
B 198 of 255 = 78%

153
186
198

R + G + B ~ 70%. #99BAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 186 + 198 = 537 (100%)
R 153 of 537 ~ 28.49%
G 186 of 537 ~ 34.64%
B 198 of 537 ~ 36.87%

%28.49
%34.64
%36.87

CMYK color model

#99BAC6 color CMYK value is (23,6,0,22).

  • cyan value is 22.73%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(23,6,0,22)
C23M6Y0K22 
(23%,6%,0%,22%)
(0.23/0.06/0.00/0.22)	

CMYK percentages

%22.73
%6.06
%0
%22.35

Codes

Color #99BAC6 in popluar color models

99BAC6
RGB153186198
HSL196°28.30%68.82%
HSB/HSV196°22.73%77.65%
CMYK22.73%6.06%0.00%
22.35%

Color #99BAC6 in popluar number systems.

HEX99BAC6
Decimal153186198
Binary100110011011101011000110
Octal231272306

Shades and tints

Shades of #99BAC6

#99BAC6
(153,186,198)
#8CAAB4
(140,170,180)
#7F9AA2
(127,154,162)
#728A90
(114,138,144)
#657A7E
(101,122,126)
#586A6C
(88,106,108)
#4B5A5A
(75,90,90)
#3E4A48
(62,74,72)
#313A36
(49,58,54)
#242A24
(36,42,36)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #99BAC6

#99BAC6
(153,186,198)
#A2C0CB
(162,192,203)
#ABC6D0
(171,198,208)
#B4CCD5
(180,204,213)
#BDD2DA
(189,210,218)
#C6D8DF
(198,216,223)
#CFDEE4
(207,222,228)
#D8E4E9
(216,228,233)
#E1EAEE
(225,234,238)
#EAF0F3
(234,240,243)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BAC6 color. Also use rgb(153,186,198) instead hex code.

Text Font Color

.myTextColor { color: #99BAC6; }

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

This text font color is #99BAC6.


Background Color

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

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

This div background color is #99BAC6.


Border color

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

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

This div border color is #99BAC6.


Opacity

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

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

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

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

This text has shadow with #99BAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BAC6 on black background.


Color preview on white background

This text has color #99BAC6 on white background.



Black color preview on #99BAC6 background

This text has black color on #99BAC6 background.


White color preview on #99BAC6 background

This text has white color on #99BAC6 background.