COLOR #83A8DF

HEX: #83A8DF
RGB: (131,168,223)

Color info

#83A8DF contains mainly green and blue colors. Web safe color of #83A8DF is #9999CC (or #99C).

RGB color model

#83A8DF color RGB value is (131,168,223).

  • red value is 131;
  • green value is 168;
  • blue value is 223.
RGB:
(131,168,223)
(51%,66%,87%)

RGB channels and saturation

R 131 of 255 = 51%
G 168 of 255 = 66%
B 223 of 255 = 87%

131
168
223

R + G + B ~ 68%. #83A8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 168 + 223 = 522 (100%)
R 131 of 522 ~ 25.1%
G 168 of 522 ~ 32.18%
B 223 of 522 ~ 42.72%

%25.1
%32.18
%42.72

CMYK color model

#83A8DF color CMYK value is (41,25,0,13).

  • cyan value is 41.26%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(41,25,0,13)
C41M25Y0K13 
(41%,25%,0%,13%)
(0.41/0.25/0.00/0.13)	

CMYK percentages

%41.26
%24.66
%0
%12.55

Codes

Color #83A8DF in popluar color models

83A8DF
RGB131168223
HSL216°58.97%69.41%
HSB/HSV216°41.26%87.45%
CMYK41.26%24.66%0.00%
12.55%

Color #83A8DF in popluar number systems.

HEX83A8DF
Decimal131168223
Binary100000111010100011011111
Octal203250337

Shades and tints

Shades of #83A8DF

#83A8DF
(131,168,223)
#7899CB
(120,153,203)
#6D8AB7
(109,138,183)
#627BA3
(98,123,163)
#576C8F
(87,108,143)
#4C5D7B
(76,93,123)
#414E67
(65,78,103)
#363F53
(54,63,83)
#2B303F
(43,48,63)
#20212B
(32,33,43)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #83A8DF

#83A8DF
(131,168,223)
#8EAFE1
(142,175,225)
#99B6E3
(153,182,227)
#A4BDE5
(164,189,229)
#AFC4E7
(175,196,231)
#BACBE9
(186,203,233)
#C5D2EB
(197,210,235)
#D0D9ED
(208,217,237)
#DBE0EF
(219,224,239)
#E6E7F1
(230,231,241)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A8DF color. Also use rgb(131,168,223) instead hex code.

Text Font Color

.myTextColor { color: #83A8DF; }

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

This text font color is #83A8DF.


Background Color

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

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

This div background color is #83A8DF.


Border color

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

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

This div border color is #83A8DF.


Opacity

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

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

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

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

This text has shadow with #83A8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A8DF on black background.


Color preview on white background

This text has color #83A8DF on white background.



Black color preview on #83A8DF background

This text has black color on #83A8DF background.


White color preview on #83A8DF background

This text has white color on #83A8DF background.