COLOR #99A3CE

HEX: #99A3CE
RGB: (153,163,206)

Color info

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

RGB color model

#99A3CE color RGB value is (153,163,206).

  • red value is 153;
  • green value is 163;
  • blue value is 206.
RGB:
(153,163,206)
(60%,64%,81%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 206 of 255 = 81%

153
163
206

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

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 206 = 522 (100%)
R 153 of 522 ~ 29.31%
G 163 of 522 ~ 31.23%
B 206 of 522 ~ 39.46%

%29.31
%31.23
%39.46

CMYK color model

#99A3CE color CMYK value is (26,21,0,19).

  • cyan value is 25.73%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(26,21,0,19)
C26M21Y0K19 
(26%,21%,0%,19%)
(0.26/0.21/0.00/0.19)	

CMYK percentages

%25.73
%20.87
%0
%19.22

Codes

Color #99A3CE in popluar color models

99A3CE
RGB153163206
HSL229°35.10%70.39%
HSB/HSV229°25.73%80.78%
CMYK25.73%20.87%0.00%
19.22%

Color #99A3CE in popluar number systems.

HEX99A3CE
Decimal153163206
Binary100110011010001111001110
Octal231243316

Shades and tints

Shades of #99A3CE

#99A3CE
(153,163,206)
#8C95BC
(140,149,188)
#7F87AA
(127,135,170)
#727998
(114,121,152)
#656B86
(101,107,134)
#585D74
(88,93,116)
#4B4F62
(75,79,98)
#3E4150
(62,65,80)
#31333E
(49,51,62)
#24252C
(36,37,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #99A3CE

#99A3CE
(153,163,206)
#A2ABD2
(162,171,210)
#ABB3D6
(171,179,214)
#B4BBDA
(180,187,218)
#BDC3DE
(189,195,222)
#C6CBE2
(198,203,226)
#CFD3E6
(207,211,230)
#D8DBEA
(216,219,234)
#E1E3EE
(225,227,238)
#EAEBF2
(234,235,242)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A3CE color. Also use rgb(153,163,206) instead hex code.

Text Font Color

.myTextColor { color: #99A3CE; }

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

This text font color is #99A3CE.


Background Color

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

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

This div background color is #99A3CE.


Border color

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

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

This div border color is #99A3CE.


Opacity

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

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

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

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

This text has shadow with #99A3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A3CE on black background.


Color preview on white background

This text has color #99A3CE on white background.



Black color preview on #99A3CE background

This text has black color on #99A3CE background.


White color preview on #99A3CE background

This text has white color on #99A3CE background.