COLOR #99B6F9

HEX: #99B6F9
RGB: (153,182,249)

Color info

#99B6F9 contains mainly blue color. Web safe color of #99B6F9 is #99CCFF (or #9CF).

RGB color model

#99B6F9 color RGB value is (153,182,249).

  • red value is 153;
  • green value is 182;
  • blue value is 249.
RGB:
(153,182,249)
(60%,71%,98%)

RGB channels and saturation

R 153 of 255 = 60%
G 182 of 255 = 71%
B 249 of 255 = 98%

153
182
249

R + G + B ~ 76%. #99B6F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 182 + 249 = 584 (100%)
R 153 of 584 ~ 26.2%
G 182 of 584 ~ 31.16%
B 249 of 584 ~ 42.64%

%26.2
%31.16
%42.64

CMYK color model

#99B6F9 color CMYK value is (39,27,0,2).

  • cyan value is 38.55%
  • magenta value is 26.91%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(39,27,0,2)
C39M27Y0K2 
(39%,27%,0%,2%)
(0.39/0.27/0.00/0.02)	

CMYK percentages

%38.55
%26.91
%0
%2.35

Codes

Color #99B6F9 in popluar color models

99B6F9
RGB153182249
HSL222°88.89%78.82%
HSB/HSV222°38.55%97.65%
CMYK38.55%26.91%0.00%
2.35%

Color #99B6F9 in popluar number systems.

HEX99B6F9
Decimal153182249
Binary100110011011011011111001
Octal231266371

Shades and tints

Shades of #99B6F9

#99B6F9
(153,182,249)
#8CA6E3
(140,166,227)
#7F96CD
(127,150,205)
#7286B7
(114,134,183)
#6576A1
(101,118,161)
#58668B
(88,102,139)
#4B5675
(75,86,117)
#3E465F
(62,70,95)
#313649
(49,54,73)
#242633
(36,38,51)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #99B6F9

#99B6F9
(153,182,249)
#A2BCF9
(162,188,249)
#ABC2F9
(171,194,249)
#B4C8F9
(180,200,249)
#BDCEF9
(189,206,249)
#C6D4F9
(198,212,249)
#CFDAF9
(207,218,249)
#D8E0F9
(216,224,249)
#E1E6F9
(225,230,249)
#EAECF9
(234,236,249)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B6F9 color. Also use rgb(153,182,249) instead hex code.

Text Font Color

.myTextColor { color: #99B6F9; }

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

This text font color is #99B6F9.


Background Color

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

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

This div background color is #99B6F9.


Border color

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

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

This div border color is #99B6F9.


Opacity

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

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

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

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

This text has shadow with #99B6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B6F9 on black background.


Color preview on white background

This text has color #99B6F9 on white background.



Black color preview on #99B6F9 background

This text has black color on #99B6F9 background.


White color preview on #99B6F9 background

This text has white color on #99B6F9 background.