COLOR #99B8C6

HEX: #99B8C6
RGB: (153,184,198)

Color info

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

RGB color model

#99B8C6 color RGB value is (153,184,198).

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

RGB channels and saturation

R 153 of 255 = 60%
G 184 of 255 = 72%
B 198 of 255 = 78%

153
184
198

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

Portions of RGB colors in percentages

R + G + B =
153 + 184 + 198 = 535 (100%)
R 153 of 535 ~ 28.6%
G 184 of 535 ~ 34.39%
B 198 of 535 ~ 37.01%

%28.6
%34.39
%37.01

CMYK color model

#99B8C6 color CMYK value is (23,7,0,22).

  • cyan value is 22.73%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(23,7,0,22)
C23M7Y0K22 
(23%,7%,0%,22%)
(0.23/0.07/0.00/0.22)	

CMYK percentages

%22.73
%7.07
%0
%22.35

Codes

Color #99B8C6 in popluar color models

99B8C6
RGB153184198
HSL199°28.30%68.82%
HSB/HSV199°22.73%77.65%
CMYK22.73%7.07%0.00%
22.35%

Color #99B8C6 in popluar number systems.

HEX99B8C6
Decimal153184198
Binary100110011011100011000110
Octal231270306

Shades and tints

Shades of #99B8C6

#99B8C6
(153,184,198)
#8CA8B4
(140,168,180)
#7F98A2
(127,152,162)
#728890
(114,136,144)
#65787E
(101,120,126)
#58686C
(88,104,108)
#4B585A
(75,88,90)
#3E4848
(62,72,72)
#313836
(49,56,54)
#242824
(36,40,36)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #99B8C6

#99B8C6
(153,184,198)
#A2BECB
(162,190,203)
#ABC4D0
(171,196,208)
#B4CAD5
(180,202,213)
#BDD0DA
(189,208,218)
#C6D6DF
(198,214,223)
#CFDCE4
(207,220,228)
#D8E2E9
(216,226,233)
#E1E8EE
(225,232,238)
#EAEEF3
(234,238,243)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B8C6; }

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

This text font color is #99B8C6.


Background Color

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

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

This div background color is #99B8C6.


Border color

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

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

This div border color is #99B8C6.


Opacity

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

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

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

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

This text has shadow with #99B8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B8C6 on black background.


Color preview on white background

This text has color #99B8C6 on white background.



Black color preview on #99B8C6 background

This text has black color on #99B8C6 background.


White color preview on #99B8C6 background

This text has white color on #99B8C6 background.