COLOR #96BCAA

HEX: #96BCAA RGB: (150,188,170)

Color info

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

RGB color model

#96BCAA color RGB value is (150,188,170).

RGB: (150,188,170) (59%, 74%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 170 of 255 = 67%

150
188
170

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

Portions of RGB colors in percentages

R + G + B = 150 + 188 + 170 = 508 (100%)
R 150 of 508 ~ 29.53%
G 188 of 508 ~ 37.01%
B 170 of 508 ~ 33.46'%

%29.53
%37.01
%33.46

CMYK color model

#96BCAA color CMYK value is (20,0,10,26).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 26.27%

CMYK: (20,0,10,26)
C20M0Y10K26 (20%, 0%, 10%, 26%)
(0.20 / 0.00 / 0.10 / 0.26)

CMYK percentages

%20.21
%0
%9.57
%26.27

Codes

Color #96BCAA in popluar color models

96 BC AA
RGB 150 188 170
HSL 152° 22.09% 66.27%
HSB/HSV 152° 20.21% 73.73%
CMYK 20.21% 0.00% 9.57%
26.27%

Color #96BCAA in popluar number systems.

HEX 96 BC AA
Decimal 150 188 170
Binary 10010110 10111100 10101010
Octal 226 274 252

Shades and tints

Shades of #96BCAA

#96BCAA
(150,188,170)
#89AB9B
(137,171,155)
#7C9A8C
(124,154,140)
#6F897D
(111,137,125)
#62786E
(98,120,110)
#55675F
(85,103,95)
#485650
(72,86,80)
#3B4541
(59,69,65)
#2E3432
(46,52,50)
#212323
(33,35,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #96BCAA

#96BCAA
(150,188,170)
#9FC2B1
(159,194,177)
#A8C8B8
(168,200,184)
#B1CEBF
(177,206,191)
#BAD4C6
(186,212,198)
#C3DACD
(195,218,205)
#CCE0D4
(204,224,212)
#D5E6DB
(213,230,219)
#DEECE2
(222,236,226)
#E7F2E9
(231,242,233)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BCAA color. Also use rgb(150,188,170) instead hex code.

Text Font Color

.myTextColor { color: #96BCAA; }

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

This text font color is #96BCAA.

Background Color

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

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

This div background color is #96BCAA.

Border color

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

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

This div border color is #96BCAA.

Opacity

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

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

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

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

This text has shadow with #96BCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BCAA.

Preview

Color preview on black background

This text has color #96BCAA on black background.


Color preview on white background

This text has color #96BCAA on white background.


Black color preview on #96BCAA background

This text has black color on #96BCAA background.


White color preview on #96BCAA background

This text has white color on #96BCAA background.


Related colors

Complementary color

Complementary color for #hex is #694355.


I love getcolorcode.com

Triadic colors

1 #AA96BC and #BCAA96 with #96BCAA are triadic colors.

2 #AABC96 and #BC96AA with #96BCAA are triadic colors.