COLOR #96AFB8

HEX: #96AFB8 RGB: (150,175,184)

Color info

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

RGB color model

#96AFB8 color RGB value is (150,175,184).

RGB: (150,175,184) (59%, 69%, 72%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 184 of 255 = 72%

150
175
184

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

Portions of RGB colors in percentages

R + G + B = 150 + 175 + 184 = 509 (100%)
R 150 of 509 ~ 29.47%
G 175 of 509 ~ 34.38%
B 184 of 509 ~ 36.15'%

%29.47
%34.38
%36.15

CMYK color model

#96AFB8 color CMYK value is (18,5,0,28).

  • cyan value is 18.48%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (18,5,0,28)
C18M5Y0K28 (18%, 5%, 0%, 28%)
(0.18 / 0.05 / 0.00 / 0.28)

CMYK percentages

%18.48
%4.89
%0
%27.84

Codes

Color #96AFB8 in popluar color models

96 AF B8
RGB 150 175 184
HSL 196° 19.32% 65.49%
HSB/HSV 196° 18.48% 72.16%
CMYK 18.48% 4.89% 0.00%
27.84%

Color #96AFB8 in popluar number systems.

HEX 96 AF B8
Decimal 150 175 184
Binary 10010110 10101111 10111000
Octal 226 257 270

Shades and tints

Shades of #96AFB8

#96AFB8
(150,175,184)
#89A0A8
(137,160,168)
#7C9198
(124,145,152)
#6F8288
(111,130,136)
#627378
(98,115,120)
#556468
(85,100,104)
#485558
(72,85,88)
#3B4648
(59,70,72)
#2E3738
(46,55,56)
#212828
(33,40,40)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #96AFB8

#96AFB8
(150,175,184)
#9FB6BE
(159,182,190)
#A8BDC4
(168,189,196)
#B1C4CA
(177,196,202)
#BACBD0
(186,203,208)
#C3D2D6
(195,210,214)
#CCD9DC
(204,217,220)
#D5E0E2
(213,224,226)
#DEE7E8
(222,231,232)
#E7EEEE
(231,238,238)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AFB8 color. Also use rgb(150,175,184) instead hex code.

Text Font Color

.myTextColor { color: #96AFB8; }

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

This text font color is #96AFB8.

Background Color

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

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

This div background color is #96AFB8.

Border color

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

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

This div border color is #96AFB8.

Opacity

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

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

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

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

This text has shadow with #96AFB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AFB8.

Preview

Color preview on black background

This text has color #96AFB8 on black background.


Color preview on white background

This text has color #96AFB8 on white background.


Black color preview on #96AFB8 background

This text has black color on #96AFB8 background.


White color preview on #96AFB8 background

This text has white color on #96AFB8 background.


Related colors

Complementary color

Complementary color for #hex is #695047.


I love getcolorcode.com

Triadic colors

1 #B896AF and #AFB896 with #96AFB8 are triadic colors.

2 #B8AF96 and #AF96B8 with #96AFB8 are triadic colors.