COLOR #83AEB6

HEX: #83AEB6 RGB: (131,174,182)

Color info

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

RGB color model

#83AEB6 color RGB value is (131,174,182).

RGB: (131,174,182) (51%, 68%, 71%)

RGB channels and saturation

R 131 of 255 = 51%
G 174 of 255 = 68%
B 182 of 255 = 71%

131
174
182

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

Portions of RGB colors in percentages

R + G + B = 131 + 174 + 182 = 487 (100%)
R 131 of 487 ~ 26.9%
G 174 of 487 ~ 35.73%
B 182 of 487 ~ 37.37'%

%26.9
%35.73
%37.37

CMYK color model

#83AEB6 color CMYK value is (28,4,0,29).

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

CMYK: (28,4,0,29)
C28M4Y0K29 (28%, 4%, 0%, 29%)
(0.28 / 0.04 / 0.00 / 0.29)

CMYK percentages

%28.02
%4.4
%0
%28.63

Codes

Color #83AEB6 in popluar color models

83 AE B6
RGB 131 174 182
HSL 189° 25.89% 61.37%
HSB/HSV 189° 28.02% 71.37%
CMYK 28.02% 4.40% 0.00%
28.63%

Color #83AEB6 in popluar number systems.

HEX 83 AE B6
Decimal 131 174 182
Binary 10000011 10101110 10110110
Octal 203 256 266

Shades and tints

Shades of #83AEB6

#83AEB6
(131,174,182)
#789FA6
(120,159,166)
#6D9096
(109,144,150)
#628186
(98,129,134)
#577276
(87,114,118)
#4C6366
(76,99,102)
#415456
(65,84,86)
#364546
(54,69,70)
#2B3636
(43,54,54)
#202726
(32,39,38)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #83AEB6

#83AEB6
(131,174,182)
#8EB5BC
(142,181,188)
#99BCC2
(153,188,194)
#A4C3C8
(164,195,200)
#AFCACE
(175,202,206)
#BAD1D4
(186,209,212)
#C5D8DA
(197,216,218)
#D0DFE0
(208,223,224)
#DBE6E6
(219,230,230)
#E6EDEC
(230,237,236)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AEB6; }

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

This text font color is #83AEB6.

Background Color

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

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

This div background color is #83AEB6.

Border color

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

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

This div border color is #83AEB6.

Opacity

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

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

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

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

This text has shadow with #83AEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AEB6.

Preview

Color preview on black background

This text has color #83AEB6 on black background.


Color preview on white background

This text has color #83AEB6 on white background.


Black color preview on #83AEB6 background

This text has black color on #83AEB6 background.


White color preview on #83AEB6 background

This text has white color on #83AEB6 background.


Related colors

Complementary color

Complementary color for #hex is #7C5149.


I love getcolorcode.com

Triadic colors

1 #B683AE and #AEB683 with #83AEB6 are triadic colors.

2 #B6AE83 and #AE83B6 with #83AEB6 are triadic colors.