COLOR #96BAA4

HEX: #96BAA4 RGB: (150,186,164)

Color info

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

RGB color model

#96BAA4 color RGB value is (150,186,164).

RGB: (150,186,164) (59%, 73%, 64%)

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 164 of 255 = 64%

150
186
164

R + G + B ~ 65%. #96BAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 186 + 164 = 500 (100%)
R 150 of 500 ~ 30%
G 186 of 500 ~ 37.2%
B 164 of 500 ~ 32.8'%

%30
%37.2
%32.8

CMYK color model

#96BAA4 color CMYK value is (19,0,12,27).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 27.06%

CMYK: (19,0,12,27)
C19M0Y12K27 (19%, 0%, 12%, 27%)
(0.19 / 0.00 / 0.12 / 0.27)

CMYK percentages

%19.35
%0
%11.83
%27.06

Codes

Color #96BAA4 in popluar color models

96 BA A4
RGB 150 186 164
HSL 143° 20.69% 65.88%
HSB/HSV 143° 19.35% 72.94%
CMYK 19.35% 0.00% 11.83%
27.06%

Color #96BAA4 in popluar number systems.

HEX 96 BA A4
Decimal 150 186 164
Binary 10010110 10111010 10100100
Octal 226 272 244

Shades and tints

Shades of #96BAA4

#96BAA4
(150,186,164)
#89AA96
(137,170,150)
#7C9A88
(124,154,136)
#6F8A7A
(111,138,122)
#627A6C
(98,122,108)
#556A5E
(85,106,94)
#485A50
(72,90,80)
#3B4A42
(59,74,66)
#2E3A34
(46,58,52)
#212A26
(33,42,38)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #96BAA4

#96BAA4
(150,186,164)
#9FC0AC
(159,192,172)
#A8C6B4
(168,198,180)
#B1CCBC
(177,204,188)
#BAD2C4
(186,210,196)
#C3D8CC
(195,216,204)
#CCDED4
(204,222,212)
#D5E4DC
(213,228,220)
#DEEAE4
(222,234,228)
#E7F0EC
(231,240,236)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BAA4 color. Also use rgb(150,186,164) instead hex code.

Text Font Color

.myTextColor { color: #96BAA4; }

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

This text font color is #96BAA4.

Background Color

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

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

This div background color is #96BAA4.

Border color

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

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

This div border color is #96BAA4.

Opacity

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

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

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

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

This text has shadow with #96BAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BAA4.

Preview

Color preview on black background

This text has color #96BAA4 on black background.


Color preview on white background

This text has color #96BAA4 on white background.


Black color preview on #96BAA4 background

This text has black color on #96BAA4 background.


White color preview on #96BAA4 background

This text has white color on #96BAA4 background.


Related colors

Complementary color

Complementary color for #hex is #69455B.


I love getcolorcode.com

Triadic colors

1 #A496BA and #BAA496 with #96BAA4 are triadic colors.

2 #A4BA96 and #BA96A4 with #96BAA4 are triadic colors.