COLOR #83C6DE

HEX: #83C6DE
RGB: (131,198,222)

Color info

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

RGB color model

#83C6DE color RGB value is (131,198,222).

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

RGB channels and saturation

R 131 of 255 = 51%
G 198 of 255 = 78%
B 222 of 255 = 87%

131
198
222

R + G + B ~ 72%. #83C6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 198 + 222 = 551 (100%)
R 131 of 551 ~ 23.77%
G 198 of 551 ~ 35.93%
B 222 of 551 ~ 40.29%

%23.77
%35.93
%40.29

CMYK color model

#83C6DE color CMYK value is (41,11,0,13).

  • cyan value is 40.99%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(41,11,0,13)
C41M11Y0K13 
(41%,11%,0%,13%)
(0.41/0.11/0.00/0.13)	

CMYK percentages

%40.99
%10.81
%0
%12.94

Codes

Color #83C6DE in popluar color models

83C6DE
RGB131198222
HSL196°57.96%69.22%
HSB/HSV196°40.99%87.06%
CMYK40.99%10.81%0.00%
12.94%

Color #83C6DE in popluar number systems.

HEX83C6DE
Decimal131198222
Binary100000111100011011011110
Octal203306336

Shades and tints

Shades of #83C6DE

#83C6DE
(131,198,222)
#78B4CA
(120,180,202)
#6DA2B6
(109,162,182)
#6290A2
(98,144,162)
#577E8E
(87,126,142)
#4C6C7A
(76,108,122)
#415A66
(65,90,102)
#364852
(54,72,82)
#2B363E
(43,54,62)
#20242A
(32,36,42)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #83C6DE

#83C6DE
(131,198,222)
#8ECBE1
(142,203,225)
#99D0E4
(153,208,228)
#A4D5E7
(164,213,231)
#AFDAEA
(175,218,234)
#BADFED
(186,223,237)
#C5E4F0
(197,228,240)
#D0E9F3
(208,233,243)
#DBEEF6
(219,238,246)
#E6F3F9
(230,243,249)
#F1F8FC
(241,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C6DE; }

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

This text font color is #83C6DE.


Background Color

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

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

This div background color is #83C6DE.


Border color

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

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

This div border color is #83C6DE.


Opacity

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

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

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

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

This text has shadow with #83C6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C6DE on black background.


Color preview on white background

This text has color #83C6DE on white background.



Black color preview on #83C6DE background

This text has black color on #83C6DE background.


White color preview on #83C6DE background

This text has white color on #83C6DE background.