COLOR #96BCAC

HEX: #96BCAC RGB: (150,188,172)

Color info

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

RGB color model

#96BCAC color RGB value is (150,188,172).

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

RGB channels and saturation

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

150
188
172

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

Portions of RGB colors in percentages

R + G + B = 150 + 188 + 172 = 510 (100%)
R 150 of 510 ~ 29.41%
G 188 of 510 ~ 36.86%
B 172 of 510 ~ 33.73'%

%29.41
%36.86
%33.73

CMYK color model

#96BCAC color CMYK value is (20,0,9,26).

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

CMYK: (20,0,9,26)
C20M0Y9K26 (20%, 0%, 9%, 26%)
(0.20 / 0.00 / 0.09 / 0.26)

CMYK percentages

%20.21
%0
%8.51
%26.27

Codes

Color #96BCAC in popluar color models

96 BC AC
RGB 150 188 172
HSL 155° 22.09% 66.27%
HSB/HSV 155° 20.21% 73.73%
CMYK 20.21% 0.00% 8.51%
26.27%

Color #96BCAC in popluar number systems.

HEX 96 BC AC
Decimal 150 188 172
Binary 10010110 10111100 10101100
Octal 226 274 254

Shades and tints

Shades of #96BCAC

#96BCAC
(150,188,172)
#89AB9D
(137,171,157)
#7C9A8E
(124,154,142)
#6F897F
(111,137,127)
#627870
(98,120,112)
#556761
(85,103,97)
#485652
(72,86,82)
#3B4543
(59,69,67)
#2E3434
(46,52,52)
#212325
(33,35,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #96BCAC

#96BCAC
(150,188,172)
#9FC2B3
(159,194,179)
#A8C8BA
(168,200,186)
#B1CEC1
(177,206,193)
#BAD4C8
(186,212,200)
#C3DACF
(195,218,207)
#CCE0D6
(204,224,214)
#D5E6DD
(213,230,221)
#DEECE4
(222,236,228)
#E7F2EB
(231,242,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BCAC; }

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

This text font color is #96BCAC.

Background Color

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

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

This div background color is #96BCAC.

Border color

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

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

This div border color is #96BCAC.

Opacity

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

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

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

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

This text has shadow with #96BCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BCAC.

Preview

Color preview on black background

This text has color #96BCAC on black background.


Color preview on white background

This text has color #96BCAC on white background.


Black color preview on #96BCAC background

This text has black color on #96BCAC background.


White color preview on #96BCAC background

This text has white color on #96BCAC background.


Related colors

Complementary color

Complementary color for #hex is #694353.


I love getcolorcode.com

Triadic colors

1 #AC96BC and #BCAC96 with #96BCAC are triadic colors.

2 #ACBC96 and #BC96AC with #96BCAC are triadic colors.