COLOR #99A6C5

HEX: #99A6C5
RGB: (153,166,197)

Color info

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

RGB color model

#99A6C5 color RGB value is (153,166,197).

  • red value is 153;
  • green value is 166;
  • blue value is 197.
RGB:
(153,166,197)
(60%,65%,77%)

RGB channels and saturation

R 153 of 255 = 60%
G 166 of 255 = 65%
B 197 of 255 = 77%

153
166
197

R + G + B ~ 67%. #99A6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 166 + 197 = 516 (100%)
R 153 of 516 ~ 29.65%
G 166 of 516 ~ 32.17%
B 197 of 516 ~ 38.18%

%29.65
%32.17
%38.18

CMYK color model

#99A6C5 color CMYK value is (22,16,0,23).

  • cyan value is 22.34%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(22,16,0,23)
C22M16Y0K23 
(22%,16%,0%,23%)
(0.22/0.16/0.00/0.23)	

CMYK percentages

%22.34
%15.74
%0
%22.75

Codes

Color #99A6C5 in popluar color models

99A6C5
RGB153166197
HSL222°27.50%68.63%
HSB/HSV222°22.34%77.25%
CMYK22.34%15.74%0.00%
22.75%

Color #99A6C5 in popluar number systems.

HEX99A6C5
Decimal153166197
Binary100110011010011011000101
Octal231246305

Shades and tints

Shades of #99A6C5

#99A6C5
(153,166,197)
#8C97B4
(140,151,180)
#7F88A3
(127,136,163)
#727992
(114,121,146)
#656A81
(101,106,129)
#585B70
(88,91,112)
#4B4C5F
(75,76,95)
#3E3D4E
(62,61,78)
#312E3D
(49,46,61)
#241F2C
(36,31,44)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #99A6C5

#99A6C5
(153,166,197)
#A2AECA
(162,174,202)
#ABB6CF
(171,182,207)
#B4BED4
(180,190,212)
#BDC6D9
(189,198,217)
#C6CEDE
(198,206,222)
#CFD6E3
(207,214,227)
#D8DEE8
(216,222,232)
#E1E6ED
(225,230,237)
#EAEEF2
(234,238,242)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A6C5 color. Also use rgb(153,166,197) instead hex code.

Text Font Color

.myTextColor { color: #99A6C5; }

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

This text font color is #99A6C5.


Background Color

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

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

This div background color is #99A6C5.


Border color

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

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

This div border color is #99A6C5.


Opacity

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

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

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

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

This text has shadow with #99A6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A6C5 on black background.


Color preview on white background

This text has color #99A6C5 on white background.



Black color preview on #99A6C5 background

This text has black color on #99A6C5 background.


White color preview on #99A6C5 background

This text has white color on #99A6C5 background.