COLOR #96ACBE

HEX: #96ACBE RGB: (150,172,190)

Color info

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

RGB color model

#96ACBE color RGB value is (150,172,190).

RGB: (150,172,190) (59%, 67%, 75%)

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 190 of 255 = 75%

150
172
190

R + G + B ~ 67%. #96ACBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 172 + 190 = 512 (100%)
R 150 of 512 ~ 29.3%
G 172 of 512 ~ 33.59%
B 190 of 512 ~ 37.11'%

%29.3
%33.59
%37.11

CMYK color model

#96ACBE color CMYK value is (21,9,0,25).

  • cyan value is 21.05%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (21,9,0,25)
C21M9Y0K25 (21%, 9%, 0%, 25%)
(0.21 / 0.09 / 0.00 / 0.25)

CMYK percentages

%21.05
%9.47
%0
%25.49

Codes

Color #96ACBE in popluar color models

96 AC BE
RGB 150 172 190
HSL 207° 23.53% 66.67%
HSB/HSV 207° 21.05% 74.51%
CMYK 21.05% 9.47% 0.00%
25.49%

Color #96ACBE in popluar number systems.

HEX 96 AC BE
Decimal 150 172 190
Binary 10010110 10101100 10111110
Octal 226 254 276

Shades and tints

Shades of #96ACBE

#96ACBE
(150,172,190)
#899DAD
(137,157,173)
#7C8E9C
(124,142,156)
#6F7F8B
(111,127,139)
#62707A
(98,112,122)
#556169
(85,97,105)
#485258
(72,82,88)
#3B4347
(59,67,71)
#2E3436
(46,52,54)
#212525
(33,37,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #96ACBE

#96ACBE
(150,172,190)
#9FB3C3
(159,179,195)
#A8BAC8
(168,186,200)
#B1C1CD
(177,193,205)
#BAC8D2
(186,200,210)
#C3CFD7
(195,207,215)
#CCD6DC
(204,214,220)
#D5DDE1
(213,221,225)
#DEE4E6
(222,228,230)
#E7EBEB
(231,235,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ACBE; }

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

This text font color is #96ACBE.

Background Color

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

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

This div background color is #96ACBE.

Border color

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

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

This div border color is #96ACBE.

Opacity

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

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

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

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

This text has shadow with #96ACBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ACBE.

Preview

Color preview on black background

This text has color #96ACBE on black background.


Color preview on white background

This text has color #96ACBE on white background.


Black color preview on #96ACBE background

This text has black color on #96ACBE background.


White color preview on #96ACBE background

This text has white color on #96ACBE background.


Related colors

Complementary color

Complementary color for #hex is #695341.


I love getcolorcode.com

Triadic colors

1 #BE96AC and #ACBE96 with #96ACBE are triadic colors.

2 #BEAC96 and #AC96BE with #96ACBE are triadic colors.