COLOR #83B6BB

HEX: #83B6BB
RGB: (131,182,187)

Color info

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

RGB color model

#83B6BB color RGB value is (131,182,187).

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

RGB channels and saturation

R 131 of 255 = 51%
G 182 of 255 = 71%
B 187 of 255 = 73%

131
182
187

R + G + B ~ 65%. #83B6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 182 + 187 = 500 (100%)
R 131 of 500 ~ 26.2%
G 182 of 500 ~ 36.4%
B 187 of 500 ~ 37.4%

%26.2
%36.4
%37.4

CMYK color model

#83B6BB color CMYK value is (30,3,0,27).

  • cyan value is 29.95%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(30,3,0,27)
C30M3Y0K27 
(30%,3%,0%,27%)
(0.30/0.03/0.00/0.27)	

CMYK percentages

%29.95
%2.67
%0
%26.67

Codes

Color #83B6BB in popluar color models

83B6BB
RGB131182187
HSL185°29.17%62.35%
HSB/HSV185°29.95%73.33%
CMYK29.95%2.67%0.00%
26.67%

Color #83B6BB in popluar number systems.

HEX83B6BB
Decimal131182187
Binary100000111011011010111011
Octal203266273

Shades and tints

Shades of #83B6BB

#83B6BB
(131,182,187)
#78A6AA
(120,166,170)
#6D9699
(109,150,153)
#628688
(98,134,136)
#577677
(87,118,119)
#4C6666
(76,102,102)
#415655
(65,86,85)
#364644
(54,70,68)
#2B3633
(43,54,51)
#202622
(32,38,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #83B6BB

#83B6BB
(131,182,187)
#8EBCC1
(142,188,193)
#99C2C7
(153,194,199)
#A4C8CD
(164,200,205)
#AFCED3
(175,206,211)
#BAD4D9
(186,212,217)
#C5DADF
(197,218,223)
#D0E0E5
(208,224,229)
#DBE6EB
(219,230,235)
#E6ECF1
(230,236,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B6BB; }

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

This text font color is #83B6BB.


Background Color

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

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

This div background color is #83B6BB.


Border color

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

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

This div border color is #83B6BB.


Opacity

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

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

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

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

This text has shadow with #83B6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B6BB on black background.


Color preview on white background

This text has color #83B6BB on white background.



Black color preview on #83B6BB background

This text has black color on #83B6BB background.


White color preview on #83B6BB background

This text has white color on #83B6BB background.