COLOR #83D49D

HEX: #83D49D
RGB: (131,212,157)

Color info

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

RGB color model

#83D49D color RGB value is (131,212,157).

  • red value is 131;
  • green value is 212;
  • blue value is 157.
RGB: (131,212,157) (51%,83%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 212 of 255 = 83%
B 157 of 255 = 62%

131
212
157

R + G + B ~ 65%. #83D49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 212 + 157 = 500 (100%)
R 131 of 500 ~ 26.2%
G 212 of 500 ~ 42.4%
B 157 of 500 ~ 31.4%

%26.2
%42.4
%31.4

CMYK color model

#83D49D color CMYK value is (38,0,26,17).

  • cyan value is 38.21%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • key color value is 16.86%
CMYK: (38,0,26,17) C38M0Y26K17 (38%,0%,26%,17%) (0.38/0.00/0.26/0.17)

CMYK percentages

%38.21
%0
%25.94
%16.86

Codes

Color #83D49D in popluar color models

83D49D
RGB131212157
HSL139°48.50%67.25%
HSB/HSV139°38.21%83.14%
CMYK38.21%0.00%25.94%
16.86%

Color #83D49D in popluar number systems.

HEX83D49D
Decimal131212157
Binary100000111101010010011101
Octal203324235

Shades and tints

Shades of #83D49D

#83D49D
(131,212,157)
#78C18F
(120,193,143)
#6DAE81
(109,174,129)
#629B73
(98,155,115)
#578865
(87,136,101)
#4C7557
(76,117,87)
#416249
(65,98,73)
#364F3B
(54,79,59)
#2B3C2D
(43,60,45)
#20291F
(32,41,31)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #83D49D

#83D49D
(131,212,157)
#8ED7A5
(142,215,165)
#99DAAD
(153,218,173)
#A4DDB5
(164,221,181)
#AFE0BD
(175,224,189)
#BAE3C5
(186,227,197)
#C5E6CD
(197,230,205)
#D0E9D5
(208,233,213)
#DBECDD
(219,236,221)
#E6EFE5
(230,239,229)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D49D color. Also use rgb(131,212,157) instead hex code.

Text Font Color

.myTextColor { color: #83D49D; }

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

This text font color is #83D49D.


Background Color

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

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

This div background color is #83D49D.


Border color

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

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

This div border color is #83D49D.


Opacity

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

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

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

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

This text has shadow with #83D49D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #83D49D on black background.


Color preview on white background

This text has color #83D49D on white background.



Black color preview on #83D49D background

This text has black color on #83D49D background.


White color preview on #83D49D background

This text has white color on #83D49D background.