COLOR #96C49D

HEX: #96C49D RGB: (150,196,157)

Color info

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

RGB color model

#96C49D color RGB value is (150,196,157).

RGB: (150,196,157) (59%, 77%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 196 of 255 = 77%
B 157 of 255 = 62%

150
196
157

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

Portions of RGB colors in percentages

R + G + B = 150 + 196 + 157 = 503 (100%)
R 150 of 503 ~ 29.82%
G 196 of 503 ~ 38.97%
B 157 of 503 ~ 31.21'%

%29.82
%38.97
%31.21

CMYK color model

#96C49D color CMYK value is (23,0,20,23).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 23.14%

CMYK: (23,0,20,23)
C23M0Y20K23 (23%, 0%, 20%, 23%)
(0.23 / 0.00 / 0.20 / 0.23)

CMYK percentages

%23.47
%0
%19.9
%23.14

Codes

Color #96C49D in popluar color models

96 C4 9D
RGB 150 196 157
HSL 129° 28.05% 67.84%
HSB/HSV 129° 23.47% 76.86%
CMYK 23.47% 0.00% 19.90%
23.14%

Color #96C49D in popluar number systems.

HEX 96 C4 9D
Decimal 150 196 157
Binary 10010110 11000100 10011101
Octal 226 304 235

Shades and tints

Shades of #96C49D

#96C49D
(150,196,157)
#89B38F
(137,179,143)
#7CA281
(124,162,129)
#6F9173
(111,145,115)
#628065
(98,128,101)
#556F57
(85,111,87)
#485E49
(72,94,73)
#3B4D3B
(59,77,59)
#2E3C2D
(46,60,45)
#212B1F
(33,43,31)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #96C49D

#96C49D
(150,196,157)
#9FC9A5
(159,201,165)
#A8CEAD
(168,206,173)
#B1D3B5
(177,211,181)
#BAD8BD
(186,216,189)
#C3DDC5
(195,221,197)
#CCE2CD
(204,226,205)
#D5E7D5
(213,231,213)
#DEECDD
(222,236,221)
#E7F1E5
(231,241,229)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C49D color. Also use rgb(150,196,157) instead hex code.

Text Font Color

.myTextColor { color: #96C49D; }

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

This text font color is #96C49D.

Background Color

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

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

This div background color is #96C49D.

Border color

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

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

This div border color is #96C49D.

Opacity

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

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

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

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

This text has shadow with #96C49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C49D.

Preview

Color preview on black background

This text has color #96C49D on black background.


Color preview on white background

This text has color #96C49D on white background.


Black color preview on #96C49D background

This text has black color on #96C49D background.


White color preview on #96C49D background

This text has white color on #96C49D background.


Related colors

Complementary color

Complementary color for #hex is #693B62.


I love getcolorcode.com

Triadic colors

1 #9D96C4 and #C49D96 with #96C49D are triadic colors.

2 #9DC496 and #C4969D with #96C49D are triadic colors.