COLOR #83D3C1

HEX: #83D3C1
RGB: (131,211,193)

Color info

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

RGB color model

#83D3C1 color RGB value is (131,211,193).

  • red value is 131;
  • green value is 211;
  • blue value is 193.
RGB:
(131,211,193)
(51%,83%,76%)

RGB channels and saturation

R 131 of 255 = 51%
G 211 of 255 = 83%
B 193 of 255 = 76%

131
211
193

R + G + B ~ 70%. #83D3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 211 + 193 = 535 (100%)
R 131 of 535 ~ 24.49%
G 211 of 535 ~ 39.44%
B 193 of 535 ~ 36.07%

%24.49
%39.44
%36.07

CMYK color model

#83D3C1 color CMYK value is (38,0,9,17).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 8.53%
  • key color value is 17.25%
CMYK:
(38,0,9,17)
C38M0Y9K17 
(38%,0%,9%,17%)
(0.38/0.00/0.09/0.17)	

CMYK percentages

%37.91
%0
%8.53
%17.25

Codes

Color #83D3C1 in popluar color models

83D3C1
RGB131211193
HSL167°47.62%67.06%
HSB/HSV167°37.91%82.75%
CMYK37.91%0.00%8.53%
17.25%

Color #83D3C1 in popluar number systems.

HEX83D3C1
Decimal131211193
Binary100000111101001111000001
Octal203323301

Shades and tints

Shades of #83D3C1

#83D3C1
(131,211,193)
#78C0B0
(120,192,176)
#6DAD9F
(109,173,159)
#629A8E
(98,154,142)
#57877D
(87,135,125)
#4C746C
(76,116,108)
#41615B
(65,97,91)
#364E4A
(54,78,74)
#2B3B39
(43,59,57)
#202828
(32,40,40)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #83D3C1

#83D3C1
(131,211,193)
#8ED7C6
(142,215,198)
#99DBCB
(153,219,203)
#A4DFD0
(164,223,208)
#AFE3D5
(175,227,213)
#BAE7DA
(186,231,218)
#C5EBDF
(197,235,223)
#D0EFE4
(208,239,228)
#DBF3E9
(219,243,233)
#E6F7EE
(230,247,238)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D3C1; }

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

This text font color is #83D3C1.


Background Color

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

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

This div background color is #83D3C1.


Border color

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

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

This div border color is #83D3C1.


Opacity

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

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

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

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

This text has shadow with #83D3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D3C1 on black background.


Color preview on white background

This text has color #83D3C1 on white background.



Black color preview on #83D3C1 background

This text has black color on #83D3C1 background.


White color preview on #83D3C1 background

This text has white color on #83D3C1 background.