COLOR #83B4B0

HEX: #83B4B0
RGB: (131,180,176)

Color info

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

RGB color model

#83B4B0 color RGB value is (131,180,176).

  • red value is 131;
  • green value is 180;
  • blue value is 176.
RGB:
(131,180,176)
(51%,71%,69%)

RGB channels and saturation

R 131 of 255 = 51%
G 180 of 255 = 71%
B 176 of 255 = 69%

131
180
176

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

Portions of RGB colors in percentages

R + G + B =
131 + 180 + 176 = 487 (100%)
R 131 of 487 ~ 26.9%
G 180 of 487 ~ 36.96%
B 176 of 487 ~ 36.14%

%26.9
%36.96
%36.14

CMYK color model

#83B4B0 color CMYK value is (27,0,2,29).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 29.41%
CMYK:
(27,0,2,29)
C27M0Y2K29 
(27%,0%,2%,29%)
(0.27/0.00/0.02/0.29)	

CMYK percentages

%27.22
%0
%2.22
%29.41

Codes

Color #83B4B0 in popluar color models

83B4B0
RGB131180176
HSL175°24.62%60.98%
HSB/HSV175°27.22%70.59%
CMYK27.22%0.00%2.22%
29.41%

Color #83B4B0 in popluar number systems.

HEX83B4B0
Decimal131180176
Binary100000111011010010110000
Octal203264260

Shades and tints

Shades of #83B4B0

#83B4B0
(131,180,176)
#78A4A0
(120,164,160)
#6D9490
(109,148,144)
#628480
(98,132,128)
#577470
(87,116,112)
#4C6460
(76,100,96)
#415450
(65,84,80)
#364440
(54,68,64)
#2B3430
(43,52,48)
#202420
(32,36,32)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #83B4B0

#83B4B0
(131,180,176)
#8EBAB7
(142,186,183)
#99C0BE
(153,192,190)
#A4C6C5
(164,198,197)
#AFCCCC
(175,204,204)
#BAD2D3
(186,210,211)
#C5D8DA
(197,216,218)
#D0DEE1
(208,222,225)
#DBE4E8
(219,228,232)
#E6EAEF
(230,234,239)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B4B0 color. Also use rgb(131,180,176) instead hex code.

Text Font Color

.myTextColor { color: #83B4B0; }

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

This text font color is #83B4B0.


Background Color

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

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

This div background color is #83B4B0.


Border color

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

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

This div border color is #83B4B0.


Opacity

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

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

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

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

This text has shadow with #83B4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B4B0 on black background.


Color preview on white background

This text has color #83B4B0 on white background.



Black color preview on #83B4B0 background

This text has black color on #83B4B0 background.


White color preview on #83B4B0 background

This text has white color on #83B4B0 background.