COLOR #96CAB8

HEX: #96CAB8 RGB: (150,202,184)

Color info

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

RGB color model

#96CAB8 color RGB value is (150,202,184).

RGB: (150,202,184) (59%, 79%, 72%)

RGB channels and saturation

R 150 of 255 = 59%
G 202 of 255 = 79%
B 184 of 255 = 72%

150
202
184

R + G + B ~ 70%. #96CAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 202 + 184 = 536 (100%)
R 150 of 536 ~ 27.99%
G 202 of 536 ~ 37.69%
B 184 of 536 ~ 34.33'%

%27.99
%37.69
%34.33

CMYK color model

#96CAB8 color CMYK value is (26,0,9,21).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 20.78%

CMYK: (26,0,9,21)
C26M0Y9K21 (26%, 0%, 9%, 21%)
(0.26 / 0.00 / 0.09 / 0.21)

CMYK percentages

%25.74
%0
%8.91
%20.78

Codes

Color #96CAB8 in popluar color models

96 CA B8
RGB 150 202 184
HSL 159° 32.91% 69.02%
HSB/HSV 159° 25.74% 79.22%
CMYK 25.74% 0.00% 8.91%
20.78%

Color #96CAB8 in popluar number systems.

HEX 96 CA B8
Decimal 150 202 184
Binary 10010110 11001010 10111000
Octal 226 312 270

Shades and tints

Shades of #96CAB8

#96CAB8
(150,202,184)
#89B8A8
(137,184,168)
#7CA698
(124,166,152)
#6F9488
(111,148,136)
#628278
(98,130,120)
#557068
(85,112,104)
#485E58
(72,94,88)
#3B4C48
(59,76,72)
#2E3A38
(46,58,56)
#212828
(33,40,40)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #96CAB8

#96CAB8
(150,202,184)
#9FCEBE
(159,206,190)
#A8D2C4
(168,210,196)
#B1D6CA
(177,214,202)
#BADAD0
(186,218,208)
#C3DED6
(195,222,214)
#CCE2DC
(204,226,220)
#D5E6E2
(213,230,226)
#DEEAE8
(222,234,232)
#E7EEEE
(231,238,238)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CAB8; }

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

This text font color is #96CAB8.

Background Color

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

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

This div background color is #96CAB8.

Border color

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

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

This div border color is #96CAB8.

Opacity

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

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

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

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

This text has shadow with #96CAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CAB8.

Preview

Color preview on black background

This text has color #96CAB8 on black background.


Color preview on white background

This text has color #96CAB8 on white background.


Black color preview on #96CAB8 background

This text has black color on #96CAB8 background.


White color preview on #96CAB8 background

This text has white color on #96CAB8 background.


Related colors

Complementary color

Complementary color for #hex is #693547.


I love getcolorcode.com

Triadic colors

1 #B896CA and #CAB896 with #96CAB8 are triadic colors.

2 #B8CA96 and #CA96B8 with #96CAB8 are triadic colors.