COLOR #96AEC6

HEX: #96AEC6 RGB: (150,174,198)

Color info

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

RGB color model

#96AEC6 color RGB value is (150,174,198).

RGB: (150,174,198) (59%, 68%, 78%)

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 198 of 255 = 78%

150
174
198

R + G + B ~ 68%. #96AEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 174 + 198 = 522 (100%)
R 150 of 522 ~ 28.74%
G 174 of 522 ~ 33.33%
B 198 of 522 ~ 37.93'%

%28.74
%33.33
%37.93

CMYK color model

#96AEC6 color CMYK value is (24,12,0,22).

  • cyan value is 24.24%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (24,12,0,22) C24M12Y0K22 (24%,12%,0%,22%) (0.24/0.12/0.00/0.22) 

CMYK percentages

%24.24
%12.12
%0
%22.35

Codes

Color #96AEC6 in popluar color models

96 AE C6
RGB 150 174 198
HSL 210° 29.63% 68.24%
HSB/HSV 210° 24.24% 77.65%
CMYK 24.24% 12.12% 0.00%
22.35%

Color #96AEC6 in popluar number systems.

HEX 96 AE C6
Decimal 150 174 198
Binary 10010110 10101110 11000110
Octal 226 256 306

Shades and tints

Shades of #96AEC6

#96AEC6
(150,174,198)
#899FB4
(137,159,180)
#7C90A2
(124,144,162)
#6F8190
(111,129,144)
#62727E
(98,114,126)
#55636C
(85,99,108)
#48545A
(72,84,90)
#3B4548
(59,69,72)
#2E3636
(46,54,54)
#212724
(33,39,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96AEC6

#96AEC6
(150,174,198)
#9FB5CB
(159,181,203)
#A8BCD0
(168,188,208)
#B1C3D5
(177,195,213)
#BACADA
(186,202,218)
#C3D1DF
(195,209,223)
#CCD8E4
(204,216,228)
#D5DFE9
(213,223,233)
#DEE6EE
(222,230,238)
#E7EDF3
(231,237,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AEC6 color. Also use rgb(150,174,198) instead hex code.

Text Font Color

.myTextColor { color: #96AEC6; }

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

This text font color is #96AEC6.

Background Color

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

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

This div background color is #96AEC6.

Border color

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

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

This div border color is #96AEC6.

Opacity

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

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

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

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

This text has shadow with #96AEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AEC6.

Preview

Color preview on black background

This text has color #96AEC6 on black background.


Color preview on white background

This text has color #96AEC6 on white background.


Black color preview on #96AEC6 background

This text has black color on #96AEC6 background.


White color preview on #96AEC6 background

This text has white color on #96AEC6 background.


Related colors

Complementary color

Complementary color for #hex is #695139.


I love getcolorcode.com

Triadic colors

1 #C696AE and #AEC696 with #96AEC6 are triadic colors.

2 #C6AE96 and #AE96C6 with #96AEC6 are triadic colors.