COLOR #83DA8A

HEX: #83DA8A
RGB: (131,218,138)

Color info

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

RGB color model

#83DA8A color RGB value is (131,218,138).

  • red value is 131;
  • green value is 218;
  • blue value is 138.
RGB:
(131,218,138)
(51%,85%,54%)

RGB channels and saturation

R 131 of 255 = 51%
G 218 of 255 = 85%
B 138 of 255 = 54%

131
218
138

R + G + B ~ 63%. #83DA8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 218 + 138 = 487 (100%)
R 131 of 487 ~ 26.9%
G 218 of 487 ~ 44.76%
B 138 of 487 ~ 28.34%

%26.9
%44.76
%28.34

CMYK color model

#83DA8A color CMYK value is (40,0,37,15).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 14.51%
CMYK:
(40,0,37,15)
C40M0Y37K15 
(40%,0%,37%,15%)
(0.40/0.00/0.37/0.15)	

CMYK percentages

%39.91
%0
%36.7
%14.51

Codes

Color #83DA8A in popluar color models

83DA8A
RGB131218138
HSL125°54.04%68.43%
HSB/HSV125°39.91%85.49%
CMYK39.91%0.00%36.70%
14.51%

Color #83DA8A in popluar number systems.

HEX83DA8A
Decimal131218138
Binary100000111101101010001010
Octal203332212

Shades and tints

Shades of #83DA8A

#83DA8A
(131,218,138)
#78C77E
(120,199,126)
#6DB472
(109,180,114)
#62A166
(98,161,102)
#578E5A
(87,142,90)
#4C7B4E
(76,123,78)
#416842
(65,104,66)
#365536
(54,85,54)
#2B422A
(43,66,42)
#202F1E
(32,47,30)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #83DA8A

#83DA8A
(131,218,138)
#8EDD94
(142,221,148)
#99E09E
(153,224,158)
#A4E3A8
(164,227,168)
#AFE6B2
(175,230,178)
#BAE9BC
(186,233,188)
#C5ECC6
(197,236,198)
#D0EFD0
(208,239,208)
#DBF2DA
(219,242,218)
#E6F5E4
(230,245,228)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DA8A color. Also use rgb(131,218,138) instead hex code.

Text Font Color

.myTextColor { color: #83DA8A; }

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

This text font color is #83DA8A.


Background Color

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

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

This div background color is #83DA8A.


Border color

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

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

This div border color is #83DA8A.


Opacity

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

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

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

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

This text has shadow with #83DA8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DA8A on black background.


Color preview on white background

This text has color #83DA8A on white background.



Black color preview on #83DA8A background

This text has black color on #83DA8A background.


White color preview on #83DA8A background

This text has white color on #83DA8A background.