COLOR #99BAC8

HEX: #99BAC8
RGB: (153,186,200)

Color info

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

RGB color model

#99BAC8 color RGB value is (153,186,200).

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

RGB channels and saturation

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

153
186
200

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

Portions of RGB colors in percentages

R + G + B =
153 + 186 + 200 = 539 (100%)
R 153 of 539 ~ 28.39%
G 186 of 539 ~ 34.51%
B 200 of 539 ~ 37.11%

%28.39
%34.51
%37.11

CMYK color model

#99BAC8 color CMYK value is (24,7,0,22).

  • cyan value is 23.50%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(24,7,0,22)
C24M7Y0K22 
(24%,7%,0%,22%)
(0.24/0.07/0.00/0.22)	

CMYK percentages

%23.5
%7
%0
%21.57

Codes

Color #99BAC8 in popluar color models

99BAC8
RGB153186200
HSL198°29.94%69.22%
HSB/HSV198°23.50%78.43%
CMYK23.50%7.00%0.00%
21.57%

Color #99BAC8 in popluar number systems.

HEX99BAC8
Decimal153186200
Binary100110011011101011001000
Octal231272310

Shades and tints

Shades of #99BAC8

#99BAC8
(153,186,200)
#8CAAB6
(140,170,182)
#7F9AA4
(127,154,164)
#728A92
(114,138,146)
#657A80
(101,122,128)
#586A6E
(88,106,110)
#4B5A5C
(75,90,92)
#3E4A4A
(62,74,74)
#313A38
(49,58,56)
#242A26
(36,42,38)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #99BAC8

#99BAC8
(153,186,200)
#A2C0CD
(162,192,205)
#ABC6D2
(171,198,210)
#B4CCD7
(180,204,215)
#BDD2DC
(189,210,220)
#C6D8E1
(198,216,225)
#CFDEE6
(207,222,230)
#D8E4EB
(216,228,235)
#E1EAF0
(225,234,240)
#EAF0F5
(234,240,245)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BAC8; }

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

This text font color is #99BAC8.


Background Color

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

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

This div background color is #99BAC8.


Border color

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

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

This div border color is #99BAC8.


Opacity

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

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

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

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

This text has shadow with #99BAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BAC8 on black background.


Color preview on white background

This text has color #99BAC8 on white background.



Black color preview on #99BAC8 background

This text has black color on #99BAC8 background.


White color preview on #99BAC8 background

This text has white color on #99BAC8 background.