COLOR #96BCAF

HEX: #96BCAF RGB: (150,188,175)

Color info

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

RGB color model

#96BCAF color RGB value is (150,188,175).

RGB: (150,188,175) (59%, 74%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 175 of 255 = 69%

150
188
175

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

Portions of RGB colors in percentages

R + G + B = 150 + 188 + 175 = 513 (100%)
R 150 of 513 ~ 29.24%
G 188 of 513 ~ 36.65%
B 175 of 513 ~ 34.11'%

%29.24
%36.65
%34.11

CMYK color model

#96BCAF color CMYK value is (20,0,7,26).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK: (20,0,7,26) C20M0Y7K26 (20%,0%,7%,26%) (0.20/0.00/0.07/0.26) 

CMYK percentages

%20.21
%0
%6.91
%26.27

Codes

Color #96BCAF in popluar color models

96 BC AF
RGB 150 188 175
HSL 159° 22.09% 66.27%
HSB/HSV 159° 20.21% 73.73%
CMYK 20.21% 0.00% 6.91%
26.27%

Color #96BCAF in popluar number systems.

HEX 96 BC AF
Decimal 150 188 175
Binary 10010110 10111100 10101111
Octal 226 274 257

Shades and tints

Shades of #96BCAF

#96BCAF
(150,188,175)
#89ABA0
(137,171,160)
#7C9A91
(124,154,145)
#6F8982
(111,137,130)
#627873
(98,120,115)
#556764
(85,103,100)
#485655
(72,86,85)
#3B4546
(59,69,70)
#2E3437
(46,52,55)
#212328
(33,35,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #96BCAF

#96BCAF
(150,188,175)
#9FC2B6
(159,194,182)
#A8C8BD
(168,200,189)
#B1CEC4
(177,206,196)
#BAD4CB
(186,212,203)
#C3DAD2
(195,218,210)
#CCE0D9
(204,224,217)
#D5E6E0
(213,230,224)
#DEECE7
(222,236,231)
#E7F2EE
(231,242,238)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BCAF; }

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

This text font color is #96BCAF.

Background Color

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

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

This div background color is #96BCAF.

Border color

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

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

This div border color is #96BCAF.

Opacity

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

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

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

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

This text has shadow with #96BCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BCAF.

Preview

Color preview on black background

This text has color #96BCAF on black background.


Color preview on white background

This text has color #96BCAF on white background.


Black color preview on #96BCAF background

This text has black color on #96BCAF background.


White color preview on #96BCAF background

This text has white color on #96BCAF background.


Related colors

Complementary color

Complementary color for #hex is #694350.


I love getcolorcode.com

Triadic colors

1 #AF96BC and #BCAF96 with #96BCAF are triadic colors.

2 #AFBC96 and #BC96AF with #96BCAF are triadic colors.