COLOR #83D8D0

HEX: #83D8D0
RGB: (131,216,208)

Color info

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

RGB color model

#83D8D0 color RGB value is (131,216,208).

  • red value is 131;
  • green value is 216;
  • blue value is 208.
RGB:
(131,216,208)
(51%,85%,82%)

RGB channels and saturation

R 131 of 255 = 51%
G 216 of 255 = 85%
B 208 of 255 = 82%

131
216
208

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

Portions of RGB colors in percentages

R + G + B =
131 + 216 + 208 = 555 (100%)
R 131 of 555 ~ 23.6%
G 216 of 555 ~ 38.92%
B 208 of 555 ~ 37.48%

%23.6
%38.92
%37.48

CMYK color model

#83D8D0 color CMYK value is (39,0,4,15).

  • cyan value is 39.35%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 15.29%
CMYK:
(39,0,4,15)
C39M0Y4K15 
(39%,0%,4%,15%)
(0.39/0.00/0.04/0.15)	

CMYK percentages

%39.35
%0
%3.7
%15.29

Codes

Color #83D8D0 in popluar color models

83D8D0
RGB131216208
HSL174°52.15%68.04%
HSB/HSV174°39.35%84.71%
CMYK39.35%0.00%3.70%
15.29%

Color #83D8D0 in popluar number systems.

HEX83D8D0
Decimal131216208
Binary100000111101100011010000
Octal203330320

Shades and tints

Shades of #83D8D0

#83D8D0
(131,216,208)
#78C5BE
(120,197,190)
#6DB2AC
(109,178,172)
#629F9A
(98,159,154)
#578C88
(87,140,136)
#4C7976
(76,121,118)
#416664
(65,102,100)
#365352
(54,83,82)
#2B4040
(43,64,64)
#202D2E
(32,45,46)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #83D8D0

#83D8D0
(131,216,208)
#8EDBD4
(142,219,212)
#99DED8
(153,222,216)
#A4E1DC
(164,225,220)
#AFE4E0
(175,228,224)
#BAE7E4
(186,231,228)
#C5EAE8
(197,234,232)
#D0EDEC
(208,237,236)
#DBF0F0
(219,240,240)
#E6F3F4
(230,243,244)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D8D0; }

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

This text font color is #83D8D0.


Background Color

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

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

This div background color is #83D8D0.


Border color

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

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

This div border color is #83D8D0.


Opacity

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

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

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

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

This text has shadow with #83D8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D8D0 on black background.


Color preview on white background

This text has color #83D8D0 on white background.



Black color preview on #83D8D0 background

This text has black color on #83D8D0 background.


White color preview on #83D8D0 background

This text has white color on #83D8D0 background.