COLOR #83BBB6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
187
182

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

Portions of RGB colors in percentages

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

%26.2
%37.4
%36.4

CMYK color model

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

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

CMYK percentages

%29.95
%0
%2.67
%26.67

Codes

Color #83BBB6 in popluar color models

83BBB6
RGB131187182
HSL175°29.17%62.35%
HSB/HSV175°29.95%73.33%
CMYK29.95%0.00%2.67%
26.67%

Color #83BBB6 in popluar number systems.

HEX83BBB6
Decimal131187182
Binary100000111011101110110110
Octal203273266

Shades and tints

Shades of #83BBB6

#83BBB6
(131,187,182)
#78AAA6
(120,170,166)
#6D9996
(109,153,150)
#628886
(98,136,134)
#577776
(87,119,118)
#4C6666
(76,102,102)
#415556
(65,85,86)
#364446
(54,68,70)
#2B3336
(43,51,54)
#202226
(32,34,38)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #83BBB6

#83BBB6
(131,187,182)
#8EC1BC
(142,193,188)
#99C7C2
(153,199,194)
#A4CDC8
(164,205,200)
#AFD3CE
(175,211,206)
#BAD9D4
(186,217,212)
#C5DFDA
(197,223,218)
#D0E5E0
(208,229,224)
#DBEBE6
(219,235,230)
#E6F1EC
(230,241,236)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BBB6; }

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

This text font color is #83BBB6.


Background Color

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

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

This div background color is #83BBB6.


Border color

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

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

This div border color is #83BBB6.


Opacity

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

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

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

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

This text has shadow with #83BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BBB6 on black background.


Color preview on white background

This text has color #83BBB6 on white background.



Black color preview on #83BBB6 background

This text has black color on #83BBB6 background.


White color preview on #83BBB6 background

This text has white color on #83BBB6 background.