COLOR #99A8DF

HEX: #99A8DF
RGB: (153,168,223)

Color info

#99A8DF contains mainly green and blue colors. Web safe color of #99A8DF is #9999CC (or #99C).

RGB color model

#99A8DF color RGB value is (153,168,223).

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

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 223 of 255 = 87%

153
168
223

R + G + B ~ 71%. #99A8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 168 + 223 = 544 (100%)
R 153 of 544 ~ 28.13%
G 168 of 544 ~ 30.88%
B 223 of 544 ~ 40.99%

%28.13
%30.88
%40.99

CMYK color model

#99A8DF color CMYK value is (31,25,0,13).

  • cyan value is 31.39%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(31,25,0,13)
C31M25Y0K13 
(31%,25%,0%,13%)
(0.31/0.25/0.00/0.13)	

CMYK percentages

%31.39
%24.66
%0
%12.55

Codes

Color #99A8DF in popluar color models

99A8DF
RGB153168223
HSL227°52.24%73.73%
HSB/HSV227°31.39%87.45%
CMYK31.39%24.66%0.00%
12.55%

Color #99A8DF in popluar number systems.

HEX99A8DF
Decimal153168223
Binary100110011010100011011111
Octal231250337

Shades and tints

Shades of #99A8DF

#99A8DF
(153,168,223)
#8C99CB
(140,153,203)
#7F8AB7
(127,138,183)
#727BA3
(114,123,163)
#656C8F
(101,108,143)
#585D7B
(88,93,123)
#4B4E67
(75,78,103)
#3E3F53
(62,63,83)
#31303F
(49,48,63)
#24212B
(36,33,43)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #99A8DF

#99A8DF
(153,168,223)
#A2AFE1
(162,175,225)
#ABB6E3
(171,182,227)
#B4BDE5
(180,189,229)
#BDC4E7
(189,196,231)
#C6CBE9
(198,203,233)
#CFD2EB
(207,210,235)
#D8D9ED
(216,217,237)
#E1E0EF
(225,224,239)
#EAE7F1
(234,231,241)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A8DF; }

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

This text font color is #99A8DF.


Background Color

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

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

This div background color is #99A8DF.


Border color

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

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

This div border color is #99A8DF.


Opacity

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

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

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

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

This text has shadow with #99A8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A8DF on black background.


Color preview on white background

This text has color #99A8DF on white background.



Black color preview on #99A8DF background

This text has black color on #99A8DF background.


White color preview on #99A8DF background

This text has white color on #99A8DF background.