COLOR #83DE97

HEX: #83DE97 RGB: (131,222,151)

Color info

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

RGB color model

#83DE97 color RGB value is (131,222,151).

RGB: (131,222,151) (51%, 87%, 59%)

RGB channels and saturation

R 131 of 255 = 51%
G 222 of 255 = 87%
B 151 of 255 = 59%

131
222
151

R + G + B ~ 66%. #83DE97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 222 + 151 = 504 (100%)
R 131 of 504 ~ 25.99%
G 222 of 504 ~ 44.05%
B 151 of 504 ~ 29.96'%

%25.99
%44.05
%29.96

CMYK color model

#83DE97 color CMYK value is (41,0,32,13).

  • cyan value is 40.99%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 12.94%

CMYK: (41,0,32,13)
C41M0Y32K13 (41%, 0%, 32%, 13%)
(0.41 / 0.00 / 0.32 / 0.13)

CMYK percentages

%40.99
%0
%31.98
%12.94

Codes

Color #83DE97 in popluar color models

83 DE 97
RGB 131 222 151
HSL 133° 57.96% 69.22%
HSB/HSV 133° 40.99% 87.06%
CMYK 40.99% 0.00% 31.98%
12.94%

Color #83DE97 in popluar number systems.

HEX 83 DE 97
Decimal 131 222 151
Binary 10000011 11011110 10010111
Octal 203 336 227

Shades and tints

Shades of #83DE97

#83DE97
(131,222,151)
#78CA8A
(120,202,138)
#6DB67D
(109,182,125)
#62A270
(98,162,112)
#578E63
(87,142,99)
#4C7A56
(76,122,86)
#416649
(65,102,73)
#36523C
(54,82,60)
#2B3E2F
(43,62,47)
#202A22
(32,42,34)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #83DE97

#83DE97
(131,222,151)
#8EE1A0
(142,225,160)
#99E4A9
(153,228,169)
#A4E7B2
(164,231,178)
#AFEABB
(175,234,187)
#BAEDC4
(186,237,196)
#C5F0CD
(197,240,205)
#D0F3D6
(208,243,214)
#DBF6DF
(219,246,223)
#E6F9E8
(230,249,232)
#F1FCF1
(241,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DE97 color. Also use rgb(131,222,151) instead hex code.

Text Font Color

.myTextColor { color: #83DE97; }

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

This text font color is #83DE97.

Background Color

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

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

This div background color is #83DE97.

Border color

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

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

This div border color is #83DE97.

Opacity

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

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

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

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

This text has shadow with #83DE97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DE97.

Preview

Color preview on black background

This text has color #83DE97 on black background.


Color preview on white background

This text has color #83DE97 on white background.


Black color preview on #83DE97 background

This text has black color on #83DE97 background.


White color preview on #83DE97 background

This text has white color on #83DE97 background.


Related colors

Complementary color

Complementary color for #hex is #7C2168.


I love getcolorcode.com

Triadic colors

1 #9783DE and #DE9783 with #83DE97 are triadic colors.

2 #97DE83 and #DE8397 with #83DE97 are triadic colors.