COLOR #83A09C

HEX: #83A09C RGB: (131,160,156)

Color info

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

RGB color model

#83A09C color RGB value is (131,160,156).

RGB: (131,160,156) (51%, 63%, 61%)

RGB channels and saturation

R 131 of 255 = 51%
G 160 of 255 = 63%
B 156 of 255 = 61%

131
160
156

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

Portions of RGB colors in percentages

R + G + B = 131 + 160 + 156 = 447 (100%)
R 131 of 447 ~ 29.31%
G 160 of 447 ~ 35.79%
B 156 of 447 ~ 34.9'%

%29.31
%35.79
%34.9

CMYK color model

#83A09C color CMYK value is (18,0,2,37).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 37.25%

CMYK: (18,0,2,37)
C18M0Y2K37 (18%, 0%, 2%, 37%)
(0.18 / 0.00 / 0.02 / 0.37)

CMYK percentages

%18.13
%0
%2.5
%37.25

Codes

Color #83A09C in popluar color models

83 A0 9C
RGB 131 160 156
HSL 172° 13.24% 57.06%
HSB/HSV 172° 18.13% 62.75%
CMYK 18.13% 0.00% 2.50%
37.25%

Color #83A09C in popluar number systems.

HEX 83 A0 9C
Decimal 131 160 156
Binary 10000011 10100000 10011100
Octal 203 240 234

Shades and tints

Shades of #83A09C

#83A09C
(131,160,156)
#78928E
(120,146,142)
#6D8480
(109,132,128)
#627672
(98,118,114)
#576864
(87,104,100)
#4C5A56
(76,90,86)
#414C48
(65,76,72)
#363E3A
(54,62,58)
#2B302C
(43,48,44)
#20221E
(32,34,30)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #83A09C

#83A09C
(131,160,156)
#8EA8A5
(142,168,165)
#99B0AE
(153,176,174)
#A4B8B7
(164,184,183)
#AFC0C0
(175,192,192)
#BAC8C9
(186,200,201)
#C5D0D2
(197,208,210)
#D0D8DB
(208,216,219)
#DBE0E4
(219,224,228)
#E6E8ED
(230,232,237)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A09C; }

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

This text font color is #83A09C.

Background Color

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

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

This div background color is #83A09C.

Border color

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

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

This div border color is #83A09C.

Opacity

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

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

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

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

This text has shadow with #83A09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A09C.

Preview

Color preview on black background

This text has color #83A09C on black background.


Color preview on white background

This text has color #83A09C on white background.


Black color preview on #83A09C background

This text has black color on #83A09C background.


White color preview on #83A09C background

This text has white color on #83A09C background.


Related colors

Complementary color

Complementary color for #hex is #7C5F63.


I love getcolorcode.com

Triadic colors

1 #9C83A0 and #A09C83 with #83A09C are triadic colors.

2 #9CA083 and #A0839C with #83A09C are triadic colors.