COLOR #96ABCA

HEX: #96ABCA RGB: (150,171,202)

Color info

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

RGB color model

#96ABCA color RGB value is (150,171,202).

RGB: (150,171,202) (59%, 67%, 79%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 202 of 255 = 79%

150
171
202

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

Portions of RGB colors in percentages

R + G + B = 150 + 171 + 202 = 523 (100%)
R 150 of 523 ~ 28.68%
G 171 of 523 ~ 32.7%
B 202 of 523 ~ 38.62'%

%28.68
%32.7
%38.62

CMYK color model

#96ABCA color CMYK value is (26,15,0,21).

  • cyan value is 25.74%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (26,15,0,21) C26M15Y0K21 (26%,15%,0%,21%) (0.26/0.15/0.00/0.21) 

CMYK percentages

%25.74
%15.35
%0
%20.78

Codes

Color #96ABCA in popluar color models

96 AB CA
RGB 150 171 202
HSL 216° 32.91% 69.02%
HSB/HSV 216° 25.74% 79.22%
CMYK 25.74% 15.35% 0.00%
20.78%

Color #96ABCA in popluar number systems.

HEX 96 AB CA
Decimal 150 171 202
Binary 10010110 10101011 11001010
Octal 226 253 312

Shades and tints

Shades of #96ABCA

#96ABCA
(150,171,202)
#899CB8
(137,156,184)
#7C8DA6
(124,141,166)
#6F7E94
(111,126,148)
#626F82
(98,111,130)
#556070
(85,96,112)
#48515E
(72,81,94)
#3B424C
(59,66,76)
#2E333A
(46,51,58)
#212428
(33,36,40)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #96ABCA

#96ABCA
(150,171,202)
#9FB2CE
(159,178,206)
#A8B9D2
(168,185,210)
#B1C0D6
(177,192,214)
#BAC7DA
(186,199,218)
#C3CEDE
(195,206,222)
#CCD5E2
(204,213,226)
#D5DCE6
(213,220,230)
#DEE3EA
(222,227,234)
#E7EAEE
(231,234,238)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96ABCA color. Also use rgb(150,171,202) instead hex code.

Text Font Color

.myTextColor { color: #96ABCA; }

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

This text font color is #96ABCA.

Background Color

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

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

This div background color is #96ABCA.

Border color

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

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

This div border color is #96ABCA.

Opacity

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

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

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

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

This text has shadow with #96ABCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ABCA.

Preview

Color preview on black background

This text has color #96ABCA on black background.


Color preview on white background

This text has color #96ABCA on white background.


Black color preview on #96ABCA background

This text has black color on #96ABCA background.


White color preview on #96ABCA background

This text has white color on #96ABCA background.


Related colors

Complementary color

Complementary color for #hex is #695435.


I love getcolorcode.com

Triadic colors

1 #CA96AB and #ABCA96 with #96ABCA are triadic colors.

2 #CAAB96 and #AB96CA with #96ABCA are triadic colors.