COLOR #83ACA7

HEX: #83ACA7
RGB: (131,172,167)

Color info

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

RGB color model

#83ACA7 color RGB value is (131,172,167).

  • red value is 131;
  • green value is 172;
  • blue value is 167.
RGB:
(131,172,167)
(51%,67%,65%)

RGB channels and saturation

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

131
172
167

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

Portions of RGB colors in percentages

R + G + B =
131 + 172 + 167 = 470 (100%)
R 131 of 470 ~ 27.87%
G 172 of 470 ~ 36.6%
B 167 of 470 ~ 35.53%

%27.87
%36.6
%35.53

CMYK color model

#83ACA7 color CMYK value is (24,0,3,33).

  • cyan value is 23.84%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 32.55%
CMYK:
(24,0,3,33)
C24M0Y3K33 
(24%,0%,3%,33%)
(0.24/0.00/0.03/0.33)	

CMYK percentages

%23.84
%0
%2.91
%32.55

Codes

Color #83ACA7 in popluar color models

83ACA7
RGB131172167
HSL173°19.81%59.41%
HSB/HSV173°23.84%67.45%
CMYK23.84%0.00%2.91%
32.55%

Color #83ACA7 in popluar number systems.

HEX83ACA7
Decimal131172167
Binary100000111010110010100111
Octal203254247

Shades and tints

Shades of #83ACA7

#83ACA7
(131,172,167)
#789D98
(120,157,152)
#6D8E89
(109,142,137)
#627F7A
(98,127,122)
#57706B
(87,112,107)
#4C615C
(76,97,92)
#41524D
(65,82,77)
#36433E
(54,67,62)
#2B342F
(43,52,47)
#202520
(32,37,32)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #83ACA7

#83ACA7
(131,172,167)
#8EB3AF
(142,179,175)
#99BAB7
(153,186,183)
#A4C1BF
(164,193,191)
#AFC8C7
(175,200,199)
#BACFCF
(186,207,207)
#C5D6D7
(197,214,215)
#D0DDDF
(208,221,223)
#DBE4E7
(219,228,231)
#E6EBEF
(230,235,239)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ACA7; }

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

This text font color is #83ACA7.


Background Color

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

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

This div background color is #83ACA7.


Border color

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

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

This div border color is #83ACA7.


Opacity

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

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

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

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

This text has shadow with #83ACA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ACA7 on black background.


Color preview on white background

This text has color #83ACA7 on white background.



Black color preview on #83ACA7 background

This text has black color on #83ACA7 background.


White color preview on #83ACA7 background

This text has white color on #83ACA7 background.