COLOR #83C8F7

HEX: #83C8F7
RGB: (131,200,247)

Color info

#83C8F7 contains mainly green and blue colors. Web safe color of #83C8F7 is #99CCFF (or #9CF).

RGB color model

#83C8F7 color RGB value is (131,200,247).

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

RGB channels and saturation

R 131 of 255 = 51%
G 200 of 255 = 78%
B 247 of 255 = 97%

131
200
247

R + G + B ~ 75%. #83C8F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 200 + 247 = 578 (100%)
R 131 of 578 ~ 22.66%
G 200 of 578 ~ 34.6%
B 247 of 578 ~ 42.73%

%22.66
%34.6
%42.73

CMYK color model

#83C8F7 color CMYK value is (47,19,0,3).

  • cyan value is 46.96%
  • magenta value is 19.03%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(47,19,0,3)
C47M19Y0K3 
(47%,19%,0%,3%)
(0.47/0.19/0.00/0.03)	

CMYK percentages

%46.96
%19.03
%0
%3.14

Codes

Color #83C8F7 in popluar color models

83C8F7
RGB131200247
HSL204°87.88%74.12%
HSB/HSV204°46.96%96.86%
CMYK46.96%19.03%0.00%
3.14%

Color #83C8F7 in popluar number systems.

HEX83C8F7
Decimal131200247
Binary100000111100100011110111
Octal203310367

Shades and tints

Shades of #83C8F7

#83C8F7
(131,200,247)
#78B6E1
(120,182,225)
#6DA4CB
(109,164,203)
#6292B5
(98,146,181)
#57809F
(87,128,159)
#4C6E89
(76,110,137)
#415C73
(65,92,115)
#364A5D
(54,74,93)
#2B3847
(43,56,71)
#202631
(32,38,49)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #83C8F7

#83C8F7
(131,200,247)
#8ECDF7
(142,205,247)
#99D2F7
(153,210,247)
#A4D7F7
(164,215,247)
#AFDCF7
(175,220,247)
#BAE1F7
(186,225,247)
#C5E6F7
(197,230,247)
#D0EBF7
(208,235,247)
#DBF0F7
(219,240,247)
#E6F5F7
(230,245,247)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C8F7; }

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

This text font color is #83C8F7.


Background Color

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

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

This div background color is #83C8F7.


Border color

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

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

This div border color is #83C8F7.


Opacity

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

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

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

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

This text has shadow with #83C8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C8F7 on black background.


Color preview on white background

This text has color #83C8F7 on white background.



Black color preview on #83C8F7 background

This text has black color on #83C8F7 background.


White color preview on #83C8F7 background

This text has white color on #83C8F7 background.