COLOR #83DF9F

HEX: #83DF9F RGB: (131,223,159)

Color info

#83DF9F contains mainly green color. Web safe color of #83DF9F is #99CC99 (or #9C9).

RGB color model

#83DF9F color RGB value is (131,223,159).

RGB: (131,223,159) (51%, 87%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 223 of 255 = 87%
B 159 of 255 = 62%

131
223
159

R + G + B ~ 67%. #83DF9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 223 + 159 = 513 (100%)
R 131 of 513 ~ 25.54%
G 223 of 513 ~ 43.47%
B 159 of 513 ~ 30.99'%

%25.54
%43.47
%30.99

CMYK color model

#83DF9F color CMYK value is (41,0,29,13).

  • cyan value is 41.26%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 12.55%

CMYK: (41,0,29,13)
C41M0Y29K13 (41%, 0%, 29%, 13%)
(0.41 / 0.00 / 0.29 / 0.13)

CMYK percentages

%41.26
%0
%28.7
%12.55

Codes

Color #83DF9F in popluar color models

83 DF 9F
RGB 131 223 159
HSL 138° 58.97% 69.41%
HSB/HSV 138° 41.26% 87.45%
CMYK 41.26% 0.00% 28.70%
12.55%

Color #83DF9F in popluar number systems.

HEX 83 DF 9F
Decimal 131 223 159
Binary 10000011 11011111 10011111
Octal 203 337 237

Shades and tints

Shades of #83DF9F

#83DF9F
(131,223,159)
#78CB91
(120,203,145)
#6DB783
(109,183,131)
#62A375
(98,163,117)
#578F67
(87,143,103)
#4C7B59
(76,123,89)
#41674B
(65,103,75)
#36533D
(54,83,61)
#2B3F2F
(43,63,47)
#202B21
(32,43,33)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #83DF9F

#83DF9F
(131,223,159)
#8EE1A7
(142,225,167)
#99E3AF
(153,227,175)
#A4E5B7
(164,229,183)
#AFE7BF
(175,231,191)
#BAE9C7
(186,233,199)
#C5EBCF
(197,235,207)
#D0EDD7
(208,237,215)
#DBEFDF
(219,239,223)
#E6F1E7
(230,241,231)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DF9F; }

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

This text font color is #83DF9F.

Background Color

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

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

This div background color is #83DF9F.

Border color

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

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

This div border color is #83DF9F.

Opacity

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

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

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

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

This text has shadow with #83DF9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DF9F.

Preview

Color preview on black background

This text has color #83DF9F on black background.


Color preview on white background

This text has color #83DF9F on white background.


Black color preview on #83DF9F background

This text has black color on #83DF9F background.


White color preview on #83DF9F background

This text has white color on #83DF9F background.


Related colors

Complementary color

Complementary color for #hex is #7C2060.


I love getcolorcode.com

Triadic colors

1 #9F83DF and #DF9F83 with #83DF9F are triadic colors.

2 #9FDF83 and #DF839F with #83DF9F are triadic colors.