COLOR #83A7AF

HEX: #83A7AF RGB: (131,167,175)

Color info

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

RGB color model

#83A7AF color RGB value is (131,167,175).

RGB: (131,167,175) (51%, 65%, 69%)

RGB channels and saturation

R 131 of 255 = 51%
G 167 of 255 = 65%
B 175 of 255 = 69%

131
167
175

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

Portions of RGB colors in percentages

R + G + B = 131 + 167 + 175 = 473 (100%)
R 131 of 473 ~ 27.7%
G 167 of 473 ~ 35.31%
B 175 of 473 ~ 37'%

%27.7
%35.31
%37

CMYK color model

#83A7AF color CMYK value is (25,5,0,31).

  • cyan value is 25.14%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (25,5,0,31)
C25M5Y0K31 (25%, 5%, 0%, 31%)
(0.25 / 0.05 / 0.00 / 0.31)

CMYK percentages

%25.14
%4.57
%0
%31.37

Codes

Color #83A7AF in popluar color models

83 A7 AF
RGB 131 167 175
HSL 191° 21.57% 60.00%
HSB/HSV 191° 25.14% 68.63%
CMYK 25.14% 4.57% 0.00%
31.37%

Color #83A7AF in popluar number systems.

HEX 83 A7 AF
Decimal 131 167 175
Binary 10000011 10100111 10101111
Octal 203 247 257

Shades and tints

Shades of #83A7AF

#83A7AF
(131,167,175)
#7898A0
(120,152,160)
#6D8991
(109,137,145)
#627A82
(98,122,130)
#576B73
(87,107,115)
#4C5C64
(76,92,100)
#414D55
(65,77,85)
#363E46
(54,62,70)
#2B2F37
(43,47,55)
#202028
(32,32,40)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #83A7AF

#83A7AF
(131,167,175)
#8EAFB6
(142,175,182)
#99B7BD
(153,183,189)
#A4BFC4
(164,191,196)
#AFC7CB
(175,199,203)
#BACFD2
(186,207,210)
#C5D7D9
(197,215,217)
#D0DFE0
(208,223,224)
#DBE7E7
(219,231,231)
#E6EFEE
(230,239,238)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A7AF color. Also use rgb(131,167,175) instead hex code.

Text Font Color

.myTextColor { color: #83A7AF; }

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

This text font color is #83A7AF.

Background Color

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

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

This div background color is #83A7AF.

Border color

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

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

This div border color is #83A7AF.

Opacity

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

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

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

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

This text has shadow with #83A7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A7AF.

Preview

Color preview on black background

This text has color #83A7AF on black background.


Color preview on white background

This text has color #83A7AF on white background.


Black color preview on #83A7AF background

This text has black color on #83A7AF background.


White color preview on #83A7AF background

This text has white color on #83A7AF background.


Related colors

Complementary color

Complementary color for #hex is #7C5850.


I love getcolorcode.com

Triadic colors

1 #AF83A7 and #A7AF83 with #83A7AF are triadic colors.

2 #AFA783 and #A783AF with #83A7AF are triadic colors.