COLOR #83C097

HEX: #83C097
RGB: (131,192,151)

Color info

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

RGB color model

#83C097 color RGB value is (131,192,151).

  • red value is 131;
  • green value is 192;
  • blue value is 151.
RGB:
(131,192,151)
(51%,75%,59%)

RGB channels and saturation

R 131 of 255 = 51%
G 192 of 255 = 75%
B 151 of 255 = 59%

131
192
151

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

Portions of RGB colors in percentages

R + G + B =
131 + 192 + 151 = 474 (100%)
R 131 of 474 ~ 27.64%
G 192 of 474 ~ 40.51%
B 151 of 474 ~ 31.86%

%27.64
%40.51
%31.86

CMYK color model

#83C097 color CMYK value is (32,0,21,25).

  • cyan value is 31.77%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK:
(32,0,21,25)
C32M0Y21K25 
(32%,0%,21%,25%)
(0.32/0.00/0.21/0.25)	

CMYK percentages

%31.77
%0
%21.35
%24.71

Codes

Color #83C097 in popluar color models

83C097
RGB131192151
HSL140°32.62%63.33%
HSB/HSV140°31.77%75.29%
CMYK31.77%0.00%21.35%
24.71%

Color #83C097 in popluar number systems.

HEX83C097
Decimal131192151
Binary100000111100000010010111
Octal203300227

Shades and tints

Shades of #83C097

#83C097
(131,192,151)
#78AF8A
(120,175,138)
#6D9E7D
(109,158,125)
#628D70
(98,141,112)
#577C63
(87,124,99)
#4C6B56
(76,107,86)
#415A49
(65,90,73)
#36493C
(54,73,60)
#2B382F
(43,56,47)
#202722
(32,39,34)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #83C097

#83C097
(131,192,151)
#8EC5A0
(142,197,160)
#99CAA9
(153,202,169)
#A4CFB2
(164,207,178)
#AFD4BB
(175,212,187)
#BAD9C4
(186,217,196)
#C5DECD
(197,222,205)
#D0E3D6
(208,227,214)
#DBE8DF
(219,232,223)
#E6EDE8
(230,237,232)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C097 color. Also use rgb(131,192,151) instead hex code.

Text Font Color

.myTextColor { color: #83C097; }

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

This text font color is #83C097.


Background Color

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

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

This div background color is #83C097.


Border color

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

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

This div border color is #83C097.


Opacity

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

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

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

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

This text has shadow with #83C097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C097 on black background.


Color preview on white background

This text has color #83C097 on white background.



Black color preview on #83C097 background

This text has black color on #83C097 background.


White color preview on #83C097 background

This text has white color on #83C097 background.