COLOR #96ACCE

HEX: #96ACCE
RGB: (150,172,206)

Color info

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

RGB color model

#96ACCE color RGB value is (150,172,206).

  • red value is 150;
  • green value is 172;
  • blue value is 206.
RGB:
(150,172,206)
(59%,67%,81%)

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 206 of 255 = 81%

150
172
206

R + G + B ~ 69%. #96ACCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 206 = 528 (100%)
R 150 of 528 ~ 28.41%
G 172 of 528 ~ 32.58%
B 206 of 528 ~ 39.02%

%28.41
%32.58
%39.02

CMYK color model

#96ACCE color CMYK value is (27,17,0,19).

  • cyan value is 27.18%
  • magenta value is 16.50%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(27,17,0,19)
C27M17Y0K19 
(27%,17%,0%,19%)
(0.27/0.17/0.00/0.19)	

CMYK percentages

%27.18
%16.5
%0
%19.22

Codes

Color #96ACCE in popluar color models

96ACCE
RGB150172206
HSL216°36.36%69.80%
HSB/HSV216°27.18%80.78%
CMYK27.18%16.50%0.00%
19.22%

Color #96ACCE in popluar number systems.

HEX96ACCE
Decimal150172206
Binary100101101010110011001110
Octal226254316

Shades and tints

Shades of #96ACCE

#96ACCE
(150,172,206)
#899DBC
(137,157,188)
#7C8EAA
(124,142,170)
#6F7F98
(111,127,152)
#627086
(98,112,134)
#556174
(85,97,116)
#485262
(72,82,98)
#3B4350
(59,67,80)
#2E343E
(46,52,62)
#21252C
(33,37,44)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #96ACCE

#96ACCE
(150,172,206)
#9FB3D2
(159,179,210)
#A8BAD6
(168,186,214)
#B1C1DA
(177,193,218)
#BAC8DE
(186,200,222)
#C3CFE2
(195,207,226)
#CCD6E6
(204,214,230)
#D5DDEA
(213,221,234)
#DEE4EE
(222,228,238)
#E7EBF2
(231,235,242)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96ACCE color. Also use rgb(150,172,206) instead hex code.

Text Font Color

.myTextColor { color: #96ACCE; }

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

This text font color is #96ACCE.


Background Color

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

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

This div background color is #96ACCE.


Border color

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

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

This div border color is #96ACCE.


Opacity

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

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

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

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

This text has shadow with #96ACCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ACCE on black background.


Color preview on white background

This text has color #96ACCE on white background.



Black color preview on #96ACCE background

This text has black color on #96ACCE background.


White color preview on #96ACCE background

This text has white color on #96ACCE background.