COLOR #83ACA5

HEX: #83ACA5 RGB: (131,172,165)

Color info

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

RGB color model

#83ACA5 color RGB value is (131,172,165).

RGB: (131,172,165) (51%, 67%, 65%)

RGB channels and saturation

R 131 of 255 = 51%
G 172 of 255 = 67%
B 165 of 255 = 65%

131
172
165

R + G + B ~ 61%. #83ACA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 172 + 165 = 468 (100%)
R 131 of 468 ~ 27.99%
G 172 of 468 ~ 36.75%
B 165 of 468 ~ 35.26'%

%27.99
%36.75
%35.26

CMYK color model

#83ACA5 color CMYK value is (24,0,4,33).

  • cyan value is 23.84%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%

CMYK: (24,0,4,33)
C24M0Y4K33 (24%, 0%, 4%, 33%)
(0.24 / 0.00 / 0.04 / 0.33)

CMYK percentages

%23.84
%0
%4.07
%32.55

Codes

Color #83ACA5 in popluar color models

83 AC A5
RGB 131 172 165
HSL 170° 19.81% 59.41%
HSB/HSV 170° 23.84% 67.45%
CMYK 23.84% 0.00% 4.07%
32.55%

Color #83ACA5 in popluar number systems.

HEX 83 AC A5
Decimal 131 172 165
Binary 10000011 10101100 10100101
Octal 203 254 245

Shades and tints

Shades of #83ACA5

#83ACA5
(131,172,165)
#789D96
(120,157,150)
#6D8E87
(109,142,135)
#627F78
(98,127,120)
#577069
(87,112,105)
#4C615A
(76,97,90)
#41524B
(65,82,75)
#36433C
(54,67,60)
#2B342D
(43,52,45)
#20251E
(32,37,30)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #83ACA5

#83ACA5
(131,172,165)
#8EB3AD
(142,179,173)
#99BAB5
(153,186,181)
#A4C1BD
(164,193,189)
#AFC8C5
(175,200,197)
#BACFCD
(186,207,205)
#C5D6D5
(197,214,213)
#D0DDDD
(208,221,221)
#DBE4E5
(219,228,229)
#E6EBED
(230,235,237)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83ACA5 color. Also use rgb(131,172,165) instead hex code.

Text Font Color

.myTextColor { color: #83ACA5; }

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

This text font color is #83ACA5.

Background Color

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

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

This div background color is #83ACA5.

Border color

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

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

This div border color is #83ACA5.

Opacity

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

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

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

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

This text has shadow with #83ACA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83ACA5.

Preview

Color preview on black background

This text has color #83ACA5 on black background.


Color preview on white background

This text has color #83ACA5 on white background.


Black color preview on #83ACA5 background

This text has black color on #83ACA5 background.


White color preview on #83ACA5 background

This text has white color on #83ACA5 background.


Related colors

Complementary color

Complementary color for #hex is #7C535A.


I love getcolorcode.com

Triadic colors

1 #A583AC and #ACA583 with #83ACA5 are triadic colors.

2 #A5AC83 and #AC83A5 with #83ACA5 are triadic colors.