COLOR #83C4A4

HEX: #83C4A4
RGB: (131,196,164)

Color info

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

RGB color model

#83C4A4 color RGB value is (131,196,164).

  • red value is 131;
  • green value is 196;
  • blue value is 164.
RGB:
(131,196,164)
(51%,77%,64%)

RGB channels and saturation

R 131 of 255 = 51%
G 196 of 255 = 77%
B 164 of 255 = 64%

131
196
164

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

Portions of RGB colors in percentages

R + G + B =
131 + 196 + 164 = 491 (100%)
R 131 of 491 ~ 26.68%
G 196 of 491 ~ 39.92%
B 164 of 491 ~ 33.4%

%26.68
%39.92
%33.4

CMYK color model

#83C4A4 color CMYK value is (33,0,16,23).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 23.14%
CMYK:
(33,0,16,23)
C33M0Y16K23 
(33%,0%,16%,23%)
(0.33/0.00/0.16/0.23)	

CMYK percentages

%33.16
%0
%16.33
%23.14

Codes

Color #83C4A4 in popluar color models

83C4A4
RGB131196164
HSL150°35.52%64.12%
HSB/HSV150°33.16%76.86%
CMYK33.16%0.00%16.33%
23.14%

Color #83C4A4 in popluar number systems.

HEX83C4A4
Decimal131196164
Binary100000111100010010100100
Octal203304244

Shades and tints

Shades of #83C4A4

#83C4A4
(131,196,164)
#78B396
(120,179,150)
#6DA288
(109,162,136)
#62917A
(98,145,122)
#57806C
(87,128,108)
#4C6F5E
(76,111,94)
#415E50
(65,94,80)
#364D42
(54,77,66)
#2B3C34
(43,60,52)
#202B26
(32,43,38)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #83C4A4

#83C4A4
(131,196,164)
#8EC9AC
(142,201,172)
#99CEB4
(153,206,180)
#A4D3BC
(164,211,188)
#AFD8C4
(175,216,196)
#BADDCC
(186,221,204)
#C5E2D4
(197,226,212)
#D0E7DC
(208,231,220)
#DBECE4
(219,236,228)
#E6F1EC
(230,241,236)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C4A4 color. Also use rgb(131,196,164) instead hex code.

Text Font Color

.myTextColor { color: #83C4A4; }

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

This text font color is #83C4A4.


Background Color

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

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

This div background color is #83C4A4.


Border color

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

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

This div border color is #83C4A4.


Opacity

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

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

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

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

This text has shadow with #83C4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C4A4 on black background.


Color preview on white background

This text has color #83C4A4 on white background.



Black color preview on #83C4A4 background

This text has black color on #83C4A4 background.


White color preview on #83C4A4 background

This text has white color on #83C4A4 background.