COLOR #83D67D

HEX: #83D67D RGB: (131,214,125)

Color info

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

RGB color model

#83D67D color RGB value is (131,214,125).

RGB: (131,214,125) (51%, 84%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 214 of 255 = 84%
B 125 of 255 = 49%

131
214
125

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

Portions of RGB colors in percentages

R + G + B = 131 + 214 + 125 = 470 (100%)
R 131 of 470 ~ 27.87%
G 214 of 470 ~ 45.53%
B 125 of 470 ~ 26.6'%

%27.87
%45.53
%26.6

CMYK color model

#83D67D color CMYK value is (39,0,42,16).

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

CMYK: (39,0,42,16)
C39M0Y42K16 (39%, 0%, 42%, 16%)
(0.39 / 0.00 / 0.42 / 0.16)

CMYK percentages

%38.79
%0
%41.59
%16.08

Codes

Color #83D67D in popluar color models

83 D6 7D
RGB 131 214 125
HSL 116° 52.05% 66.47%
HSB/HSV 116° 41.59% 83.92%
CMYK 38.79% 0.00% 41.59%
16.08%

Color #83D67D in popluar number systems.

HEX 83 D6 7D
Decimal 131 214 125
Binary 10000011 11010110 1111101
Octal 203 326 175

Shades and tints

Shades of #83D67D

#83D67D
(131,214,125)
#78C372
(120,195,114)
#6DB067
(109,176,103)
#629D5C
(98,157,92)
#578A51
(87,138,81)
#4C7746
(76,119,70)
#41643B
(65,100,59)
#365130
(54,81,48)
#2B3E25
(43,62,37)
#202B1A
(32,43,26)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #83D67D

#83D67D
(131,214,125)
#8ED988
(142,217,136)
#99DC93
(153,220,147)
#A4DF9E
(164,223,158)
#AFE2A9
(175,226,169)
#BAE5B4
(186,229,180)
#C5E8BF
(197,232,191)
#D0EBCA
(208,235,202)
#DBEED5
(219,238,213)
#E6F1E0
(230,241,224)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D67D color. Also use rgb(131,214,125) instead hex code.

Text Font Color

.myTextColor { color: #83D67D; }

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

This text font color is #83D67D.

Background Color

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

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

This div background color is #83D67D.

Border color

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

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

This div border color is #83D67D.

Opacity

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

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

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

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

This text has shadow with #83D67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83D67D.

Preview

Color preview on black background

This text has color #83D67D on black background.


Color preview on white background

This text has color #83D67D on white background.


Black color preview on #83D67D background

This text has black color on #83D67D background.


White color preview on #83D67D background

This text has white color on #83D67D background.


Related colors

Complementary color

Complementary color for #83D67D is #7C2982.


I love getcolorcode.com

Triadic colors

1 #7D83D6 and #D67D83 with #83D67D are triadic colors.

2 #7DD683 and #D6837D with #83D67D are triadic colors.