COLOR #83D6D6

HEX: #83D6D6
RGB: (131,214,214)

Color info

#83D6D6 contains mainly green and blue colors. Web safe color of #83D6D6 is #99CCCC (or #9CC).

RGB color model

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

  • red value is 131;
  • green value is 214;
  • blue value is 214.
RGB:
(131,214,214)
(51%,84%,84%)

RGB channels and saturation

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

131
214
214

R + G + B ~ 73%. #83D6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 214 + 214 = 559 (100%)
R 131 of 559 ~ 23.43%
G 214 of 559 ~ 38.28%
B 214 of 559 ~ 38.28%

%23.43
%38.28
%38.28

CMYK color model

#83D6D6 color CMYK value is (39,0,0,16).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(39,0,0,16)
C39M0Y0K16 
(39%,0%,0%,16%)
(0.39/0.00/0.00/0.16)	

CMYK percentages

%38.79
%0
%0
%16.08

Codes

Color #83D6D6 in popluar color models

83D6D6
RGB131214214
HSL180°50.30%67.65%
HSB/HSV180°38.79%83.92%
CMYK38.79%0.00%0.00%
16.08%

Color #83D6D6 in popluar number systems.

HEX83D6D6
Decimal131214214
Binary100000111101011011010110
Octal203326326

Shades and tints

Shades of #83D6D6

#83D6D6
(131,214,214)
#78C3C3
(120,195,195)
#6DB0B0
(109,176,176)
#629D9D
(98,157,157)
#578A8A
(87,138,138)
#4C7777
(76,119,119)
#416464
(65,100,100)
#365151
(54,81,81)
#2B3E3E
(43,62,62)
#202B2B
(32,43,43)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #83D6D6

#83D6D6
(131,214,214)
#8ED9D9
(142,217,217)
#99DCDC
(153,220,220)
#A4DFDF
(164,223,223)
#AFE2E2
(175,226,226)
#BAE5E5
(186,229,229)
#C5E8E8
(197,232,232)
#D0EBEB
(208,235,235)
#DBEEEE
(219,238,238)
#E6F1F1
(230,241,241)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D6D6; }

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

This text font color is #83D6D6.


Background Color

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

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

This div background color is #83D6D6.


Border color

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

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

This div border color is #83D6D6.


Opacity

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

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

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

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

This text has shadow with #83D6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D6D6 on black background.


Color preview on white background

This text has color #83D6D6 on white background.



Black color preview on #83D6D6 background

This text has black color on #83D6D6 background.


White color preview on #83D6D6 background

This text has white color on #83D6D6 background.