COLOR #83C8AD

HEX: #83C8AD
RGB: (131,200,173)

Color info

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

RGB color model

#83C8AD color RGB value is (131,200,173).

  • red value is 131;
  • green value is 200;
  • blue value is 173.
RGB:
(131,200,173)
(51%,78%,68%)

RGB channels and saturation

R 131 of 255 = 51%
G 200 of 255 = 78%
B 173 of 255 = 68%

131
200
173

R + G + B ~ 66%. #83C8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 200 + 173 = 504 (100%)
R 131 of 504 ~ 25.99%
G 200 of 504 ~ 39.68%
B 173 of 504 ~ 34.33%

%25.99
%39.68
%34.33

CMYK color model

#83C8AD color CMYK value is (35,0,14,22).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK:
(35,0,14,22)
C35M0Y14K22 
(35%,0%,14%,22%)
(0.35/0.00/0.14/0.22)	

CMYK percentages

%34.5
%0
%13.5
%21.57

Codes

Color #83C8AD in popluar color models

83C8AD
RGB131200173
HSL157°38.55%64.90%
HSB/HSV157°34.50%78.43%
CMYK34.50%0.00%13.50%
21.57%

Color #83C8AD in popluar number systems.

HEX83C8AD
Decimal131200173
Binary100000111100100010101101
Octal203310255

Shades and tints

Shades of #83C8AD

#83C8AD
(131,200,173)
#78B69E
(120,182,158)
#6DA48F
(109,164,143)
#629280
(98,146,128)
#578071
(87,128,113)
#4C6E62
(76,110,98)
#415C53
(65,92,83)
#364A44
(54,74,68)
#2B3835
(43,56,53)
#202626
(32,38,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #83C8AD

#83C8AD
(131,200,173)
#8ECDB4
(142,205,180)
#99D2BB
(153,210,187)
#A4D7C2
(164,215,194)
#AFDCC9
(175,220,201)
#BAE1D0
(186,225,208)
#C5E6D7
(197,230,215)
#D0EBDE
(208,235,222)
#DBF0E5
(219,240,229)
#E6F5EC
(230,245,236)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C8AD color. Also use rgb(131,200,173) instead hex code.

Text Font Color

.myTextColor { color: #83C8AD; }

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

This text font color is #83C8AD.


Background Color

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

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

This div background color is #83C8AD.


Border color

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

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

This div border color is #83C8AD.


Opacity

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

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

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

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

This text has shadow with #83C8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C8AD on black background.


Color preview on white background

This text has color #83C8AD on white background.



Black color preview on #83C8AD background

This text has black color on #83C8AD background.


White color preview on #83C8AD background

This text has white color on #83C8AD background.