COLOR #83D29D

HEX: #83D29D RGB: (131,210,157)

Color info

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

RGB color model

#83D29D color RGB value is (131,210,157).

RGB: (131,210,157) (51%, 82%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 210 of 255 = 82%
B 157 of 255 = 62%

131
210
157

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

Portions of RGB colors in percentages

R + G + B = 131 + 210 + 157 = 498 (100%)
R 131 of 498 ~ 26.31%
G 210 of 498 ~ 42.17%
B 157 of 498 ~ 31.53'%

%26.31
%42.17
%31.53

CMYK color model

#83D29D color CMYK value is (38,0,25,18).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 17.65%

CMYK: (38,0,25,18)
C38M0Y25K18 (38%, 0%, 25%, 18%)
(0.38 / 0.00 / 0.25 / 0.18)

CMYK percentages

%37.62
%0
%25.24
%17.65

Codes

Color #83D29D in popluar color models

83 D2 9D
RGB 131 210 157
HSL 140° 46.75% 66.86%
HSB/HSV 140° 37.62% 82.35%
CMYK 37.62% 0.00% 25.24%
17.65%

Color #83D29D in popluar number systems.

HEX 83 D2 9D
Decimal 131 210 157
Binary 10000011 11010010 10011101
Octal 203 322 235

Shades and tints

Shades of #83D29D

#83D29D
(131,210,157)
#78BF8F
(120,191,143)
#6DAC81
(109,172,129)
#629973
(98,153,115)
#578665
(87,134,101)
#4C7357
(76,115,87)
#416049
(65,96,73)
#364D3B
(54,77,59)
#2B3A2D
(43,58,45)
#20271F
(32,39,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #83D29D

#83D29D
(131,210,157)
#8ED6A5
(142,214,165)
#99DAAD
(153,218,173)
#A4DEB5
(164,222,181)
#AFE2BD
(175,226,189)
#BAE6C5
(186,230,197)
#C5EACD
(197,234,205)
#D0EED5
(208,238,213)
#DBF2DD
(219,242,221)
#E6F6E5
(230,246,229)
#F1FAED
(241,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D29D; }

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

This text font color is #83D29D.

Background Color

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

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

This div background color is #83D29D.

Border color

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

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

This div border color is #83D29D.

Opacity

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

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

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

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

This text has shadow with #83D29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83D29D.

Preview

Color preview on black background

This text has color #83D29D on black background.


Color preview on white background

This text has color #83D29D on white background.


Black color preview on #83D29D background

This text has black color on #83D29D background.


White color preview on #83D29D background

This text has white color on #83D29D background.


Related colors

Complementary color

Complementary color for #hex is #7C2D62.


I love getcolorcode.com

Triadic colors

1 #9D83D2 and #D29D83 with #83D29D are triadic colors.

2 #9DD283 and #D2839D with #83D29D are triadic colors.