COLOR #83D097

HEX: #83D097
RGB: (131,208,151)

Color info

#83D097 contains mainly green and blue colors. Web safe color of #83D097 is #99CC99 (or #9C9).

RGB color model

#83D097 color RGB value is (131,208,151).

  • red value is 131;
  • green value is 208;
  • blue value is 151.
RGB:
(131,208,151)
(51%,82%,59%)

RGB channels and saturation

R 131 of 255 = 51%
G 208 of 255 = 82%
B 151 of 255 = 59%

131
208
151

R + G + B ~ 64%. #83D097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 208 + 151 = 490 (100%)
R 131 of 490 ~ 26.73%
G 208 of 490 ~ 42.45%
B 151 of 490 ~ 30.82%

%26.73
%42.45
%30.82

CMYK color model

#83D097 color CMYK value is (37,0,27,18).

  • cyan value is 37.02%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 18.43%
CMYK:
(37,0,27,18)
C37M0Y27K18 
(37%,0%,27%,18%)
(0.37/0.00/0.27/0.18)	

CMYK percentages

%37.02
%0
%27.4
%18.43

Codes

Color #83D097 in popluar color models

83D097
RGB131208151
HSL136°45.03%66.47%
HSB/HSV136°37.02%81.57%
CMYK37.02%0.00%27.40%
18.43%

Color #83D097 in popluar number systems.

HEX83D097
Decimal131208151
Binary100000111101000010010111
Octal203320227

Shades and tints

Shades of #83D097

#83D097
(131,208,151)
#78BE8A
(120,190,138)
#6DAC7D
(109,172,125)
#629A70
(98,154,112)
#578863
(87,136,99)
#4C7656
(76,118,86)
#416449
(65,100,73)
#36523C
(54,82,60)
#2B402F
(43,64,47)
#202E22
(32,46,34)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #83D097

#83D097
(131,208,151)
#8ED4A0
(142,212,160)
#99D8A9
(153,216,169)
#A4DCB2
(164,220,178)
#AFE0BB
(175,224,187)
#BAE4C4
(186,228,196)
#C5E8CD
(197,232,205)
#D0ECD6
(208,236,214)
#DBF0DF
(219,240,223)
#E6F4E8
(230,244,232)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D097 color. Also use rgb(131,208,151) instead hex code.

Text Font Color

.myTextColor { color: #83D097; }

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

This text font color is #83D097.


Background Color

.myBgColor { background-color: #83D097; }

<div style="background-color:#83D097">Inner text</div>

This div background color is #83D097.


Border color

.myBorderColor { border: 1px solid #83D097; }

<div style="border:3px solid #83D097">Div</div>

This div border color is #83D097.


Opacity

.myOpacity80 { color: #83D097; opacity: 0.8; }

<p style="color:#83D097;opacity:0.8;">80%</p>

Text with #83D097 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 #83D097;}

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

This text has shadow with #83D097 color.

.textShadow {text-shadow: 3px 3px 1px #83D097, 3px 3px 1px red;}

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

This text has shadow with #83D097 primary color and red secondary color.


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

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

This text has shadow with #83D097 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83D097;
-webkit-box-shadow: 1px 1px 3px 2px #83D097;
box-shadow:1px 1px 3px 2px #83D097;">
Div content here</div>
This div box has shadow with color #83D097.

Preview

Color preview on black background

This text has color #83D097 on black background.


Color preview on white background

This text has color #83D097 on white background.



Black color preview on #83D097 background

This text has black color on #83D097 background.


White color preview on #83D097 background

This text has white color on #83D097 background.