COLOR #96ACE7

HEX: #96ACE7 RGB: (150,172,231)

Color info

#96ACE7 contains mainly green and blue colors. Web safe color of #96ACE7 is #9999FF (or #99F).

RGB color model

#96ACE7 color RGB value is (150,172,231).

RGB: (150,172,231) (59%, 67%, 91%)

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 231 of 255 = 91%

150
172
231

R + G + B ~ 72%. #96ACE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 172 + 231 = 553 (100%)
R 150 of 553 ~ 27.12%
G 172 of 553 ~ 31.1%
B 231 of 553 ~ 41.77'%

%27.12
%31.1
%41.77

CMYK color model

#96ACE7 color CMYK value is (35,26,0,9).

  • cyan value is 35.06%
  • magenta value is 25.54%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (35,26,0,9) C35M26Y0K9 (35%,26%,0%,9%) (0.35/0.26/0.00/0.09) 

CMYK percentages

%35.06
%25.54
%0
%9.41

Codes

Color #96ACE7 in popluar color models

96 AC E7
RGB 150 172 231
HSL 224° 62.79% 74.71%
HSB/HSV 224° 35.06% 90.59%
CMYK 35.06% 25.54% 0.00%
9.41%

Color #96ACE7 in popluar number systems.

HEX 96 AC E7
Decimal 150 172 231
Binary 10010110 10101100 11100111
Octal 226 254 347

Shades and tints

Shades of #96ACE7

#96ACE7
(150,172,231)
#899DD2
(137,157,210)
#7C8EBD
(124,142,189)
#6F7FA8
(111,127,168)
#627093
(98,112,147)
#55617E
(85,97,126)
#485269
(72,82,105)
#3B4354
(59,67,84)
#2E343F
(46,52,63)
#21252A
(33,37,42)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #96ACE7

#96ACE7
(150,172,231)
#9FB3E9
(159,179,233)
#A8BAEB
(168,186,235)
#B1C1ED
(177,193,237)
#BAC8EF
(186,200,239)
#C3CFF1
(195,207,241)
#CCD6F3
(204,214,243)
#D5DDF5
(213,221,245)
#DEE4F7
(222,228,247)
#E7EBF9
(231,235,249)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ACE7; }

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

This text font color is #96ACE7.

Background Color

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

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

This div background color is #96ACE7.

Border color

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

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

This div border color is #96ACE7.

Opacity

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

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

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

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

This text has shadow with #96ACE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ACE7.

Preview

Color preview on black background

This text has color #96ACE7 on black background.


Color preview on white background

This text has color #96ACE7 on white background.


Black color preview on #96ACE7 background

This text has black color on #96ACE7 background.


White color preview on #96ACE7 background

This text has white color on #96ACE7 background.


Related colors

Complementary color

Complementary color for #hex is #695318.


I love getcolorcode.com

Triadic colors

1 #E796AC and #ACE796 with #96ACE7 are triadic colors.

2 #E7AC96 and #AC96E7 with #96ACE7 are triadic colors.