COLOR #83D1D1

HEX: #83D1D1
RGB: (131,209,209)

Color info

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

RGB color model

#83D1D1 color RGB value is (131,209,209).

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

RGB channels and saturation

R 131 of 255 = 51%
G 209 of 255 = 82%
B 209 of 255 = 82%

131
209
209

R + G + B ~ 72%. #83D1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 209 + 209 = 549 (100%)
R 131 of 549 ~ 23.86%
G 209 of 549 ~ 38.07%
B 209 of 549 ~ 38.07%

%23.86
%38.07
%38.07

CMYK color model

#83D1D1 color CMYK value is (37,0,0,18).

  • cyan value is 37.32%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(37,0,0,18)
C37M0Y0K18 
(37%,0%,0%,18%)
(0.37/0.00/0.00/0.18)	

CMYK percentages

%37.32
%0
%0
%18.04

Codes

Color #83D1D1 in popluar color models

83D1D1
RGB131209209
HSL180°45.88%66.67%
HSB/HSV180°37.32%81.96%
CMYK37.32%0.00%0.00%
18.04%

Color #83D1D1 in popluar number systems.

HEX83D1D1
Decimal131209209
Binary100000111101000111010001
Octal203321321

Shades and tints

Shades of #83D1D1

#83D1D1
(131,209,209)
#78BEBE
(120,190,190)
#6DABAB
(109,171,171)
#629898
(98,152,152)
#578585
(87,133,133)
#4C7272
(76,114,114)
#415F5F
(65,95,95)
#364C4C
(54,76,76)
#2B3939
(43,57,57)
#202626
(32,38,38)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #83D1D1

#83D1D1
(131,209,209)
#8ED5D5
(142,213,213)
#99D9D9
(153,217,217)
#A4DDDD
(164,221,221)
#AFE1E1
(175,225,225)
#BAE5E5
(186,229,229)
#C5E9E9
(197,233,233)
#D0EDED
(208,237,237)
#DBF1F1
(219,241,241)
#E6F5F5
(230,245,245)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D1D1; }

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

This text font color is #83D1D1.


Background Color

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

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

This div background color is #83D1D1.


Border color

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

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

This div border color is #83D1D1.


Opacity

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

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

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

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

This text has shadow with #83D1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D1D1 on black background.


Color preview on white background

This text has color #83D1D1 on white background.



Black color preview on #83D1D1 background

This text has black color on #83D1D1 background.


White color preview on #83D1D1 background

This text has white color on #83D1D1 background.