COLOR #96C99C

HEX: #96C99C RGB: (150,201,156)

Color info

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

RGB color model

#96C99C color RGB value is (150,201,156).

RGB: (150,201,156) (59%, 79%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 201 of 255 = 79%
B 156 of 255 = 61%

150
201
156

R + G + B ~ 66%. #96C99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 201 + 156 = 507 (100%)
R 150 of 507 ~ 29.59%
G 201 of 507 ~ 39.64%
B 156 of 507 ~ 30.77'%

%29.59
%39.64
%30.77

CMYK color model

#96C99C color CMYK value is (25,0,22,21).

  • cyan value is 25.37%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 21.18%

CMYK: (25,0,22,21)
C25M0Y22K21 (25%, 0%, 22%, 21%)
(0.25 / 0.00 / 0.22 / 0.21)

CMYK percentages

%25.37
%0
%22.39
%21.18

Codes

Color #96C99C in popluar color models

96 C9 9C
RGB 150 201 156
HSL 127° 32.08% 68.82%
HSB/HSV 127° 25.37% 78.82%
CMYK 25.37% 0.00% 22.39%
21.18%

Color #96C99C in popluar number systems.

HEX 96 C9 9C
Decimal 150 201 156
Binary 10010110 11001001 10011100
Octal 226 311 234

Shades and tints

Shades of #96C99C

#96C99C
(150,201,156)
#89B78E
(137,183,142)
#7CA580
(124,165,128)
#6F9372
(111,147,114)
#628164
(98,129,100)
#556F56
(85,111,86)
#485D48
(72,93,72)
#3B4B3A
(59,75,58)
#2E392C
(46,57,44)
#21271E
(33,39,30)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #96C99C

#96C99C
(150,201,156)
#9FCDA5
(159,205,165)
#A8D1AE
(168,209,174)
#B1D5B7
(177,213,183)
#BAD9C0
(186,217,192)
#C3DDC9
(195,221,201)
#CCE1D2
(204,225,210)
#D5E5DB
(213,229,219)
#DEE9E4
(222,233,228)
#E7EDED
(231,237,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C99C color. Also use rgb(150,201,156) instead hex code.

Text Font Color

.myTextColor { color: #96C99C; }

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

This text font color is #96C99C.

Background Color

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

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

This div background color is #96C99C.

Border color

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

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

This div border color is #96C99C.

Opacity

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

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

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

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

This text has shadow with #96C99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C99C.

Preview

Color preview on black background

This text has color #96C99C on black background.


Color preview on white background

This text has color #96C99C on white background.


Black color preview on #96C99C background

This text has black color on #96C99C background.


White color preview on #96C99C background

This text has white color on #96C99C background.


Related colors

Complementary color

Complementary color for #hex is #693663.


I love getcolorcode.com

Triadic colors

1 #9C96C9 and #C99C96 with #96C99C are triadic colors.

2 #9CC996 and #C9969C with #96C99C are triadic colors.