COLOR #99A8F7

HEX: #99A8F7 RGB: (153,168,247)

Color info

#99A8F7 contains mainly blue color. Web safe color of #99A8F7 is #9999FF (or #99F).

RGB color model

#99A8F7 color RGB value is (153,168,247).

RGB: (153,168,247) (60%, 66%, 97%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 247 of 255 = 97%

153
168
247

R + G + B ~ 74%. #99A8F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 168 + 247 = 568 (100%)
R 153 of 568 ~ 26.94%
G 168 of 568 ~ 29.58%
B 247 of 568 ~ 43.49'%

%26.94
%29.58
%43.49

CMYK color model

#99A8F7 color CMYK value is (38,32,0,3).

  • cyan value is 38.06%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (38,32,0,3)
C38M32Y0K3 (38%, 32%, 0%, 3%)
(0.38 / 0.32 / 0.00 / 0.03)

CMYK percentages

%38.06
%31.98
%0
%3.14

Codes

Color #99A8F7 in popluar color models

99 A8 F7
RGB 153 168 247
HSL 230° 85.45% 78.43%
HSB/HSV 230° 38.06% 96.86%
CMYK 38.06% 31.98% 0.00%
3.14%

Color #99A8F7 in popluar number systems.

HEX 99 A8 F7
Decimal 153 168 247
Binary 10011001 10101000 11110111
Octal 231 250 367

Shades and tints

Shades of #99A8F7

#99A8F7
(153,168,247)
#8C99E1
(140,153,225)
#7F8ACB
(127,138,203)
#727BB5
(114,123,181)
#656C9F
(101,108,159)
#585D89
(88,93,137)
#4B4E73
(75,78,115)
#3E3F5D
(62,63,93)
#313047
(49,48,71)
#242131
(36,33,49)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #99A8F7

#99A8F7
(153,168,247)
#A2AFF7
(162,175,247)
#ABB6F7
(171,182,247)
#B4BDF7
(180,189,247)
#BDC4F7
(189,196,247)
#C6CBF7
(198,203,247)
#CFD2F7
(207,210,247)
#D8D9F7
(216,217,247)
#E1E0F7
(225,224,247)
#EAE7F7
(234,231,247)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A8F7; }

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

This text font color is #99A8F7.

Background Color

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

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

This div background color is #99A8F7.

Border color

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

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

This div border color is #99A8F7.

Opacity

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

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

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

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

This text has shadow with #99A8F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A8F7.

Preview

Color preview on black background

This text has color #99A8F7 on black background.


Color preview on white background

This text has color #99A8F7 on white background.


Black color preview on #99A8F7 background

This text has black color on #99A8F7 background.


White color preview on #99A8F7 background

This text has white color on #99A8F7 background.


Related colors

Complementary color

Complementary color for #hex is #665708.


I love getcolorcode.com

Triadic colors

1 #F799A8 and #A8F799 with #99A8F7 are triadic colors.

2 #F7A899 and #A899F7 with #99A8F7 are triadic colors.