COLOR #83BA88

HEX: #83BA88 RGB: (131,186,136)

Color info

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

RGB color model

#83BA88 color RGB value is (131,186,136).

RGB: (131,186,136) (51%, 73%, 53%)

RGB channels and saturation

R 131 of 255 = 51%
G 186 of 255 = 73%
B 136 of 255 = 53%

131
186
136

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

Portions of RGB colors in percentages

R + G + B = 131 + 186 + 136 = 453 (100%)
R 131 of 453 ~ 28.92%
G 186 of 453 ~ 41.06%
B 136 of 453 ~ 30.02'%

%28.92
%41.06
%30.02

CMYK color model

#83BA88 color CMYK value is (30,0,27,27).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 27.06%

CMYK: (30,0,27,27)
C30M0Y27K27 (30%, 0%, 27%, 27%)
(0.30 / 0.00 / 0.27 / 0.27)

CMYK percentages

%29.57
%0
%26.88
%27.06

Codes

Color #83BA88 in popluar color models

83 BA 88
RGB 131 186 136
HSL 125° 28.50% 62.16%
HSB/HSV 125° 29.57% 72.94%
CMYK 29.57% 0.00% 26.88%
27.06%

Color #83BA88 in popluar number systems.

HEX 83 BA 88
Decimal 131 186 136
Binary 10000011 10111010 10001000
Octal 203 272 210

Shades and tints

Shades of #83BA88

#83BA88
(131,186,136)
#78AA7C
(120,170,124)
#6D9A70
(109,154,112)
#628A64
(98,138,100)
#577A58
(87,122,88)
#4C6A4C
(76,106,76)
#415A40
(65,90,64)
#364A34
(54,74,52)
#2B3A28
(43,58,40)
#202A1C
(32,42,28)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #83BA88

#83BA88
(131,186,136)
#8EC092
(142,192,146)
#99C69C
(153,198,156)
#A4CCA6
(164,204,166)
#AFD2B0
(175,210,176)
#BAD8BA
(186,216,186)
#C5DEC4
(197,222,196)
#D0E4CE
(208,228,206)
#DBEAD8
(219,234,216)
#E6F0E2
(230,240,226)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BA88 color. Also use rgb(131,186,136) instead hex code.

Text Font Color

.myTextColor { color: #83BA88; }

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

This text font color is #83BA88.

Background Color

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

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

This div background color is #83BA88.

Border color

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

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

This div border color is #83BA88.

Opacity

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

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

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

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

This text has shadow with #83BA88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BA88.

Preview

Color preview on black background

This text has color #83BA88 on black background.


Color preview on white background

This text has color #83BA88 on white background.


Black color preview on #83BA88 background

This text has black color on #83BA88 background.


White color preview on #83BA88 background

This text has white color on #83BA88 background.


Related colors

Complementary color

Complementary color for #hex is #7C4577.


I love getcolorcode.com

Triadic colors

1 #8883BA and #BA8883 with #83BA88 are triadic colors.

2 #88BA83 and #BA8388 with #83BA88 are triadic colors.