COLOR #83BD90

HEX: #83BD90
RGB: (131,189,144)

Color info

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

RGB color model

#83BD90 color RGB value is (131,189,144).

  • red value is 131;
  • green value is 189;
  • blue value is 144.
RGB:
(131,189,144)
(51%,74%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 189 of 255 = 74%
B 144 of 255 = 56%

131
189
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 189 + 144 = 464 (100%)
R 131 of 464 ~ 28.23%
G 189 of 464 ~ 40.73%
B 144 of 464 ~ 31.03%

%28.23
%40.73
%31.03

CMYK color model

#83BD90 color CMYK value is (31,0,24,26).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 25.88%
CMYK:
(31,0,24,26)
C31M0Y24K26 
(31%,0%,24%,26%)
(0.31/0.00/0.24/0.26)	

CMYK percentages

%30.69
%0
%23.81
%25.88

Codes

Color #83BD90 in popluar color models

83BD90
RGB131189144
HSL133°30.53%62.75%
HSB/HSV133°30.69%74.12%
CMYK30.69%0.00%23.81%
25.88%

Color #83BD90 in popluar number systems.

HEX83BD90
Decimal131189144
Binary100000111011110110010000
Octal203275220

Shades and tints

Shades of #83BD90

#83BD90
(131,189,144)
#78AC83
(120,172,131)
#6D9B76
(109,155,118)
#628A69
(98,138,105)
#57795C
(87,121,92)
#4C684F
(76,104,79)
#415742
(65,87,66)
#364635
(54,70,53)
#2B3528
(43,53,40)
#20241B
(32,36,27)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #83BD90

#83BD90
(131,189,144)
#8EC39A
(142,195,154)
#99C9A4
(153,201,164)
#A4CFAE
(164,207,174)
#AFD5B8
(175,213,184)
#BADBC2
(186,219,194)
#C5E1CC
(197,225,204)
#D0E7D6
(208,231,214)
#DBEDE0
(219,237,224)
#E6F3EA
(230,243,234)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BD90 color. Also use rgb(131,189,144) instead hex code.

Text Font Color

.myTextColor { color: #83BD90; }

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

This text font color is #83BD90.


Background Color

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

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

This div background color is #83BD90.


Border color

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

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

This div border color is #83BD90.


Opacity

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

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

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

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

This text has shadow with #83BD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BD90 on black background.


Color preview on white background

This text has color #83BD90 on white background.



Black color preview on #83BD90 background

This text has black color on #83BD90 background.


White color preview on #83BD90 background

This text has white color on #83BD90 background.