COLOR #83C1D9

HEX: #83C1D9
RGB: (131,193,217)

Color info

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

RGB color model

#83C1D9 color RGB value is (131,193,217).

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

RGB channels and saturation

R 131 of 255 = 51%
G 193 of 255 = 76%
B 217 of 255 = 85%

131
193
217

R + G + B ~ 71%. #83C1D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 193 + 217 = 541 (100%)
R 131 of 541 ~ 24.21%
G 193 of 541 ~ 35.67%
B 217 of 541 ~ 40.11%

%24.21
%35.67
%40.11

CMYK color model

#83C1D9 color CMYK value is (40,11,0,15).

  • cyan value is 39.63%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(40,11,0,15)
C40M11Y0K15 
(40%,11%,0%,15%)
(0.40/0.11/0.00/0.15)	

CMYK percentages

%39.63
%11.06
%0
%14.9

Codes

Color #83C1D9 in popluar color models

83C1D9
RGB131193217
HSL197°53.09%68.24%
HSB/HSV197°39.63%85.10%
CMYK39.63%11.06%0.00%
14.90%

Color #83C1D9 in popluar number systems.

HEX83C1D9
Decimal131193217
Binary100000111100000111011001
Octal203301331

Shades and tints

Shades of #83C1D9

#83C1D9
(131,193,217)
#78B0C6
(120,176,198)
#6D9FB3
(109,159,179)
#628EA0
(98,142,160)
#577D8D
(87,125,141)
#4C6C7A
(76,108,122)
#415B67
(65,91,103)
#364A54
(54,74,84)
#2B3941
(43,57,65)
#20282E
(32,40,46)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #83C1D9

#83C1D9
(131,193,217)
#8EC6DC
(142,198,220)
#99CBDF
(153,203,223)
#A4D0E2
(164,208,226)
#AFD5E5
(175,213,229)
#BADAE8
(186,218,232)
#C5DFEB
(197,223,235)
#D0E4EE
(208,228,238)
#DBE9F1
(219,233,241)
#E6EEF4
(230,238,244)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C1D9; }

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

This text font color is #83C1D9.


Background Color

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

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

This div background color is #83C1D9.


Border color

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

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

This div border color is #83C1D9.


Opacity

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

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

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

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

This text has shadow with #83C1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C1D9 on black background.


Color preview on white background

This text has color #83C1D9 on white background.



Black color preview on #83C1D9 background

This text has black color on #83C1D9 background.


White color preview on #83C1D9 background

This text has white color on #83C1D9 background.