COLOR #83C4A9

HEX: #83C4A9
RGB: (131,196,169)

Color info

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

RGB color model

#83C4A9 color RGB value is (131,196,169).

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

RGB channels and saturation

R 131 of 255 = 51%
G 196 of 255 = 77%
B 169 of 255 = 66%

131
196
169

R + G + B ~ 65%. #83C4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 196 + 169 = 496 (100%)
R 131 of 496 ~ 26.41%
G 196 of 496 ~ 39.52%
B 169 of 496 ~ 34.07%

%26.41
%39.52
%34.07

CMYK color model

#83C4A9 color CMYK value is (33,0,14,23).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 23.14%
CMYK:
(33,0,14,23)
C33M0Y14K23 
(33%,0%,14%,23%)
(0.33/0.00/0.14/0.23)	

CMYK percentages

%33.16
%0
%13.78
%23.14

Codes

Color #83C4A9 in popluar color models

83C4A9
RGB131196169
HSL155°35.52%64.12%
HSB/HSV155°33.16%76.86%
CMYK33.16%0.00%13.78%
23.14%

Color #83C4A9 in popluar number systems.

HEX83C4A9
Decimal131196169
Binary100000111100010010101001
Octal203304251

Shades and tints

Shades of #83C4A9

#83C4A9
(131,196,169)
#78B39A
(120,179,154)
#6DA28B
(109,162,139)
#62917C
(98,145,124)
#57806D
(87,128,109)
#4C6F5E
(76,111,94)
#415E4F
(65,94,79)
#364D40
(54,77,64)
#2B3C31
(43,60,49)
#202B22
(32,43,34)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #83C4A9

#83C4A9
(131,196,169)
#8EC9B0
(142,201,176)
#99CEB7
(153,206,183)
#A4D3BE
(164,211,190)
#AFD8C5
(175,216,197)
#BADDCC
(186,221,204)
#C5E2D3
(197,226,211)
#D0E7DA
(208,231,218)
#DBECE1
(219,236,225)
#E6F1E8
(230,241,232)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C4A9; }

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

This text font color is #83C4A9.


Background Color

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

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

This div background color is #83C4A9.


Border color

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

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

This div border color is #83C4A9.


Opacity

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

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

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

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

This text has shadow with #83C4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C4A9 on black background.


Color preview on white background

This text has color #83C4A9 on white background.



Black color preview on #83C4A9 background

This text has black color on #83C4A9 background.


White color preview on #83C4A9 background

This text has white color on #83C4A9 background.