COLOR #83A29C

HEX: #83A29C
RGB: (131,162,156)

Color info

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

RGB color model

#83A29C color RGB value is (131,162,156).

  • red value is 131;
  • green value is 162;
  • blue value is 156.
RGB:
(131,162,156)
(51%,64%,61%)

RGB channels and saturation

R 131 of 255 = 51%
G 162 of 255 = 64%
B 156 of 255 = 61%

131
162
156

R + G + B ~ 59%. #83A29C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 162 + 156 = 449 (100%)
R 131 of 449 ~ 29.18%
G 162 of 449 ~ 36.08%
B 156 of 449 ~ 34.74%

%29.18
%36.08
%34.74

CMYK color model

#83A29C color CMYK value is (19,0,4,36).

  • cyan value is 19.14%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 36.47%
CMYK:
(19,0,4,36)
C19M0Y4K36 
(19%,0%,4%,36%)
(0.19/0.00/0.04/0.36)	

CMYK percentages

%19.14
%0
%3.7
%36.47

Codes

Color #83A29C in popluar color models

83A29C
RGB131162156
HSL168°14.29%57.45%
HSB/HSV168°19.14%63.53%
CMYK19.14%0.00%3.70%
36.47%

Color #83A29C in popluar number systems.

HEX83A29C
Decimal131162156
Binary100000111010001010011100
Octal203242234

Shades and tints

Shades of #83A29C

#83A29C
(131,162,156)
#78948E
(120,148,142)
#6D8680
(109,134,128)
#627872
(98,120,114)
#576A64
(87,106,100)
#4C5C56
(76,92,86)
#414E48
(65,78,72)
#36403A
(54,64,58)
#2B322C
(43,50,44)
#20241E
(32,36,30)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #83A29C

#83A29C
(131,162,156)
#8EAAA5
(142,170,165)
#99B2AE
(153,178,174)
#A4BAB7
(164,186,183)
#AFC2C0
(175,194,192)
#BACAC9
(186,202,201)
#C5D2D2
(197,210,210)
#D0DADB
(208,218,219)
#DBE2E4
(219,226,228)
#E6EAED
(230,234,237)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A29C color. Also use rgb(131,162,156) instead hex code.

Text Font Color

.myTextColor { color: #83A29C; }

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

This text font color is #83A29C.


Background Color

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

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

This div background color is #83A29C.


Border color

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

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

This div border color is #83A29C.


Opacity

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

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

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

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

This text has shadow with #83A29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A29C on black background.


Color preview on white background

This text has color #83A29C on white background.



Black color preview on #83A29C background

This text has black color on #83A29C background.


White color preview on #83A29C background

This text has white color on #83A29C background.