COLOR #83A07E

HEX: #83A07E
RGB: (131,160,126)

Color info

#83A07E contains red, green and blue colors in about the same proportion. Web safe color of #83A07E is #999966 (or #996).

RGB color model

#83A07E color RGB value is (131,160,126).

  • red value is 131;
  • green value is 160;
  • blue value is 126.
RGB:
(131,160,126)
(51%,63%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 160 of 255 = 63%
B 126 of 255 = 49%

131
160
126

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

Portions of RGB colors in percentages

R + G + B =
131 + 160 + 126 = 417 (100%)
R 131 of 417 ~ 31.41%
G 160 of 417 ~ 38.37%
B 126 of 417 ~ 30.22%

%31.41
%38.37
%30.22

CMYK color model

#83A07E color CMYK value is (18,0,21,37).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 37.25%
CMYK:
(18,0,21,37)
C18M0Y21K37 
(18%,0%,21%,37%)
(0.18/0.00/0.21/0.37)	

CMYK percentages

%18.13
%0
%21.25
%37.25

Codes

Color #83A07E in popluar color models

83A07E
RGB131160126
HSL111°15.18%56.08%
HSB/HSV111°21.25%62.75%
CMYK18.13%0.00%21.25%
37.25%

Color #83A07E in popluar number systems.

HEX83A07E
Decimal131160126
Binary10000011101000001111110
Octal203240176

Shades and tints

Shades of #83A07E

#83A07E
(131,160,126)
#789273
(120,146,115)
#6D8468
(109,132,104)
#62765D
(98,118,93)
#576852
(87,104,82)
#4C5A47
(76,90,71)
#414C3C
(65,76,60)
#363E31
(54,62,49)
#2B3026
(43,48,38)
#20221B
(32,34,27)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #83A07E

#83A07E
(131,160,126)
#8EA889
(142,168,137)
#99B094
(153,176,148)
#A4B89F
(164,184,159)
#AFC0AA
(175,192,170)
#BAC8B5
(186,200,181)
#C5D0C0
(197,208,192)
#D0D8CB
(208,216,203)
#DBE0D6
(219,224,214)
#E6E8E1
(230,232,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A07E; }

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

This text font color is #83A07E.


Background Color

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

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

This div background color is #83A07E.


Border color

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

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

This div border color is #83A07E.


Opacity

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

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

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

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

This text has shadow with #83A07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A07E on black background.


Color preview on white background

This text has color #83A07E on white background.



Black color preview on #83A07E background

This text has black color on #83A07E background.


White color preview on #83A07E background

This text has white color on #83A07E background.