COLOR #83F2D6

HEX: #83F2D6 RGB: (131,242,214)

Color info

#83F2D6 contains mainly green and blue colors. Web safe color of #83F2D6 is #99FFCC (or #9FC).

RGB color model

#83F2D6 color RGB value is (131,242,214).

RGB: (131,242,214) (51%, 95%, 84%)

RGB channels and saturation

R 131 of 255 = 51%
G 242 of 255 = 95%
B 214 of 255 = 84%

131
242
214

R + G + B ~ 77%. #83F2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 242 + 214 = 587 (100%)
R 131 of 587 ~ 22.32%
G 242 of 587 ~ 41.23%
B 214 of 587 ~ 36.46'%

%22.32
%41.23
%36.46

CMYK color model

#83F2D6 color CMYK value is (46,0,12,5).

  • cyan value is 45.87%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 5.10%

CMYK: (46,0,12,5)
C46M0Y12K5 (46%, 0%, 12%, 5%)
(0.46 / 0.00 / 0.12 / 0.05)

CMYK percentages

%45.87
%0
%11.57
%5.1

Codes

Color #83F2D6 in popluar color models

83 F2 D6
RGB 131 242 214
HSL 165° 81.02% 73.14%
HSB/HSV 165° 45.87% 94.90%
CMYK 45.87% 0.00% 11.57%
5.10%

Color #83F2D6 in popluar number systems.

HEX 83 F2 D6
Decimal 131 242 214
Binary 10000011 11110010 11010110
Octal 203 362 326

Shades and tints

Shades of #83F2D6

#83F2D6
(131,242,214)
#78DCC3
(120,220,195)
#6DC6B0
(109,198,176)
#62B09D
(98,176,157)
#579A8A
(87,154,138)
#4C8477
(76,132,119)
#416E64
(65,110,100)
#365851
(54,88,81)
#2B423E
(43,66,62)
#202C2B
(32,44,43)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #83F2D6

#83F2D6
(131,242,214)
#8EF3D9
(142,243,217)
#99F4DC
(153,244,220)
#A4F5DF
(164,245,223)
#AFF6E2
(175,246,226)
#BAF7E5
(186,247,229)
#C5F8E8
(197,248,232)
#D0F9EB
(208,249,235)
#DBFAEE
(219,250,238)
#E6FBF1
(230,251,241)
#F1FCF4
(241,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83F2D6 color. Also use rgb(131,242,214) instead hex code.

Text Font Color

.myTextColor { color: #83F2D6; }

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

This text font color is #83F2D6.

Background Color

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

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

This div background color is #83F2D6.

Border color

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

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

This div border color is #83F2D6.

Opacity

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

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

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

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

This text has shadow with #83F2D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83F2D6.

Preview

Color preview on black background

This text has color #83F2D6 on black background.


Color preview on white background

This text has color #83F2D6 on white background.


Black color preview on #83F2D6 background

This text has black color on #83F2D6 background.


White color preview on #83F2D6 background

This text has white color on #83F2D6 background.


Related colors

Complementary color

Complementary color for #hex is #7C0D29.


I love getcolorcode.com

Triadic colors

1 #D683F2 and #F2D683 with #83F2D6 are triadic colors.

2 #D6F283 and #F283D6 with #83F2D6 are triadic colors.