COLOR #83AE8C

HEX: #83AE8C RGB: (131,174,140)

Color info

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

RGB color model

#83AE8C color RGB value is (131,174,140).

RGB: (131,174,140) (51%, 68%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 174 of 255 = 68%
B 140 of 255 = 55%

131
174
140

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

Portions of RGB colors in percentages

R + G + B = 131 + 174 + 140 = 445 (100%)
R 131 of 445 ~ 29.44%
G 174 of 445 ~ 39.1%
B 140 of 445 ~ 31.46'%

%29.44
%39.1
%31.46

CMYK color model

#83AE8C color CMYK value is (25,0,20,32).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 19.54%
  • key color value is 31.76%

CMYK: (25,0,20,32)
C25M0Y20K32 (25%, 0%, 20%, 32%)
(0.25 / 0.00 / 0.20 / 0.32)

CMYK percentages

%24.71
%0
%19.54
%31.76

Codes

Color #83AE8C in popluar color models

83 AE 8C
RGB 131 174 140
HSL 133° 20.98% 59.80%
HSB/HSV 133° 24.71% 68.24%
CMYK 24.71% 0.00% 19.54%
31.76%

Color #83AE8C in popluar number systems.

HEX 83 AE 8C
Decimal 131 174 140
Binary 10000011 10101110 10001100
Octal 203 256 214

Shades and tints

Shades of #83AE8C

#83AE8C
(131,174,140)
#789F80
(120,159,128)
#6D9074
(109,144,116)
#628168
(98,129,104)
#57725C
(87,114,92)
#4C6350
(76,99,80)
#415444
(65,84,68)
#364538
(54,69,56)
#2B362C
(43,54,44)
#202720
(32,39,32)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #83AE8C

#83AE8C
(131,174,140)
#8EB596
(142,181,150)
#99BCA0
(153,188,160)
#A4C3AA
(164,195,170)
#AFCAB4
(175,202,180)
#BAD1BE
(186,209,190)
#C5D8C8
(197,216,200)
#D0DFD2
(208,223,210)
#DBE6DC
(219,230,220)
#E6EDE6
(230,237,230)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AE8C color. Also use rgb(131,174,140) instead hex code.

Text Font Color

.myTextColor { color: #83AE8C; }

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

This text font color is #83AE8C.

Background Color

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

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

This div background color is #83AE8C.

Border color

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

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

This div border color is #83AE8C.

Opacity

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

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

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

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

This text has shadow with #83AE8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AE8C.

Preview

Color preview on black background

This text has color #83AE8C on black background.


Color preview on white background

This text has color #83AE8C on white background.


Black color preview on #83AE8C background

This text has black color on #83AE8C background.


White color preview on #83AE8C background

This text has white color on #83AE8C background.


Related colors

Complementary color

Complementary color for #hex is #7C5173.


I love getcolorcode.com

Triadic colors

1 #8C83AE and #AE8C83 with #83AE8C are triadic colors.

2 #8CAE83 and #AE838C with #83AE8C are triadic colors.