COLOR #83D295

HEX: #83D295
RGB: (131,210,149)

Color info

#83D295 contains mainly green color. Web safe color of #83D295 is #99CC99 (or #9C9).

RGB color model

#83D295 color RGB value is (131,210,149).

  • red value is 131;
  • green value is 210;
  • blue value is 149.
RGB:
(131,210,149)
(51%,82%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 210 of 255 = 82%
B 149 of 255 = 58%

131
210
149

R + G + B ~ 64%. #83D295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 210 + 149 = 490 (100%)
R 131 of 490 ~ 26.73%
G 210 of 490 ~ 42.86%
B 149 of 490 ~ 30.41%

%26.73
%42.86
%30.41

CMYK color model

#83D295 color CMYK value is (38,0,29,18).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 17.65%
CMYK:
(38,0,29,18)
C38M0Y29K18 
(38%,0%,29%,18%)
(0.38/0.00/0.29/0.18)	

CMYK percentages

%37.62
%0
%29.05
%17.65

Codes

Color #83D295 in popluar color models

83D295
RGB131210149
HSL134°46.75%66.86%
HSB/HSV134°37.62%82.35%
CMYK37.62%0.00%29.05%
17.65%

Color #83D295 in popluar number systems.

HEX83D295
Decimal131210149
Binary100000111101001010010101
Octal203322225

Shades and tints

Shades of #83D295

#83D295
(131,210,149)
#78BF88
(120,191,136)
#6DAC7B
(109,172,123)
#62996E
(98,153,110)
#578661
(87,134,97)
#4C7354
(76,115,84)
#416047
(65,96,71)
#364D3A
(54,77,58)
#2B3A2D
(43,58,45)
#202720
(32,39,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #83D295

#83D295
(131,210,149)
#8ED69E
(142,214,158)
#99DAA7
(153,218,167)
#A4DEB0
(164,222,176)
#AFE2B9
(175,226,185)
#BAE6C2
(186,230,194)
#C5EACB
(197,234,203)
#D0EED4
(208,238,212)
#DBF2DD
(219,242,221)
#E6F6E6
(230,246,230)
#F1FAEF
(241,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D295; }

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

This text font color is #83D295.


Background Color

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

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

This div background color is #83D295.


Border color

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

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

This div border color is #83D295.


Opacity

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

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

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

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

This text has shadow with #83D295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D295 on black background.


Color preview on white background

This text has color #83D295 on white background.



Black color preview on #83D295 background

This text has black color on #83D295 background.


White color preview on #83D295 background

This text has white color on #83D295 background.