COLOR #83CFA6

HEX: #83CFA6 RGB: (131,207,166)

Color info

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

RGB color model

#83CFA6 color RGB value is (131,207,166).

RGB: (131,207,166) (51%, 81%, 65%)

RGB channels and saturation

R 131 of 255 = 51%
G 207 of 255 = 81%
B 166 of 255 = 65%

131
207
166

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

Portions of RGB colors in percentages

R + G + B = 131 + 207 + 166 = 504 (100%)
R 131 of 504 ~ 25.99%
G 207 of 504 ~ 41.07%
B 166 of 504 ~ 32.94'%

%25.99
%41.07
%32.94

CMYK color model

#83CFA6 color CMYK value is (37,0,20,19).

  • cyan value is 36.71%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 18.82%

CMYK: (37,0,20,19)
C37M0Y20K19 (37%, 0%, 20%, 19%)
(0.37 / 0.00 / 0.20 / 0.19)

CMYK percentages

%36.71
%0
%19.81
%18.82

Codes

Color #83CFA6 in popluar color models

83 CF A6
RGB 131 207 166
HSL 148° 44.19% 66.27%
HSB/HSV 148° 36.71% 81.18%
CMYK 36.71% 0.00% 19.81%
18.82%

Color #83CFA6 in popluar number systems.

HEX 83 CF A6
Decimal 131 207 166
Binary 10000011 11001111 10100110
Octal 203 317 246

Shades and tints

Shades of #83CFA6

#83CFA6
(131,207,166)
#78BD97
(120,189,151)
#6DAB88
(109,171,136)
#629979
(98,153,121)
#57876A
(87,135,106)
#4C755B
(76,117,91)
#41634C
(65,99,76)
#36513D
(54,81,61)
#2B3F2E
(43,63,46)
#202D1F
(32,45,31)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #83CFA6

#83CFA6
(131,207,166)
#8ED3AE
(142,211,174)
#99D7B6
(153,215,182)
#A4DBBE
(164,219,190)
#AFDFC6
(175,223,198)
#BAE3CE
(186,227,206)
#C5E7D6
(197,231,214)
#D0EBDE
(208,235,222)
#DBEFE6
(219,239,230)
#E6F3EE
(230,243,238)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CFA6 color. Also use rgb(131,207,166) instead hex code.

Text Font Color

.myTextColor { color: #83CFA6; }

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

This text font color is #83CFA6.

Background Color

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

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

This div background color is #83CFA6.

Border color

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

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

This div border color is #83CFA6.

Opacity

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

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

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

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

This text has shadow with #83CFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83CFA6.

Preview

Color preview on black background

This text has color #83CFA6 on black background.


Color preview on white background

This text has color #83CFA6 on white background.


Black color preview on #83CFA6 background

This text has black color on #83CFA6 background.


White color preview on #83CFA6 background

This text has white color on #83CFA6 background.


Related colors

Complementary color

Complementary color for #hex is #7C3059.


I love getcolorcode.com

Triadic colors

1 #A683CF and #CFA683 with #83CFA6 are triadic colors.

2 #A6CF83 and #CF83A6 with #83CFA6 are triadic colors.