COLOR #83C87C

HEX: #83C87C RGB: (131,200,124)

Color info

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

RGB color model

#83C87C color RGB value is (131,200,124).

RGB: (131,200,124) (51%, 78%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 200 of 255 = 78%
B 124 of 255 = 49%

131
200
124

R + G + B ~ 59%. #83C87C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 200 + 124 = 455 (100%)
R 131 of 455 ~ 28.79%
G 200 of 455 ~ 43.96%
B 124 of 455 ~ 27.25'%

%28.79
%43.96
%27.25

CMYK color model

#83C87C color CMYK value is (35,0,38,22).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 38.00%
  • key color value is 21.57%

CMYK: (35,0,38,22)
C35M0Y38K22 (35%, 0%, 38%, 22%)
(0.35 / 0.00 / 0.38 / 0.22)

CMYK percentages

%34.5
%0
%38
%21.57

Codes

Color #83C87C in popluar color models

83 C8 7C
RGB 131 200 124
HSL 114° 40.86% 63.53%
HSB/HSV 114° 38.00% 78.43%
CMYK 34.50% 0.00% 38.00%
21.57%

Color #83C87C in popluar number systems.

HEX 83 C8 7C
Decimal 131 200 124
Binary 10000011 11001000 1111100
Octal 203 310 174

Shades and tints

Shades of #83C87C

#83C87C
(131,200,124)
#78B671
(120,182,113)
#6DA466
(109,164,102)
#62925B
(98,146,91)
#578050
(87,128,80)
#4C6E45
(76,110,69)
#415C3A
(65,92,58)
#364A2F
(54,74,47)
#2B3824
(43,56,36)
#202619
(32,38,25)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #83C87C

#83C87C
(131,200,124)
#8ECD87
(142,205,135)
#99D292
(153,210,146)
#A4D79D
(164,215,157)
#AFDCA8
(175,220,168)
#BAE1B3
(186,225,179)
#C5E6BE
(197,230,190)
#D0EBC9
(208,235,201)
#DBF0D4
(219,240,212)
#E6F5DF
(230,245,223)
#F1FAEA
(241,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C87C; }

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

This text font color is #83C87C.

Background Color

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

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

This div background color is #83C87C.

Border color

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

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

This div border color is #83C87C.

Opacity

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

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

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

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

This text has shadow with #83C87C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C87C.

Preview

Color preview on black background

This text has color #83C87C on black background.


Color preview on white background

This text has color #83C87C on white background.


Black color preview on #83C87C background

This text has black color on #83C87C background.


White color preview on #83C87C background

This text has white color on #83C87C background.


Related colors

Complementary color

Complementary color for #hex is #7C3783.


I love getcolorcode.com

Triadic colors

1 #7C83C8 and #C87C83 with #83C87C are triadic colors.

2 #7CC883 and #C8837C with #83C87C are triadic colors.