COLOR #83B69C

HEX: #83B69C RGB: (131,182,156)

Color info

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

RGB color model

#83B69C color RGB value is (131,182,156).

RGB: (131,182,156) (51%, 71%, 61%)

RGB channels and saturation

R 131 of 255 = 51%
G 182 of 255 = 71%
B 156 of 255 = 61%

131
182
156

R + G + B ~ 61%. #83B69C is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 182 + 156 = 469 (100%)
R 131 of 469 ~ 27.93%
G 182 of 469 ~ 38.81%
B 156 of 469 ~ 33.26'%

%27.93
%38.81
%33.26

CMYK color model

#83B69C color CMYK value is (28,0,14,29).

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

CMYK: (28,0,14,29)
C28M0Y14K29 (28%, 0%, 14%, 29%)
(0.28 / 0.00 / 0.14 / 0.29)

CMYK percentages

%28.02
%0
%14.29
%28.63

Codes

Color #83B69C in popluar color models

83 B6 9C
RGB 131 182 156
HSL 149° 25.89% 61.37%
HSB/HSV 149° 28.02% 71.37%
CMYK 28.02% 0.00% 14.29%
28.63%

Color #83B69C in popluar number systems.

HEX 83 B6 9C
Decimal 131 182 156
Binary 10000011 10110110 10011100
Octal 203 266 234

Shades and tints

Shades of #83B69C

#83B69C
(131,182,156)
#78A68E
(120,166,142)
#6D9680
(109,150,128)
#628672
(98,134,114)
#577664
(87,118,100)
#4C6656
(76,102,86)
#415648
(65,86,72)
#36463A
(54,70,58)
#2B362C
(43,54,44)
#20261E
(32,38,30)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #83B69C

#83B69C
(131,182,156)
#8EBCA5
(142,188,165)
#99C2AE
(153,194,174)
#A4C8B7
(164,200,183)
#AFCEC0
(175,206,192)
#BAD4C9
(186,212,201)
#C5DAD2
(197,218,210)
#D0E0DB
(208,224,219)
#DBE6E4
(219,230,228)
#E6ECED
(230,236,237)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B69C; }

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

This text font color is #83B69C.

Background Color

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

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

This div background color is #83B69C.

Border color

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

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

This div border color is #83B69C.

Opacity

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

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

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

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

This text has shadow with #83B69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B69C.

Preview

Color preview on black background

This text has color #83B69C on black background.


Color preview on white background

This text has color #83B69C on white background.


Black color preview on #83B69C background

This text has black color on #83B69C background.


White color preview on #83B69C background

This text has white color on #83B69C background.


Related colors

Complementary color

Complementary color for #hex is #7C4963.


I love getcolorcode.com

Triadic colors

1 #9C83B6 and #B69C83 with #83B69C are triadic colors.

2 #9CB683 and #B6839C with #83B69C are triadic colors.