COLOR #96AFCF

HEX: #96AFCF
RGB: (150,175,207)

Color info

#96AFCF contains red, green and blue colors in about the same proportion. Web safe color of #96AFCF is #9999CC (or #99C).

RGB color model

#96AFCF color RGB value is (150,175,207).

  • red value is 150;
  • green value is 175;
  • blue value is 207.
RGB:
(150,175,207)
(59%,69%,81%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 207 of 255 = 81%

150
175
207

R + G + B ~ 70%. #96AFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 207 = 532 (100%)
R 150 of 532 ~ 28.2%
G 175 of 532 ~ 32.89%
B 207 of 532 ~ 38.91%

%28.2
%32.89
%38.91

CMYK color model

#96AFCF color CMYK value is (28,15,0,19).

  • cyan value is 27.54%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(28,15,0,19)
C28M15Y0K19 
(28%,15%,0%,19%)
(0.28/0.15/0.00/0.19)	

CMYK percentages

%27.54
%15.46
%0
%18.82

Codes

Color #96AFCF in popluar color models

96AFCF
RGB150175207
HSL214°37.25%70.00%
HSB/HSV214°27.54%81.18%
CMYK27.54%15.46%0.00%
18.82%

Color #96AFCF in popluar number systems.

HEX96AFCF
Decimal150175207
Binary100101101010111111001111
Octal226257317

Shades and tints

Shades of #96AFCF

#96AFCF
(150,175,207)
#89A0BD
(137,160,189)
#7C91AB
(124,145,171)
#6F8299
(111,130,153)
#627387
(98,115,135)
#556475
(85,100,117)
#485563
(72,85,99)
#3B4651
(59,70,81)
#2E373F
(46,55,63)
#21282D
(33,40,45)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #96AFCF

#96AFCF
(150,175,207)
#9FB6D3
(159,182,211)
#A8BDD7
(168,189,215)
#B1C4DB
(177,196,219)
#BACBDF
(186,203,223)
#C3D2E3
(195,210,227)
#CCD9E7
(204,217,231)
#D5E0EB
(213,224,235)
#DEE7EF
(222,231,239)
#E7EEF3
(231,238,243)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AFCF color. Also use rgb(150,175,207) instead hex code.

Text Font Color

.myTextColor { color: #96AFCF; }

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

This text font color is #96AFCF.


Background Color

.myBgColor { background-color: #96AFCF; }

<div style="background-color:#96AFCF">Inner text</div>

This div background color is #96AFCF.


Border color

.myBorderColor { border: 1px solid #96AFCF; }

<div style="border:3px solid #96AFCF">Div</div>

This div border color is #96AFCF.


Opacity

.myOpacity80 { color: #96AFCF; opacity: 0.8; }

<p style="color:#96AFCF;opacity:0.8;">80%</p>

Text with #96AFCF 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 #96AFCF;}

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

This text has shadow with #96AFCF color.

.textShadow {text-shadow: 3px 3px 1px #96AFCF, 3px 3px 1px red;}

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

This text has shadow with #96AFCF primary color and red secondary color.


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

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

This text has shadow with #96AFCF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AFCF on black background.


Color preview on white background

This text has color #96AFCF on white background.



Black color preview on #96AFCF background

This text has black color on #96AFCF background.


White color preview on #96AFCF background

This text has white color on #96AFCF background.