COLOR #83B691

HEX: #83B691
RGB: (131,182,145)

Color info

#83B691 contains red, green and blue colors in about the same proportion. Web safe color of #83B691 is #99CC99 (or #9C9).

RGB color model

#83B691 color RGB value is (131,182,145).

  • red value is 131;
  • green value is 182;
  • blue value is 145.
RGB:
(131,182,145)
(51%,71%,57%)

RGB channels and saturation

R 131 of 255 = 51%
G 182 of 255 = 71%
B 145 of 255 = 57%

131
182
145

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

Portions of RGB colors in percentages

R + G + B =
131 + 182 + 145 = 458 (100%)
R 131 of 458 ~ 28.6%
G 182 of 458 ~ 39.74%
B 145 of 458 ~ 31.66%

%28.6
%39.74
%31.66

CMYK color model

#83B691 color CMYK value is (28,0,20,29).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 28.63%
CMYK:
(28,0,20,29)
C28M0Y20K29 
(28%,0%,20%,29%)
(0.28/0.00/0.20/0.29)	

CMYK percentages

%28.02
%0
%20.33
%28.63

Codes

Color #83B691 in popluar color models

83B691
RGB131182145
HSL136°25.89%61.37%
HSB/HSV136°28.02%71.37%
CMYK28.02%0.00%20.33%
28.63%

Color #83B691 in popluar number systems.

HEX83B691
Decimal131182145
Binary100000111011011010010001
Octal203266221

Shades and tints

Shades of #83B691

#83B691
(131,182,145)
#78A684
(120,166,132)
#6D9677
(109,150,119)
#62866A
(98,134,106)
#57765D
(87,118,93)
#4C6650
(76,102,80)
#415643
(65,86,67)
#364636
(54,70,54)
#2B3629
(43,54,41)
#20261C
(32,38,28)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #83B691

#83B691
(131,182,145)
#8EBC9B
(142,188,155)
#99C2A5
(153,194,165)
#A4C8AF
(164,200,175)
#AFCEB9
(175,206,185)
#BAD4C3
(186,212,195)
#C5DACD
(197,218,205)
#D0E0D7
(208,224,215)
#DBE6E1
(219,230,225)
#E6ECEB
(230,236,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B691 color. Also use rgb(131,182,145) instead hex code.

Text Font Color

.myTextColor { color: #83B691; }

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

This text font color is #83B691.


Background Color

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

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

This div background color is #83B691.


Border color

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

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

This div border color is #83B691.


Opacity

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

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

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

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

This text has shadow with #83B691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B691 on black background.


Color preview on white background

This text has color #83B691 on white background.



Black color preview on #83B691 background

This text has black color on #83B691 background.


White color preview on #83B691 background

This text has white color on #83B691 background.