COLOR #83C6D1

HEX: #83C6D1
RGB: (131,198,209)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
198
209

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

Portions of RGB colors in percentages

R + G + B =
131 + 198 + 209 = 538 (100%)
R 131 of 538 ~ 24.35%
G 198 of 538 ~ 36.8%
B 209 of 538 ~ 38.85%

%24.35
%36.8
%38.85

CMYK color model

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

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

CMYK percentages

%37.32
%5.26
%0
%18.04

Codes

Color #83C6D1 in popluar color models

83C6D1
RGB131198209
HSL188°45.88%66.67%
HSB/HSV188°37.32%81.96%
CMYK37.32%5.26%0.00%
18.04%

Color #83C6D1 in popluar number systems.

HEX83C6D1
Decimal131198209
Binary100000111100011011010001
Octal203306321

Shades and tints

Shades of #83C6D1

#83C6D1
(131,198,209)
#78B4BE
(120,180,190)
#6DA2AB
(109,162,171)
#629098
(98,144,152)
#577E85
(87,126,133)
#4C6C72
(76,108,114)
#415A5F
(65,90,95)
#36484C
(54,72,76)
#2B3639
(43,54,57)
#202426
(32,36,38)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #83C6D1

#83C6D1
(131,198,209)
#8ECBD5
(142,203,213)
#99D0D9
(153,208,217)
#A4D5DD
(164,213,221)
#AFDAE1
(175,218,225)
#BADFE5
(186,223,229)
#C5E4E9
(197,228,233)
#D0E9ED
(208,233,237)
#DBEEF1
(219,238,241)
#E6F3F5
(230,243,245)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C6D1; }

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

This text font color is #83C6D1.


Background Color

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

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

This div background color is #83C6D1.


Border color

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

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

This div border color is #83C6D1.


Opacity

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

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

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

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

This text has shadow with #83C6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C6D1 on black background.


Color preview on white background

This text has color #83C6D1 on white background.



Black color preview on #83C6D1 background

This text has black color on #83C6D1 background.


White color preview on #83C6D1 background

This text has white color on #83C6D1 background.