COLOR #96C2B0

HEX: #96C2B0 RGB: (150,194,176)

Color info

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

RGB color model

#96C2B0 color RGB value is (150,194,176).

RGB: (150,194,176) (59%, 76%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 176 of 255 = 69%

150
194
176

R + G + B ~ 68%. #96C2B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 194 + 176 = 520 (100%)
R 150 of 520 ~ 28.85%
G 194 of 520 ~ 37.31%
B 176 of 520 ~ 33.85'%

%28.85
%37.31
%33.85

CMYK color model

#96C2B0 color CMYK value is (23,0,9,24).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 9.28%
  • key color value is 23.92%

CMYK: (23,0,9,24)
C23M0Y9K24 (23%, 0%, 9%, 24%)
(0.23 / 0.00 / 0.09 / 0.24)

CMYK percentages

%22.68
%0
%9.28
%23.92

Codes

Color #96C2B0 in popluar color models

96 C2 B0
RGB 150 194 176
HSL 155° 26.51% 67.45%
HSB/HSV 155° 22.68% 76.08%
CMYK 22.68% 0.00% 9.28%
23.92%

Color #96C2B0 in popluar number systems.

HEX 96 C2 B0
Decimal 150 194 176
Binary 10010110 11000010 10110000
Octal 226 302 260

Shades and tints

Shades of #96C2B0

#96C2B0
(150,194,176)
#89B1A0
(137,177,160)
#7CA090
(124,160,144)
#6F8F80
(111,143,128)
#627E70
(98,126,112)
#556D60
(85,109,96)
#485C50
(72,92,80)
#3B4B40
(59,75,64)
#2E3A30
(46,58,48)
#212920
(33,41,32)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #96C2B0

#96C2B0
(150,194,176)
#9FC7B7
(159,199,183)
#A8CCBE
(168,204,190)
#B1D1C5
(177,209,197)
#BAD6CC
(186,214,204)
#C3DBD3
(195,219,211)
#CCE0DA
(204,224,218)
#D5E5E1
(213,229,225)
#DEEAE8
(222,234,232)
#E7EFEF
(231,239,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C2B0 color. Also use rgb(150,194,176) instead hex code.

Text Font Color

.myTextColor { color: #96C2B0; }

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

This text font color is #96C2B0.

Background Color

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

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

This div background color is #96C2B0.

Border color

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

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

This div border color is #96C2B0.

Opacity

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

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

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

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

This text has shadow with #96C2B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C2B0.

Preview

Color preview on black background

This text has color #96C2B0 on black background.


Color preview on white background

This text has color #96C2B0 on white background.


Black color preview on #96C2B0 background

This text has black color on #96C2B0 background.


White color preview on #96C2B0 background

This text has white color on #96C2B0 background.


Related colors

Complementary color

Complementary color for #hex is #693D4F.


I love getcolorcode.com

Triadic colors

1 #B096C2 and #C2B096 with #96C2B0 are triadic colors.

2 #B0C296 and #C296B0 with #96C2B0 are triadic colors.