COLOR #96D683

HEX: #96D683 RGB: (150,214,131)

Color info

#96D683 contains mainly green color. Web safe color of #96D683 is #99CC99 (or #9C9).

RGB color model

#96D683 color RGB value is (150,214,131).

RGB: (150,214,131) (59%, 84%, 51%)

RGB channels and saturation

R 150 of 255 = 59%
G 214 of 255 = 84%
B 131 of 255 = 51%

150
214
131

R + G + B ~ 65%. #96D683 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 214 + 131 = 495 (100%)
R 150 of 495 ~ 30.3%
G 214 of 495 ~ 43.23%
B 131 of 495 ~ 26.46'%

%30.3
%43.23
%26.46

CMYK color model

#96D683 color CMYK value is (30,0,39,16).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 16.08%

CMYK: (30,0,39,16)
C30M0Y39K16 (30%, 0%, 39%, 16%)
(0.30 / 0.00 / 0.39 / 0.16)

CMYK percentages

%29.91
%0
%38.79
%16.08

Codes

Color #96D683 in popluar color models

96 D6 83
RGB 150 214 131
HSL 106° 50.30% 67.65%
HSB/HSV 106° 38.79% 83.92%
CMYK 29.91% 0.00% 38.79%
16.08%

Color #96D683 in popluar number systems.

HEX 96 D6 83
Decimal 150 214 131
Binary 10010110 11010110 10000011
Octal 226 326 203

Shades and tints

Shades of #96D683

#96D683
(150,214,131)
#89C378
(137,195,120)
#7CB06D
(124,176,109)
#6F9D62
(111,157,98)
#628A57
(98,138,87)
#55774C
(85,119,76)
#486441
(72,100,65)
#3B5136
(59,81,54)
#2E3E2B
(46,62,43)
#212B20
(33,43,32)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #96D683

#96D683
(150,214,131)
#9FD98E
(159,217,142)
#A8DC99
(168,220,153)
#B1DFA4
(177,223,164)
#BAE2AF
(186,226,175)
#C3E5BA
(195,229,186)
#CCE8C5
(204,232,197)
#D5EBD0
(213,235,208)
#DEEEDB
(222,238,219)
#E7F1E6
(231,241,230)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D683 color. Also use rgb(150,214,131) instead hex code.

Text Font Color

.myTextColor { color: #96D683; }

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

This text font color is #96D683.

Background Color

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

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

This div background color is #96D683.

Border color

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

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

This div border color is #96D683.

Opacity

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

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

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

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

This text has shadow with #96D683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D683.

Preview

Color preview on black background

This text has color #96D683 on black background.


Color preview on white background

This text has color #96D683 on white background.


Black color preview on #96D683 background

This text has black color on #96D683 background.


White color preview on #96D683 background

This text has white color on #96D683 background.


Related colors

Complementary color

Complementary color for #hex is #69297C.


I love getcolorcode.com

Triadic colors

1 #8396D6 and #D68396 with #96D683 are triadic colors.

2 #83D696 and #D69683 with #96D683 are triadic colors.