COLOR #83CA8D

HEX: #83CA8D
RGB: (131,202,141)

Color info

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

RGB color model

#83CA8D color RGB value is (131,202,141).

  • red value is 131;
  • green value is 202;
  • blue value is 141.
RGB:
(131,202,141)
(51%,79%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 202 of 255 = 79%
B 141 of 255 = 55%

131
202
141

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

Portions of RGB colors in percentages

R + G + B =
131 + 202 + 141 = 474 (100%)
R 131 of 474 ~ 27.64%
G 202 of 474 ~ 42.62%
B 141 of 474 ~ 29.75%

%27.64
%42.62
%29.75

CMYK color model

#83CA8D color CMYK value is (35,0,30,21).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 20.78%
CMYK:
(35,0,30,21)
C35M0Y30K21 
(35%,0%,30%,21%)
(0.35/0.00/0.30/0.21)	

CMYK percentages

%35.15
%0
%30.2
%20.78

Codes

Color #83CA8D in popluar color models

83CA8D
RGB131202141
HSL128°40.11%65.29%
HSB/HSV128°35.15%79.22%
CMYK35.15%0.00%30.20%
20.78%

Color #83CA8D in popluar number systems.

HEX83CA8D
Decimal131202141
Binary100000111100101010001101
Octal203312215

Shades and tints

Shades of #83CA8D

#83CA8D
(131,202,141)
#78B881
(120,184,129)
#6DA675
(109,166,117)
#629469
(98,148,105)
#57825D
(87,130,93)
#4C7051
(76,112,81)
#415E45
(65,94,69)
#364C39
(54,76,57)
#2B3A2D
(43,58,45)
#202821
(32,40,33)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #83CA8D

#83CA8D
(131,202,141)
#8ECE97
(142,206,151)
#99D2A1
(153,210,161)
#A4D6AB
(164,214,171)
#AFDAB5
(175,218,181)
#BADEBF
(186,222,191)
#C5E2C9
(197,226,201)
#D0E6D3
(208,230,211)
#DBEADD
(219,234,221)
#E6EEE7
(230,238,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CA8D color. Also use rgb(131,202,141) instead hex code.

Text Font Color

.myTextColor { color: #83CA8D; }

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

This text font color is #83CA8D.


Background Color

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

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

This div background color is #83CA8D.


Border color

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

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

This div border color is #83CA8D.


Opacity

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

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

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

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

This text has shadow with #83CA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CA8D on black background.


Color preview on white background

This text has color #83CA8D on white background.



Black color preview on #83CA8D background

This text has black color on #83CA8D background.


White color preview on #83CA8D background

This text has white color on #83CA8D background.