COLOR #83C09F

HEX: #83C09F
RGB: (131,192,159)

Color info

#83C09F contains mainly green and blue colors. Web safe color of #83C09F is #99CC99 (or #9C9).

RGB color model

#83C09F color RGB value is (131,192,159).

  • red value is 131;
  • green value is 192;
  • blue value is 159.
RGB:
(131,192,159)
(51%,75%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 192 of 255 = 75%
B 159 of 255 = 62%

131
192
159

R + G + B ~ 63%. #83C09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 192 + 159 = 482 (100%)
R 131 of 482 ~ 27.18%
G 192 of 482 ~ 39.83%
B 159 of 482 ~ 32.99%

%27.18
%39.83
%32.99

CMYK color model

#83C09F color CMYK value is (32,0,17,25).

  • cyan value is 31.77%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(32,0,17,25)
C32M0Y17K25 
(32%,0%,17%,25%)
(0.32/0.00/0.17/0.25)	

CMYK percentages

%31.77
%0
%17.19
%24.71

Codes

Color #83C09F in popluar color models

83C09F
RGB131192159
HSL148°32.62%63.33%
HSB/HSV148°31.77%75.29%
CMYK31.77%0.00%17.19%
24.71%

Color #83C09F in popluar number systems.

HEX83C09F
Decimal131192159
Binary100000111100000010011111
Octal203300237

Shades and tints

Shades of #83C09F

#83C09F
(131,192,159)
#78AF91
(120,175,145)
#6D9E83
(109,158,131)
#628D75
(98,141,117)
#577C67
(87,124,103)
#4C6B59
(76,107,89)
#415A4B
(65,90,75)
#36493D
(54,73,61)
#2B382F
(43,56,47)
#202721
(32,39,33)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #83C09F

#83C09F
(131,192,159)
#8EC5A7
(142,197,167)
#99CAAF
(153,202,175)
#A4CFB7
(164,207,183)
#AFD4BF
(175,212,191)
#BAD9C7
(186,217,199)
#C5DECF
(197,222,207)
#D0E3D7
(208,227,215)
#DBE8DF
(219,232,223)
#E6EDE7
(230,237,231)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C09F color. Also use rgb(131,192,159) instead hex code.

Text Font Color

.myTextColor { color: #83C09F; }

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

This text font color is #83C09F.


Background Color

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

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

This div background color is #83C09F.


Border color

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

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

This div border color is #83C09F.


Opacity

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

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

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

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

This text has shadow with #83C09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C09F on black background.


Color preview on white background

This text has color #83C09F on white background.



Black color preview on #83C09F background

This text has black color on #83C09F background.


White color preview on #83C09F background

This text has white color on #83C09F background.