COLOR #83BE94

HEX: #83BE94 RGB: (131,190,148)

Color info

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

RGB color model

#83BE94 color RGB value is (131,190,148).

RGB: (131,190,148) (51%, 75%, 58%)

RGB channels and saturation

R 131 of 255 = 51%
G 190 of 255 = 75%
B 148 of 255 = 58%

131
190
148

R + G + B ~ 61%. #83BE94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 190 + 148 = 469 (100%)
R 131 of 469 ~ 27.93%
G 190 of 469 ~ 40.51%
B 148 of 469 ~ 31.56'%

%27.93
%40.51
%31.56

CMYK color model

#83BE94 color CMYK value is (31,0,22,25).

  • cyan value is 31.05%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 25.49%

CMYK: (31,0,22,25)
C31M0Y22K25 (31%, 0%, 22%, 25%)
(0.31 / 0.00 / 0.22 / 0.25)

CMYK percentages

%31.05
%0
%22.11
%25.49

Codes

Color #83BE94 in popluar color models

83 BE 94
RGB 131 190 148
HSL 137° 31.22% 62.94%
HSB/HSV 137° 31.05% 74.51%
CMYK 31.05% 0.00% 22.11%
25.49%

Color #83BE94 in popluar number systems.

HEX 83 BE 94
Decimal 131 190 148
Binary 10000011 10111110 10010100
Octal 203 276 224

Shades and tints

Shades of #83BE94

#83BE94
(131,190,148)
#78AD87
(120,173,135)
#6D9C7A
(109,156,122)
#628B6D
(98,139,109)
#577A60
(87,122,96)
#4C6953
(76,105,83)
#415846
(65,88,70)
#364739
(54,71,57)
#2B362C
(43,54,44)
#20251F
(32,37,31)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #83BE94

#83BE94
(131,190,148)
#8EC39D
(142,195,157)
#99C8A6
(153,200,166)
#A4CDAF
(164,205,175)
#AFD2B8
(175,210,184)
#BAD7C1
(186,215,193)
#C5DCCA
(197,220,202)
#D0E1D3
(208,225,211)
#DBE6DC
(219,230,220)
#E6EBE5
(230,235,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BE94 color. Also use rgb(131,190,148) instead hex code.

Text Font Color

.myTextColor { color: #83BE94; }

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

This text font color is #83BE94.

Background Color

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

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

This div background color is #83BE94.

Border color

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

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

This div border color is #83BE94.

Opacity

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

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

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

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

This text has shadow with #83BE94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BE94.

Preview

Color preview on black background

This text has color #83BE94 on black background.


Color preview on white background

This text has color #83BE94 on white background.


Black color preview on #83BE94 background

This text has black color on #83BE94 background.


White color preview on #83BE94 background

This text has white color on #83BE94 background.


Related colors

Complementary color

Complementary color for #hex is #7C416B.


I love getcolorcode.com

Triadic colors

1 #9483BE and #BE9483 with #83BE94 are triadic colors.

2 #94BE83 and #BE8394 with #83BE94 are triadic colors.