COLOR #83ABB6

HEX: #83ABB6 RGB: (131,171,182)

Color info

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

RGB color model

#83ABB6 color RGB value is (131,171,182).

RGB: (131,171,182) (51%, 67%, 71%)

RGB channels and saturation

R 131 of 255 = 51%
G 171 of 255 = 67%
B 182 of 255 = 71%

131
171
182

R + G + B ~ 63%. #83ABB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 171 + 182 = 484 (100%)
R 131 of 484 ~ 27.07%
G 171 of 484 ~ 35.33%
B 182 of 484 ~ 37.6'%

%27.07
%35.33
%37.6

CMYK color model

#83ABB6 color CMYK value is (28,6,0,29).

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

CMYK: (28,6,0,29)
C28M6Y0K29 (28%, 6%, 0%, 29%)
(0.28 / 0.06 / 0.00 / 0.29)

CMYK percentages

%28.02
%6.04
%0
%28.63

Codes

Color #83ABB6 in popluar color models

83 AB B6
RGB 131 171 182
HSL 193° 25.89% 61.37%
HSB/HSV 193° 28.02% 71.37%
CMYK 28.02% 6.04% 0.00%
28.63%

Color #83ABB6 in popluar number systems.

HEX 83 AB B6
Decimal 131 171 182
Binary 10000011 10101011 10110110
Octal 203 253 266

Shades and tints

Shades of #83ABB6

#83ABB6
(131,171,182)
#789CA6
(120,156,166)
#6D8D96
(109,141,150)
#627E86
(98,126,134)
#576F76
(87,111,118)
#4C6066
(76,96,102)
#415156
(65,81,86)
#364246
(54,66,70)
#2B3336
(43,51,54)
#202426
(32,36,38)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #83ABB6

#83ABB6
(131,171,182)
#8EB2BC
(142,178,188)
#99B9C2
(153,185,194)
#A4C0C8
(164,192,200)
#AFC7CE
(175,199,206)
#BACED4
(186,206,212)
#C5D5DA
(197,213,218)
#D0DCE0
(208,220,224)
#DBE3E6
(219,227,230)
#E6EAEC
(230,234,236)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ABB6; }

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

This text font color is #83ABB6.

Background Color

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

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

This div background color is #83ABB6.

Border color

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

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

This div border color is #83ABB6.

Opacity

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

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

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

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

This text has shadow with #83ABB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83ABB6.

Preview

Color preview on black background

This text has color #83ABB6 on black background.


Color preview on white background

This text has color #83ABB6 on white background.


Black color preview on #83ABB6 background

This text has black color on #83ABB6 background.


White color preview on #83ABB6 background

This text has white color on #83ABB6 background.


Related colors

Complementary color

Complementary color for #hex is #7C5449.


I love getcolorcode.com

Triadic colors

1 #B683AB and #ABB683 with #83ABB6 are triadic colors.

2 #B6AB83 and #AB83B6 with #83ABB6 are triadic colors.