COLOR #83CAD6

HEX: #83CAD6 RGB: (131,202,214)

Color info

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

RGB color model

#83CAD6 color RGB value is (131,202,214).

RGB: (131,202,214) (51%, 79%, 84%)

RGB channels and saturation

R 131 of 255 = 51%
G 202 of 255 = 79%
B 214 of 255 = 84%

131
202
214

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

Portions of RGB colors in percentages

R + G + B = 131 + 202 + 214 = 547 (100%)
R 131 of 547 ~ 23.95%
G 202 of 547 ~ 36.93%
B 214 of 547 ~ 39.12'%

%23.95
%36.93
%39.12

CMYK color model

#83CAD6 color CMYK value is (39,6,0,16).

  • cyan value is 38.79%
  • magenta value is 5.61%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (39,6,0,16)
C39M6Y0K16 (39%, 6%, 0%, 16%)
(0.39 / 0.06 / 0.00 / 0.16)

CMYK percentages

%38.79
%5.61
%0
%16.08

Codes

Color #83CAD6 in popluar color models

83 CA D6
RGB 131 202 214
HSL 189° 50.30% 67.65%
HSB/HSV 189° 38.79% 83.92%
CMYK 38.79% 5.61% 0.00%
16.08%

Color #83CAD6 in popluar number systems.

HEX 83 CA D6
Decimal 131 202 214
Binary 10000011 11001010 11010110
Octal 203 312 326

Shades and tints

Shades of #83CAD6

#83CAD6
(131,202,214)
#78B8C3
(120,184,195)
#6DA6B0
(109,166,176)
#62949D
(98,148,157)
#57828A
(87,130,138)
#4C7077
(76,112,119)
#415E64
(65,94,100)
#364C51
(54,76,81)
#2B3A3E
(43,58,62)
#20282B
(32,40,43)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #83CAD6

#83CAD6
(131,202,214)
#8ECED9
(142,206,217)
#99D2DC
(153,210,220)
#A4D6DF
(164,214,223)
#AFDAE2
(175,218,226)
#BADEE5
(186,222,229)
#C5E2E8
(197,226,232)
#D0E6EB
(208,230,235)
#DBEAEE
(219,234,238)
#E6EEF1
(230,238,241)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CAD6; }

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

This text font color is #83CAD6.

Background Color

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

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

This div background color is #83CAD6.

Border color

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

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

This div border color is #83CAD6.

Opacity

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

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

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

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

This text has shadow with #83CAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83CAD6.

Preview

Color preview on black background

This text has color #83CAD6 on black background.


Color preview on white background

This text has color #83CAD6 on white background.


Black color preview on #83CAD6 background

This text has black color on #83CAD6 background.


White color preview on #83CAD6 background

This text has white color on #83CAD6 background.


Related colors

Complementary color

Complementary color for #hex is #7C3529.


I love getcolorcode.com

Triadic colors

1 #D683CA and #CAD683 with #83CAD6 are triadic colors.

2 #D6CA83 and #CA83D6 with #83CAD6 are triadic colors.