COLOR #83B688

HEX: #83B688 RGB: (131,182,136)

Color info

#83B688 contains red, green and blue colors in about the same proportion. Web safe color of #83B688 is #99CC99 (or #9C9).

RGB color model

#83B688 color RGB value is (131,182,136).

RGB: (131,182,136) (51%, 71%, 53%)

RGB channels and saturation

R 131 of 255 = 51%
G 182 of 255 = 71%
B 136 of 255 = 53%

131
182
136

R + G + B ~ 58%. #83B688 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 182 + 136 = 449 (100%)
R 131 of 449 ~ 29.18%
G 182 of 449 ~ 40.53%
B 136 of 449 ~ 30.29'%

%29.18
%40.53
%30.29

CMYK color model

#83B688 color CMYK value is (28,0,25,29).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 25.27%
  • key color value is 28.63%

CMYK: (28,0,25,29)
C28M0Y25K29 (28%, 0%, 25%, 29%)
(0.28 / 0.00 / 0.25 / 0.29)

CMYK percentages

%28.02
%0
%25.27
%28.63

Codes

Color #83B688 in popluar color models

83 B6 88
RGB 131 182 136
HSL 126° 25.89% 61.37%
HSB/HSV 126° 28.02% 71.37%
CMYK 28.02% 0.00% 25.27%
28.63%

Color #83B688 in popluar number systems.

HEX 83 B6 88
Decimal 131 182 136
Binary 10000011 10110110 10001000
Octal 203 266 210

Shades and tints

Shades of #83B688

#83B688
(131,182,136)
#78A67C
(120,166,124)
#6D9670
(109,150,112)
#628664
(98,134,100)
#577658
(87,118,88)
#4C664C
(76,102,76)
#415640
(65,86,64)
#364634
(54,70,52)
#2B3628
(43,54,40)
#20261C
(32,38,28)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #83B688

#83B688
(131,182,136)
#8EBC92
(142,188,146)
#99C29C
(153,194,156)
#A4C8A6
(164,200,166)
#AFCEB0
(175,206,176)
#BAD4BA
(186,212,186)
#C5DAC4
(197,218,196)
#D0E0CE
(208,224,206)
#DBE6D8
(219,230,216)
#E6ECE2
(230,236,226)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B688 color. Also use rgb(131,182,136) instead hex code.

Text Font Color

.myTextColor { color: #83B688; }

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

This text font color is #83B688.

Background Color

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

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

This div background color is #83B688.

Border color

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

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

This div border color is #83B688.

Opacity

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

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

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

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

This text has shadow with #83B688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B688.

Preview

Color preview on black background

This text has color #83B688 on black background.


Color preview on white background

This text has color #83B688 on white background.


Black color preview on #83B688 background

This text has black color on #83B688 background.


White color preview on #83B688 background

This text has white color on #83B688 background.


Related colors

Complementary color

Complementary color for #hex is #7C4977.


I love getcolorcode.com

Triadic colors

1 #8883B6 and #B68883 with #83B688 are triadic colors.

2 #88B683 and #B68388 with #83B688 are triadic colors.