COLOR #83C78C

HEX: #83C78C
RGB: (131,199,140)

Color info

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

RGB color model

#83C78C color RGB value is (131,199,140).

  • red value is 131;
  • green value is 199;
  • blue value is 140.
RGB:
(131,199,140)
(51%,78%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 199 of 255 = 78%
B 140 of 255 = 55%

131
199
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 199 + 140 = 470 (100%)
R 131 of 470 ~ 27.87%
G 199 of 470 ~ 42.34%
B 140 of 470 ~ 29.79%

%27.87
%42.34
%29.79

CMYK color model

#83C78C color CMYK value is (34,0,30,22).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 29.65%
  • key color value is 21.96%
CMYK:
(34,0,30,22)
C34M0Y30K22 
(34%,0%,30%,22%)
(0.34/0.00/0.30/0.22)	

CMYK percentages

%34.17
%0
%29.65
%21.96

Codes

Color #83C78C in popluar color models

83C78C
RGB131199140
HSL128°37.78%64.71%
HSB/HSV128°34.17%78.04%
CMYK34.17%0.00%29.65%
21.96%

Color #83C78C in popluar number systems.

HEX83C78C
Decimal131199140
Binary100000111100011110001100
Octal203307214

Shades and tints

Shades of #83C78C

#83C78C
(131,199,140)
#78B580
(120,181,128)
#6DA374
(109,163,116)
#629168
(98,145,104)
#577F5C
(87,127,92)
#4C6D50
(76,109,80)
#415B44
(65,91,68)
#364938
(54,73,56)
#2B372C
(43,55,44)
#202520
(32,37,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #83C78C

#83C78C
(131,199,140)
#8ECC96
(142,204,150)
#99D1A0
(153,209,160)
#A4D6AA
(164,214,170)
#AFDBB4
(175,219,180)
#BAE0BE
(186,224,190)
#C5E5C8
(197,229,200)
#D0EAD2
(208,234,210)
#DBEFDC
(219,239,220)
#E6F4E6
(230,244,230)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C78C color. Also use rgb(131,199,140) instead hex code.

Text Font Color

.myTextColor { color: #83C78C; }

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

This text font color is #83C78C.


Background Color

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

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

This div background color is #83C78C.


Border color

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

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

This div border color is #83C78C.


Opacity

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

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

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

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

This text has shadow with #83C78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C78C on black background.


Color preview on white background

This text has color #83C78C on white background.



Black color preview on #83C78C background

This text has black color on #83C78C background.


White color preview on #83C78C background

This text has white color on #83C78C background.