COLOR #83A1D7

HEX: #83A1D7
RGB: (131,161,215)

Color info

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

RGB color model

#83A1D7 color RGB value is (131,161,215).

  • red value is 131;
  • green value is 161;
  • blue value is 215.
RGB:
(131,161,215)
(51%,63%,84%)

RGB channels and saturation

R 131 of 255 = 51%
G 161 of 255 = 63%
B 215 of 255 = 84%

131
161
215

R + G + B ~ 66%. #83A1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 161 + 215 = 507 (100%)
R 131 of 507 ~ 25.84%
G 161 of 507 ~ 31.76%
B 215 of 507 ~ 42.41%

%25.84
%31.76
%42.41

CMYK color model

#83A1D7 color CMYK value is (39,25,0,16).

  • cyan value is 39.07%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(39,25,0,16)
C39M25Y0K16 
(39%,25%,0%,16%)
(0.39/0.25/0.00/0.16)	

CMYK percentages

%39.07
%25.12
%0
%15.69

Codes

Color #83A1D7 in popluar color models

83A1D7
RGB131161215
HSL219°51.22%67.84%
HSB/HSV219°39.07%84.31%
CMYK39.07%25.12%0.00%
15.69%

Color #83A1D7 in popluar number systems.

HEX83A1D7
Decimal131161215
Binary100000111010000111010111
Octal203241327

Shades and tints

Shades of #83A1D7

#83A1D7
(131,161,215)
#7893C4
(120,147,196)
#6D85B1
(109,133,177)
#62779E
(98,119,158)
#57698B
(87,105,139)
#4C5B78
(76,91,120)
#414D65
(65,77,101)
#363F52
(54,63,82)
#2B313F
(43,49,63)
#20232C
(32,35,44)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #83A1D7

#83A1D7
(131,161,215)
#8EA9DA
(142,169,218)
#99B1DD
(153,177,221)
#A4B9E0
(164,185,224)
#AFC1E3
(175,193,227)
#BAC9E6
(186,201,230)
#C5D1E9
(197,209,233)
#D0D9EC
(208,217,236)
#DBE1EF
(219,225,239)
#E6E9F2
(230,233,242)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A1D7 color. Also use rgb(131,161,215) instead hex code.

Text Font Color

.myTextColor { color: #83A1D7; }

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

This text font color is #83A1D7.


Background Color

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

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

This div background color is #83A1D7.


Border color

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

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

This div border color is #83A1D7.


Opacity

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

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

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

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

This text has shadow with #83A1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A1D7 on black background.


Color preview on white background

This text has color #83A1D7 on white background.



Black color preview on #83A1D7 background

This text has black color on #83A1D7 background.


White color preview on #83A1D7 background

This text has white color on #83A1D7 background.