COLOR #99A8CA

HEX: #99A8CA
RGB: (153,168,202)

Color info

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

RGB color model

#99A8CA color RGB value is (153,168,202).

  • red value is 153;
  • green value is 168;
  • blue value is 202.
RGB:
(153,168,202)
(60%,66%,79%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 202 of 255 = 79%

153
168
202

R + G + B ~ 68%. #99A8CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 168 + 202 = 523 (100%)
R 153 of 523 ~ 29.25%
G 168 of 523 ~ 32.12%
B 202 of 523 ~ 38.62%

%29.25
%32.12
%38.62

CMYK color model

#99A8CA color CMYK value is (24,17,0,21).

  • cyan value is 24.26%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(24,17,0,21)
C24M17Y0K21 
(24%,17%,0%,21%)
(0.24/0.17/0.00/0.21)	

CMYK percentages

%24.26
%16.83
%0
%20.78

Codes

Color #99A8CA in popluar color models

99A8CA
RGB153168202
HSL222°31.61%69.61%
HSB/HSV222°24.26%79.22%
CMYK24.26%16.83%0.00%
20.78%

Color #99A8CA in popluar number systems.

HEX99A8CA
Decimal153168202
Binary100110011010100011001010
Octal231250312

Shades and tints

Shades of #99A8CA

#99A8CA
(153,168,202)
#8C99B8
(140,153,184)
#7F8AA6
(127,138,166)
#727B94
(114,123,148)
#656C82
(101,108,130)
#585D70
(88,93,112)
#4B4E5E
(75,78,94)
#3E3F4C
(62,63,76)
#31303A
(49,48,58)
#242128
(36,33,40)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #99A8CA

#99A8CA
(153,168,202)
#A2AFCE
(162,175,206)
#ABB6D2
(171,182,210)
#B4BDD6
(180,189,214)
#BDC4DA
(189,196,218)
#C6CBDE
(198,203,222)
#CFD2E2
(207,210,226)
#D8D9E6
(216,217,230)
#E1E0EA
(225,224,234)
#EAE7EE
(234,231,238)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A8CA color. Also use rgb(153,168,202) instead hex code.

Text Font Color

.myTextColor { color: #99A8CA; }

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

This text font color is #99A8CA.


Background Color

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

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

This div background color is #99A8CA.


Border color

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

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

This div border color is #99A8CA.


Opacity

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

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

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

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

This text has shadow with #99A8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A8CA on black background.


Color preview on white background

This text has color #99A8CA on white background.



Black color preview on #99A8CA background

This text has black color on #99A8CA background.


White color preview on #99A8CA background

This text has white color on #99A8CA background.