COLOR #83C8DA

HEX: #83C8DA
RGB: (131,200,218)

Color info

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

RGB color model

#83C8DA color RGB value is (131,200,218).

  • red value is 131;
  • green value is 200;
  • blue value is 218.
RGB:
(131,200,218)
(51%,78%,85%)

RGB channels and saturation

R 131 of 255 = 51%
G 200 of 255 = 78%
B 218 of 255 = 85%

131
200
218

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

Portions of RGB colors in percentages

R + G + B =
131 + 200 + 218 = 549 (100%)
R 131 of 549 ~ 23.86%
G 200 of 549 ~ 36.43%
B 218 of 549 ~ 39.71%

%23.86
%36.43
%39.71

CMYK color model

#83C8DA color CMYK value is (40,8,0,15).

  • cyan value is 39.91%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(40,8,0,15)
C40M8Y0K15 
(40%,8%,0%,15%)
(0.40/0.08/0.00/0.15)	

CMYK percentages

%39.91
%8.26
%0
%14.51

Codes

Color #83C8DA in popluar color models

83C8DA
RGB131200218
HSL192°54.04%68.43%
HSB/HSV192°39.91%85.49%
CMYK39.91%8.26%0.00%
14.51%

Color #83C8DA in popluar number systems.

HEX83C8DA
Decimal131200218
Binary100000111100100011011010
Octal203310332

Shades and tints

Shades of #83C8DA

#83C8DA
(131,200,218)
#78B6C7
(120,182,199)
#6DA4B4
(109,164,180)
#6292A1
(98,146,161)
#57808E
(87,128,142)
#4C6E7B
(76,110,123)
#415C68
(65,92,104)
#364A55
(54,74,85)
#2B3842
(43,56,66)
#20262F
(32,38,47)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #83C8DA

#83C8DA
(131,200,218)
#8ECDDD
(142,205,221)
#99D2E0
(153,210,224)
#A4D7E3
(164,215,227)
#AFDCE6
(175,220,230)
#BAE1E9
(186,225,233)
#C5E6EC
(197,230,236)
#D0EBEF
(208,235,239)
#DBF0F2
(219,240,242)
#E6F5F5
(230,245,245)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C8DA; }

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

This text font color is #83C8DA.


Background Color

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

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

This div background color is #83C8DA.


Border color

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

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

This div border color is #83C8DA.


Opacity

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

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

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

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

This text has shadow with #83C8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C8DA on black background.


Color preview on white background

This text has color #83C8DA on white background.



Black color preview on #83C8DA background

This text has black color on #83C8DA background.


White color preview on #83C8DA background

This text has white color on #83C8DA background.