COLOR #83C993

HEX: #83C993
RGB: (131,201,147)

Color info

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

RGB color model

#83C993 color RGB value is (131,201,147).

  • red value is 131;
  • green value is 201;
  • blue value is 147.
RGB:
(131,201,147)
(51%,79%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 201 of 255 = 79%
B 147 of 255 = 58%

131
201
147

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

Portions of RGB colors in percentages

R + G + B =
131 + 201 + 147 = 479 (100%)
R 131 of 479 ~ 27.35%
G 201 of 479 ~ 41.96%
B 147 of 479 ~ 30.69%

%27.35
%41.96
%30.69

CMYK color model

#83C993 color CMYK value is (35,0,27,21).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 26.87%
  • key color value is 21.18%
CMYK:
(35,0,27,21)
C35M0Y27K21 
(35%,0%,27%,21%)
(0.35/0.00/0.27/0.21)	

CMYK percentages

%34.83
%0
%26.87
%21.18

Codes

Color #83C993 in popluar color models

83C993
RGB131201147
HSL134°39.33%65.10%
HSB/HSV134°34.83%78.82%
CMYK34.83%0.00%26.87%
21.18%

Color #83C993 in popluar number systems.

HEX83C993
Decimal131201147
Binary100000111100100110010011
Octal203311223

Shades and tints

Shades of #83C993

#83C993
(131,201,147)
#78B786
(120,183,134)
#6DA579
(109,165,121)
#62936C
(98,147,108)
#57815F
(87,129,95)
#4C6F52
(76,111,82)
#415D45
(65,93,69)
#364B38
(54,75,56)
#2B392B
(43,57,43)
#20271E
(32,39,30)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #83C993

#83C993
(131,201,147)
#8ECD9C
(142,205,156)
#99D1A5
(153,209,165)
#A4D5AE
(164,213,174)
#AFD9B7
(175,217,183)
#BADDC0
(186,221,192)
#C5E1C9
(197,225,201)
#D0E5D2
(208,229,210)
#DBE9DB
(219,233,219)
#E6EDE4
(230,237,228)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C993 color. Also use rgb(131,201,147) instead hex code.

Text Font Color

.myTextColor { color: #83C993; }

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

This text font color is #83C993.


Background Color

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

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

This div background color is #83C993.


Border color

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

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

This div border color is #83C993.


Opacity

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

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

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

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

This text has shadow with #83C993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C993 on black background.


Color preview on white background

This text has color #83C993 on white background.



Black color preview on #83C993 background

This text has black color on #83C993 background.


White color preview on #83C993 background

This text has white color on #83C993 background.