COLOR #83C294

HEX: #83C294
RGB: (131,194,148)

Color info

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

RGB color model

#83C294 color RGB value is (131,194,148).

  • red value is 131;
  • green value is 194;
  • blue value is 148.
RGB:
(131,194,148)
(51%,76%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 194 of 255 = 76%
B 148 of 255 = 58%

131
194
148

R + G + B ~ 62%. #83C294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 194 + 148 = 473 (100%)
R 131 of 473 ~ 27.7%
G 194 of 473 ~ 41.01%
B 148 of 473 ~ 31.29%

%27.7
%41.01
%31.29

CMYK color model

#83C294 color CMYK value is (32,0,24,24).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 23.92%
CMYK:
(32,0,24,24)
C32M0Y24K24 
(32%,0%,24%,24%)
(0.32/0.00/0.24/0.24)	

CMYK percentages

%32.47
%0
%23.71
%23.92

Codes

Color #83C294 in popluar color models

83C294
RGB131194148
HSL136°34.05%63.73%
HSB/HSV136°32.47%76.08%
CMYK32.47%0.00%23.71%
23.92%

Color #83C294 in popluar number systems.

HEX83C294
Decimal131194148
Binary100000111100001010010100
Octal203302224

Shades and tints

Shades of #83C294

#83C294
(131,194,148)
#78B187
(120,177,135)
#6DA07A
(109,160,122)
#628F6D
(98,143,109)
#577E60
(87,126,96)
#4C6D53
(76,109,83)
#415C46
(65,92,70)
#364B39
(54,75,57)
#2B3A2C
(43,58,44)
#20291F
(32,41,31)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #83C294

#83C294
(131,194,148)
#8EC79D
(142,199,157)
#99CCA6
(153,204,166)
#A4D1AF
(164,209,175)
#AFD6B8
(175,214,184)
#BADBC1
(186,219,193)
#C5E0CA
(197,224,202)
#D0E5D3
(208,229,211)
#DBEADC
(219,234,220)
#E6EFE5
(230,239,229)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C294 color. Also use rgb(131,194,148) instead hex code.

Text Font Color

.myTextColor { color: #83C294; }

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

This text font color is #83C294.


Background Color

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

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

This div background color is #83C294.


Border color

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

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

This div border color is #83C294.


Opacity

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

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

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

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

This text has shadow with #83C294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C294 on black background.


Color preview on white background

This text has color #83C294 on white background.



Black color preview on #83C294 background

This text has black color on #83C294 background.


White color preview on #83C294 background

This text has white color on #83C294 background.