COLOR #83B69B

HEX: #83B69B RGB: (131,182,155)

Color info

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

RGB color model

#83B69B color RGB value is (131,182,155).

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

RGB channels and saturation

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

131
182
155

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

Portions of RGB colors in percentages

R + G + B = 131 + 182 + 155 = 468 (100%)
R 131 of 468 ~ 27.99%
G 182 of 468 ~ 38.89%
B 155 of 468 ~ 33.12'%

%27.99
%38.89
%33.12

CMYK color model

#83B69B color CMYK value is (28,0,15,29).

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

CMYK: (28,0,15,29)
C28M0Y15K29 (28%, 0%, 15%, 29%)
(0.28 / 0.00 / 0.15 / 0.29)

CMYK percentages

%28.02
%0
%14.84
%28.63

Codes

Color #83B69B in popluar color models

83 B6 9B
RGB 131 182 155
HSL 148° 25.89% 61.37%
HSB/HSV 148° 28.02% 71.37%
CMYK 28.02% 0.00% 14.84%
28.63%

Color #83B69B in popluar number systems.

HEX 83 B6 9B
Decimal 131 182 155
Binary 10000011 10110110 10011011
Octal 203 266 233

Shades and tints

Shades of #83B69B

#83B69B
(131,182,155)
#78A68D
(120,166,141)
#6D967F
(109,150,127)
#628671
(98,134,113)
#577663
(87,118,99)
#4C6655
(76,102,85)
#415647
(65,86,71)
#364639
(54,70,57)
#2B362B
(43,54,43)
#20261D
(32,38,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #83B69B

#83B69B
(131,182,155)
#8EBCA4
(142,188,164)
#99C2AD
(153,194,173)
#A4C8B6
(164,200,182)
#AFCEBF
(175,206,191)
#BAD4C8
(186,212,200)
#C5DAD1
(197,218,209)
#D0E0DA
(208,224,218)
#DBE6E3
(219,230,227)
#E6ECEC
(230,236,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B69B; }

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

This text font color is #83B69B.

Background Color

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

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

This div background color is #83B69B.

Border color

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

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

This div border color is #83B69B.

Opacity

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

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

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

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

This text has shadow with #83B69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B69B.

Preview

Color preview on black background

This text has color #83B69B on black background.


Color preview on white background

This text has color #83B69B on white background.


Black color preview on #83B69B background

This text has black color on #83B69B background.


White color preview on #83B69B background

This text has white color on #83B69B background.


Related colors

Complementary color

Complementary color for #hex is #7C4964.


I love getcolorcode.com

Triadic colors

1 #9B83B6 and #B69B83 with #83B69B are triadic colors.

2 #9BB683 and #B6839B with #83B69B are triadic colors.