COLOR #83D8AD

HEX: #83D8AD RGB: (131,216,173)

Color info

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

RGB color model

#83D8AD color RGB value is (131,216,173).

RGB: (131,216,173) (51%, 85%, 68%)

RGB channels and saturation

R 131 of 255 = 51%
G 216 of 255 = 85%
B 173 of 255 = 68%

131
216
173

R + G + B ~ 68%. #83D8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 216 + 173 = 520 (100%)
R 131 of 520 ~ 25.19%
G 216 of 520 ~ 41.54%
B 173 of 520 ~ 33.27'%

%25.19
%41.54
%33.27

CMYK color model

#83D8AD color CMYK value is (39,0,20,15).

  • cyan value is 39.35%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 15.29%

CMYK: (39,0,20,15)
C39M0Y20K15 (39%, 0%, 20%, 15%)
(0.39 / 0.00 / 0.20 / 0.15)

CMYK percentages

%39.35
%0
%19.91
%15.29

Codes

Color #83D8AD in popluar color models

83 D8 AD
RGB 131 216 173
HSL 150° 52.15% 68.04%
HSB/HSV 150° 39.35% 84.71%
CMYK 39.35% 0.00% 19.91%
15.29%

Color #83D8AD in popluar number systems.

HEX 83 D8 AD
Decimal 131 216 173
Binary 10000011 11011000 10101101
Octal 203 330 255

Shades and tints

Shades of #83D8AD

#83D8AD
(131,216,173)
#78C59E
(120,197,158)
#6DB28F
(109,178,143)
#629F80
(98,159,128)
#578C71
(87,140,113)
#4C7962
(76,121,98)
#416653
(65,102,83)
#365344
(54,83,68)
#2B4035
(43,64,53)
#202D26
(32,45,38)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #83D8AD

#83D8AD
(131,216,173)
#8EDBB4
(142,219,180)
#99DEBB
(153,222,187)
#A4E1C2
(164,225,194)
#AFE4C9
(175,228,201)
#BAE7D0
(186,231,208)
#C5EAD7
(197,234,215)
#D0EDDE
(208,237,222)
#DBF0E5
(219,240,229)
#E6F3EC
(230,243,236)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D8AD; }

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

This text font color is #83D8AD.

Background Color

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

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

This div background color is #83D8AD.

Border color

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

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

This div border color is #83D8AD.

Opacity

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

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

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

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

This text has shadow with #83D8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83D8AD.

Preview

Color preview on black background

This text has color #83D8AD on black background.


Color preview on white background

This text has color #83D8AD on white background.


Black color preview on #83D8AD background

This text has black color on #83D8AD background.


White color preview on #83D8AD background

This text has white color on #83D8AD background.


Related colors

Complementary color

Complementary color for #hex is #7C2752.


I love getcolorcode.com

Triadic colors

1 #AD83D8 and #D8AD83 with #83D8AD are triadic colors.

2 #ADD883 and #D883AD with #83D8AD are triadic colors.