COLOR #83A9B0

HEX: #83A9B0 RGB: (131,169,176)

Color info

#83A9B0 contains red, green and blue colors in about the same proportion. Web safe color of #83A9B0 is #999999 (or #999).

RGB color model

#83A9B0 color RGB value is (131,169,176).

RGB: (131,169,176) (51%, 66%, 69%)

RGB channels and saturation

R 131 of 255 = 51%
G 169 of 255 = 66%
B 176 of 255 = 69%

131
169
176

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

Portions of RGB colors in percentages

R + G + B = 131 + 169 + 176 = 476 (100%)
R 131 of 476 ~ 27.52%
G 169 of 476 ~ 35.5%
B 176 of 476 ~ 36.97'%

%27.52
%35.5
%36.97

CMYK color model

#83A9B0 color CMYK value is (26,4,0,31).

  • cyan value is 25.57%
  • magenta value is 3.98%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (26,4,0,31)
C26M4Y0K31 (26%, 4%, 0%, 31%)
(0.26 / 0.04 / 0.00 / 0.31)

CMYK percentages

%25.57
%3.98
%0
%30.98

Codes

Color #83A9B0 in popluar color models

83 A9 B0
RGB 131 169 176
HSL 189° 22.17% 60.20%
HSB/HSV 189° 25.57% 69.02%
CMYK 25.57% 3.98% 0.00%
30.98%

Color #83A9B0 in popluar number systems.

HEX 83 A9 B0
Decimal 131 169 176
Binary 10000011 10101001 10110000
Octal 203 251 260

Shades and tints

Shades of #83A9B0

#83A9B0
(131,169,176)
#789AA0
(120,154,160)
#6D8B90
(109,139,144)
#627C80
(98,124,128)
#576D70
(87,109,112)
#4C5E60
(76,94,96)
#414F50
(65,79,80)
#364040
(54,64,64)
#2B3130
(43,49,48)
#202220
(32,34,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #83A9B0

#83A9B0
(131,169,176)
#8EB0B7
(142,176,183)
#99B7BE
(153,183,190)
#A4BEC5
(164,190,197)
#AFC5CC
(175,197,204)
#BACCD3
(186,204,211)
#C5D3DA
(197,211,218)
#D0DAE1
(208,218,225)
#DBE1E8
(219,225,232)
#E6E8EF
(230,232,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A9B0; }

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

This text font color is #83A9B0.

Background Color

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

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

This div background color is #83A9B0.

Border color

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

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

This div border color is #83A9B0.

Opacity

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

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

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

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

This text has shadow with #83A9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A9B0.

Preview

Color preview on black background

This text has color #83A9B0 on black background.


Color preview on white background

This text has color #83A9B0 on white background.


Black color preview on #83A9B0 background

This text has black color on #83A9B0 background.


White color preview on #83A9B0 background

This text has white color on #83A9B0 background.


Related colors

Complementary color

Complementary color for #hex is #7C564F.


I love getcolorcode.com

Triadic colors

1 #B083A9 and #A9B083 with #83A9B0 are triadic colors.

2 #B0A983 and #A983B0 with #83A9B0 are triadic colors.