COLOR #96ACF5

HEX: #96ACF5 RGB: (150,172,245)

Color info

#96ACF5 contains mainly blue color. Web safe color of #96ACF5 is #9999FF (or #99F).

RGB color model

#96ACF5 color RGB value is (150,172,245).

RGB: (150,172,245) (59%, 67%, 96%)

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 245 of 255 = 96%

150
172
245

R + G + B ~ 74%. #96ACF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 172 + 245 = 567 (100%)
R 150 of 567 ~ 26.46%
G 172 of 567 ~ 30.34%
B 245 of 567 ~ 43.21'%

%26.46
%30.34
%43.21

CMYK color model

#96ACF5 color CMYK value is (39,30,0,4).

  • cyan value is 38.78%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (39,30,0,4)
C39M30Y0K4 (39%, 30%, 0%, 4%)
(0.39 / 0.30 / 0.00 / 0.04)

CMYK percentages

%38.78
%29.8
%0
%3.92

Codes

Color #96ACF5 in popluar color models

96 AC F5
RGB 150 172 245
HSL 226° 82.61% 77.45%
HSB/HSV 226° 38.78% 96.08%
CMYK 38.78% 29.80% 0.00%
3.92%

Color #96ACF5 in popluar number systems.

HEX 96 AC F5
Decimal 150 172 245
Binary 10010110 10101100 11110101
Octal 226 254 365

Shades and tints

Shades of #96ACF5

#96ACF5
(150,172,245)
#899DDF
(137,157,223)
#7C8EC9
(124,142,201)
#6F7FB3
(111,127,179)
#62709D
(98,112,157)
#556187
(85,97,135)
#485271
(72,82,113)
#3B435B
(59,67,91)
#2E3445
(46,52,69)
#21252F
(33,37,47)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #96ACF5

#96ACF5
(150,172,245)
#9FB3F5
(159,179,245)
#A8BAF5
(168,186,245)
#B1C1F5
(177,193,245)
#BAC8F5
(186,200,245)
#C3CFF5
(195,207,245)
#CCD6F5
(204,214,245)
#D5DDF5
(213,221,245)
#DEE4F5
(222,228,245)
#E7EBF5
(231,235,245)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ACF5; }

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

This text font color is #96ACF5.

Background Color

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

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

This div background color is #96ACF5.

Border color

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

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

This div border color is #96ACF5.

Opacity

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

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

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

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

This text has shadow with #96ACF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ACF5.

Preview

Color preview on black background

This text has color #96ACF5 on black background.


Color preview on white background

This text has color #96ACF5 on white background.


Black color preview on #96ACF5 background

This text has black color on #96ACF5 background.


White color preview on #96ACF5 background

This text has white color on #96ACF5 background.


Related colors

Complementary color

Complementary color for #hex is #69530A.


I love getcolorcode.com

Triadic colors

1 #F596AC and #ACF596 with #96ACF5 are triadic colors.

2 #F5AC96 and #AC96F5 with #96ACF5 are triadic colors.