COLOR #83D07C

HEX: #83D07C
RGB: (131,208,124)

Color info

#83D07C contains mainly green color. Web safe color of #83D07C is #99CC66 (or #9C6).

RGB color model

#83D07C color RGB value is (131,208,124).

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

RGB channels and saturation

R 131 of 255 = 51%
G 208 of 255 = 82%
B 124 of 255 = 49%

131
208
124

R + G + B ~ 61%. #83D07C is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 208 + 124 = 463 (100%)
R 131 of 463 ~ 28.29%
G 208 of 463 ~ 44.92%
B 124 of 463 ~ 26.78%

%28.29
%44.92
%26.78

CMYK color model

#83D07C color CMYK value is (37,0,40,18).

  • cyan value is 37.02%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 18.43%
CMYK: (37,0,40,18) C37M0Y40K18 (37%,0%,40%,18%) (0.37/0.00/0.40/0.18)

CMYK percentages

%37.02
%0
%40.38
%18.43

Codes

Color #83D07C in popluar color models

83D07C
RGB131208124
HSL115°47.19%65.10%
HSB/HSV115°40.38%81.57%
CMYK37.02%0.00%40.38%
18.43%

Color #83D07C in popluar number systems.

HEX83D07C
Decimal131208124
Binary10000011110100001111100
Octal203320174

Shades and tints

Shades of #83D07C

#83D07C
(131,208,124)
#78BE71
(120,190,113)
#6DAC66
(109,172,102)
#629A5B
(98,154,91)
#578850
(87,136,80)
#4C7645
(76,118,69)
#41643A
(65,100,58)
#36522F
(54,82,47)
#2B4024
(43,64,36)
#202E19
(32,46,25)
#151C0E
(21,28,14)
#000000
(0,0,0)

Tints of #83D07C

#83D07C
(131,208,124)
#8ED487
(142,212,135)
#99D892
(153,216,146)
#A4DC9D
(164,220,157)
#AFE0A8
(175,224,168)
#BAE4B3
(186,228,179)
#C5E8BE
(197,232,190)
#D0ECC9
(208,236,201)
#DBF0D4
(219,240,212)
#E6F4DF
(230,244,223)
#F1F8EA
(241,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D07C; }

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

This text font color is #83D07C.


Background Color

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

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

This div background color is #83D07C.


Border color

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

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

This div border color is #83D07C.


Opacity

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

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

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

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

This text has shadow with #83D07C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #83D07C on black background.


Color preview on white background

This text has color #83D07C on white background.



Black color preview on #83D07C background

This text has black color on #83D07C background.


White color preview on #83D07C background

This text has white color on #83D07C background.