COLOR #83A1CF

HEX: #83A1CF
RGB: (131,161,207)

Color info

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

RGB color model

#83A1CF color RGB value is (131,161,207).

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

RGB channels and saturation

R 131 of 255 = 51%
G 161 of 255 = 63%
B 207 of 255 = 81%

131
161
207

R + G + B ~ 65%. #83A1CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 161 + 207 = 499 (100%)
R 131 of 499 ~ 26.25%
G 161 of 499 ~ 32.26%
B 207 of 499 ~ 41.48%

%26.25
%32.26
%41.48

CMYK color model

#83A1CF color CMYK value is (37,22,0,19).

  • cyan value is 36.71%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(37,22,0,19)
C37M22Y0K19 
(37%,22%,0%,19%)
(0.37/0.22/0.00/0.19)	

CMYK percentages

%36.71
%22.22
%0
%18.82

Codes

Color #83A1CF in popluar color models

83A1CF
RGB131161207
HSL216°44.19%66.27%
HSB/HSV216°36.71%81.18%
CMYK36.71%22.22%0.00%
18.82%

Color #83A1CF in popluar number systems.

HEX83A1CF
Decimal131161207
Binary100000111010000111001111
Octal203241317

Shades and tints

Shades of #83A1CF

#83A1CF
(131,161,207)
#7893BD
(120,147,189)
#6D85AB
(109,133,171)
#627799
(98,119,153)
#576987
(87,105,135)
#4C5B75
(76,91,117)
#414D63
(65,77,99)
#363F51
(54,63,81)
#2B313F
(43,49,63)
#20232D
(32,35,45)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #83A1CF

#83A1CF
(131,161,207)
#8EA9D3
(142,169,211)
#99B1D7
(153,177,215)
#A4B9DB
(164,185,219)
#AFC1DF
(175,193,223)
#BAC9E3
(186,201,227)
#C5D1E7
(197,209,231)
#D0D9EB
(208,217,235)
#DBE1EF
(219,225,239)
#E6E9F3
(230,233,243)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A1CF; }

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

This text font color is #83A1CF.


Background Color

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

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

This div background color is #83A1CF.


Border color

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

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

This div border color is #83A1CF.


Opacity

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

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

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

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

This text has shadow with #83A1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A1CF on black background.


Color preview on white background

This text has color #83A1CF on white background.



Black color preview on #83A1CF background

This text has black color on #83A1CF background.


White color preview on #83A1CF background

This text has white color on #83A1CF background.