COLOR #99AFD8

HEX: #99AFD8
RGB: (153,175,216)

Color info

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

RGB color model

#99AFD8 color RGB value is (153,175,216).

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

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 216 of 255 = 85%

153
175
216

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

Portions of RGB colors in percentages

R + G + B =
153 + 175 + 216 = 544 (100%)
R 153 of 544 ~ 28.13%
G 175 of 544 ~ 32.17%
B 216 of 544 ~ 39.71%

%28.13
%32.17
%39.71

CMYK color model

#99AFD8 color CMYK value is (29,19,0,15).

  • cyan value is 29.17%
  • magenta value is 18.98%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(29,19,0,15)
C29M19Y0K15 
(29%,19%,0%,15%)
(0.29/0.19/0.00/0.15)	

CMYK percentages

%29.17
%18.98
%0
%15.29

Codes

Color #99AFD8 in popluar color models

99AFD8
RGB153175216
HSL219°44.68%72.35%
HSB/HSV219°29.17%84.71%
CMYK29.17%18.98%0.00%
15.29%

Color #99AFD8 in popluar number systems.

HEX99AFD8
Decimal153175216
Binary100110011010111111011000
Octal231257330

Shades and tints

Shades of #99AFD8

#99AFD8
(153,175,216)
#8CA0C5
(140,160,197)
#7F91B2
(127,145,178)
#72829F
(114,130,159)
#65738C
(101,115,140)
#586479
(88,100,121)
#4B5566
(75,85,102)
#3E4653
(62,70,83)
#313740
(49,55,64)
#24282D
(36,40,45)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #99AFD8

#99AFD8
(153,175,216)
#A2B6DB
(162,182,219)
#ABBDDE
(171,189,222)
#B4C4E1
(180,196,225)
#BDCBE4
(189,203,228)
#C6D2E7
(198,210,231)
#CFD9EA
(207,217,234)
#D8E0ED
(216,224,237)
#E1E7F0
(225,231,240)
#EAEEF3
(234,238,243)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AFD8; }

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

This text font color is #99AFD8.


Background Color

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

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

This div background color is #99AFD8.


Border color

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

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

This div border color is #99AFD8.


Opacity

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

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

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

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

This text has shadow with #99AFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AFD8 on black background.


Color preview on white background

This text has color #99AFD8 on white background.



Black color preview on #99AFD8 background

This text has black color on #99AFD8 background.


White color preview on #99AFD8 background

This text has white color on #99AFD8 background.