COLOR #83B2B3

HEX: #83B2B3
RGB: (131,178,179)

Color info

#83B2B3 contains red, green and blue colors in about the same proportion. Web safe color of #83B2B3 is #999999 (or #999).

RGB color model

#83B2B3 color RGB value is (131,178,179).

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

RGB channels and saturation

R 131 of 255 = 51%
G 178 of 255 = 70%
B 179 of 255 = 70%

131
178
179

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

Portions of RGB colors in percentages

R + G + B =
131 + 178 + 179 = 488 (100%)
R 131 of 488 ~ 26.84%
G 178 of 488 ~ 36.48%
B 179 of 488 ~ 36.68%

%26.84
%36.48
%36.68

CMYK color model

#83B2B3 color CMYK value is (27,1,0,30).

  • cyan value is 26.82%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(27,1,0,30)
C27M1Y0K30 
(27%,1%,0%,30%)
(0.27/0.01/0.00/0.30)	

CMYK percentages

%26.82
%0.56
%0
%29.8

Codes

Color #83B2B3 in popluar color models

83B2B3
RGB131178179
HSL181°24.00%60.78%
HSB/HSV181°26.82%70.20%
CMYK26.82%0.56%0.00%
29.80%

Color #83B2B3 in popluar number systems.

HEX83B2B3
Decimal131178179
Binary100000111011001010110011
Octal203262263

Shades and tints

Shades of #83B2B3

#83B2B3
(131,178,179)
#78A2A3
(120,162,163)
#6D9293
(109,146,147)
#628283
(98,130,131)
#577273
(87,114,115)
#4C6263
(76,98,99)
#415253
(65,82,83)
#364243
(54,66,67)
#2B3233
(43,50,51)
#202223
(32,34,35)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #83B2B3

#83B2B3
(131,178,179)
#8EB9B9
(142,185,185)
#99C0BF
(153,192,191)
#A4C7C5
(164,199,197)
#AFCECB
(175,206,203)
#BAD5D1
(186,213,209)
#C5DCD7
(197,220,215)
#D0E3DD
(208,227,221)
#DBEAE3
(219,234,227)
#E6F1E9
(230,241,233)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B2B3; }

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

This text font color is #83B2B3.


Background Color

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

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

This div background color is #83B2B3.


Border color

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

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

This div border color is #83B2B3.


Opacity

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

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

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

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

This text has shadow with #83B2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B2B3 on black background.


Color preview on white background

This text has color #83B2B3 on white background.



Black color preview on #83B2B3 background

This text has black color on #83B2B3 background.


White color preview on #83B2B3 background

This text has white color on #83B2B3 background.