COLOR #83A2B6

HEX: #83A2B6 RGB: (131,162,182)

Color info

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

RGB color model

#83A2B6 color RGB value is (131,162,182).

RGB: (131,162,182) (51%, 64%, 71%)

RGB channels and saturation

R 131 of 255 = 51%
G 162 of 255 = 64%
B 182 of 255 = 71%

131
162
182

R + G + B ~ 62%. #83A2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 162 + 182 = 475 (100%)
R 131 of 475 ~ 27.58%
G 162 of 475 ~ 34.11%
B 182 of 475 ~ 38.32'%

%27.58
%34.11
%38.32

CMYK color model

#83A2B6 color CMYK value is (28,11,0,29).

  • cyan value is 28.02%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (28,11,0,29)
C28M11Y0K29 (28%, 11%, 0%, 29%)
(0.28 / 0.11 / 0.00 / 0.29)

CMYK percentages

%28.02
%10.99
%0
%28.63

Codes

Color #83A2B6 in popluar color models

83 A2 B6
RGB 131 162 182
HSL 204° 25.89% 61.37%
HSB/HSV 204° 28.02% 71.37%
CMYK 28.02% 10.99% 0.00%
28.63%

Color #83A2B6 in popluar number systems.

HEX 83 A2 B6
Decimal 131 162 182
Binary 10000011 10100010 10110110
Octal 203 242 266

Shades and tints

Shades of #83A2B6

#83A2B6
(131,162,182)
#7894A6
(120,148,166)
#6D8696
(109,134,150)
#627886
(98,120,134)
#576A76
(87,106,118)
#4C5C66
(76,92,102)
#414E56
(65,78,86)
#364046
(54,64,70)
#2B3236
(43,50,54)
#202426
(32,36,38)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #83A2B6

#83A2B6
(131,162,182)
#8EAABC
(142,170,188)
#99B2C2
(153,178,194)
#A4BAC8
(164,186,200)
#AFC2CE
(175,194,206)
#BACAD4
(186,202,212)
#C5D2DA
(197,210,218)
#D0DAE0
(208,218,224)
#DBE2E6
(219,226,230)
#E6EAEC
(230,234,236)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A2B6; }

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

This text font color is #83A2B6.

Background Color

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

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

This div background color is #83A2B6.

Border color

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

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

This div border color is #83A2B6.

Opacity

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

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

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

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

This text has shadow with #83A2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A2B6.

Preview

Color preview on black background

This text has color #83A2B6 on black background.


Color preview on white background

This text has color #83A2B6 on white background.


Black color preview on #83A2B6 background

This text has black color on #83A2B6 background.


White color preview on #83A2B6 background

This text has white color on #83A2B6 background.


Related colors

Complementary color

Complementary color for #hex is #7C5D49.


I love getcolorcode.com

Triadic colors

1 #B683A2 and #A2B683 with #83A2B6 are triadic colors.

2 #B6A283 and #A283B6 with #83A2B6 are triadic colors.