COLOR #99AFD6

HEX: #99AFD6
RGB: (153,175,214)

Color info

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

RGB color model

#99AFD6 color RGB value is (153,175,214).

  • red value is 153;
  • green value is 175;
  • blue value is 214.
RGB:
(153,175,214)
(60%,69%,84%)

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 214 of 255 = 84%

153
175
214

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

Portions of RGB colors in percentages

R + G + B =
153 + 175 + 214 = 542 (100%)
R 153 of 542 ~ 28.23%
G 175 of 542 ~ 32.29%
B 214 of 542 ~ 39.48%

%28.23
%32.29
%39.48

CMYK color model

#99AFD6 color CMYK value is (29,18,0,16).

  • cyan value is 28.50%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(29,18,0,16)
C29M18Y0K16 
(29%,18%,0%,16%)
(0.29/0.18/0.00/0.16)	

CMYK percentages

%28.5
%18.22
%0
%16.08

Codes

Color #99AFD6 in popluar color models

99AFD6
RGB153175214
HSL218°42.66%71.96%
HSB/HSV218°28.50%83.92%
CMYK28.50%18.22%0.00%
16.08%

Color #99AFD6 in popluar number systems.

HEX99AFD6
Decimal153175214
Binary100110011010111111010110
Octal231257326

Shades and tints

Shades of #99AFD6

#99AFD6
(153,175,214)
#8CA0C3
(140,160,195)
#7F91B0
(127,145,176)
#72829D
(114,130,157)
#65738A
(101,115,138)
#586477
(88,100,119)
#4B5564
(75,85,100)
#3E4651
(62,70,81)
#31373E
(49,55,62)
#24282B
(36,40,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #99AFD6

#99AFD6
(153,175,214)
#A2B6D9
(162,182,217)
#ABBDDC
(171,189,220)
#B4C4DF
(180,196,223)
#BDCBE2
(189,203,226)
#C6D2E5
(198,210,229)
#CFD9E8
(207,217,232)
#D8E0EB
(216,224,235)
#E1E7EE
(225,231,238)
#EAEEF1
(234,238,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AFD6 color. Also use rgb(153,175,214) instead hex code.

Text Font Color

.myTextColor { color: #99AFD6; }

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

This text font color is #99AFD6.


Background Color

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

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

This div background color is #99AFD6.


Border color

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

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

This div border color is #99AFD6.


Opacity

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

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

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

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

This text has shadow with #99AFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AFD6 on black background.


Color preview on white background

This text has color #99AFD6 on white background.



Black color preview on #99AFD6 background

This text has black color on #99AFD6 background.


White color preview on #99AFD6 background

This text has white color on #99AFD6 background.