COLOR #83B6B3

HEX: #83B6B3
RGB: (131,182,179)

Color info

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

RGB color model

#83B6B3 color RGB value is (131,182,179).

  • red value is 131;
  • green value is 182;
  • blue value is 179.
RGB:
(131,182,179)
(51%,71%,70%)

RGB channels and saturation

R 131 of 255 = 51%
G 182 of 255 = 71%
B 179 of 255 = 70%

131
182
179

R + G + B ~ 64%. #83B6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 182 + 179 = 492 (100%)
R 131 of 492 ~ 26.63%
G 182 of 492 ~ 36.99%
B 179 of 492 ~ 36.38%

%26.63
%36.99
%36.38

CMYK color model

#83B6B3 color CMYK value is (28,0,2,29).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 28.63%
CMYK:
(28,0,2,29)
C28M0Y2K29 
(28%,0%,2%,29%)
(0.28/0.00/0.02/0.29)	

CMYK percentages

%28.02
%0
%1.65
%28.63

Codes

Color #83B6B3 in popluar color models

83B6B3
RGB131182179
HSL176°25.89%61.37%
HSB/HSV176°28.02%71.37%
CMYK28.02%0.00%1.65%
28.63%

Color #83B6B3 in popluar number systems.

HEX83B6B3
Decimal131182179
Binary100000111011011010110011
Octal203266263

Shades and tints

Shades of #83B6B3

#83B6B3
(131,182,179)
#78A6A3
(120,166,163)
#6D9693
(109,150,147)
#628683
(98,134,131)
#577673
(87,118,115)
#4C6663
(76,102,99)
#415653
(65,86,83)
#364643
(54,70,67)
#2B3633
(43,54,51)
#202623
(32,38,35)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #83B6B3

#83B6B3
(131,182,179)
#8EBCB9
(142,188,185)
#99C2BF
(153,194,191)
#A4C8C5
(164,200,197)
#AFCECB
(175,206,203)
#BAD4D1
(186,212,209)
#C5DAD7
(197,218,215)
#D0E0DD
(208,224,221)
#DBE6E3
(219,230,227)
#E6ECE9
(230,236,233)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B6B3; }

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

This text font color is #83B6B3.


Background Color

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

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

This div background color is #83B6B3.


Border color

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

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

This div border color is #83B6B3.


Opacity

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

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

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

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

This text has shadow with #83B6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B6B3 on black background.


Color preview on white background

This text has color #83B6B3 on white background.



Black color preview on #83B6B3 background

This text has black color on #83B6B3 background.


White color preview on #83B6B3 background

This text has white color on #83B6B3 background.