COLOR #83B3B2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
179
178

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

Portions of RGB colors in percentages

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

%26.84
%36.68
%36.48

CMYK color model

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

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

CMYK percentages

%26.82
%0
%0.56
%29.8

Codes

Color #83B3B2 in popluar color models

83B3B2
RGB131179178
HSL179°24.00%60.78%
HSB/HSV179°26.82%70.20%
CMYK26.82%0.00%0.56%
29.80%

Color #83B3B2 in popluar number systems.

HEX83B3B2
Decimal131179178
Binary100000111011001110110010
Octal203263262

Shades and tints

Shades of #83B3B2

#83B3B2
(131,179,178)
#78A3A2
(120,163,162)
#6D9392
(109,147,146)
#628382
(98,131,130)
#577372
(87,115,114)
#4C6362
(76,99,98)
#415352
(65,83,82)
#364342
(54,67,66)
#2B3332
(43,51,50)
#202322
(32,35,34)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #83B3B2

#83B3B2
(131,179,178)
#8EB9B9
(142,185,185)
#99BFC0
(153,191,192)
#A4C5C7
(164,197,199)
#AFCBCE
(175,203,206)
#BAD1D5
(186,209,213)
#C5D7DC
(197,215,220)
#D0DDE3
(208,221,227)
#DBE3EA
(219,227,234)
#E6E9F1
(230,233,241)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B3B2; }

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

This text font color is #83B3B2.


Background Color

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

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

This div background color is #83B3B2.


Border color

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

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

This div border color is #83B3B2.


Opacity

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

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

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

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

This text has shadow with #83B3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B3B2 on black background.


Color preview on white background

This text has color #83B3B2 on white background.



Black color preview on #83B3B2 background

This text has black color on #83B3B2 background.


White color preview on #83B3B2 background

This text has white color on #83B3B2 background.