COLOR #83A5C6

HEX: #83A5C6
RGB: (131,165,198)

Color info

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

RGB color model

#83A5C6 color RGB value is (131,165,198).

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

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 198 of 255 = 78%

131
165
198

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

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 198 = 494 (100%)
R 131 of 494 ~ 26.52%
G 165 of 494 ~ 33.4%
B 198 of 494 ~ 40.08%

%26.52
%33.4
%40.08

CMYK color model

#83A5C6 color CMYK value is (34,17,0,22).

  • cyan value is 33.84%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(34,17,0,22)
C34M17Y0K22 
(34%,17%,0%,22%)
(0.34/0.17/0.00/0.22)	

CMYK percentages

%33.84
%16.67
%0
%22.35

Codes

Color #83A5C6 in popluar color models

83A5C6
RGB131165198
HSL210°37.02%64.51%
HSB/HSV210°33.84%77.65%
CMYK33.84%16.67%0.00%
22.35%

Color #83A5C6 in popluar number systems.

HEX83A5C6
Decimal131165198
Binary100000111010010111000110
Octal203245306

Shades and tints

Shades of #83A5C6

#83A5C6
(131,165,198)
#7896B4
(120,150,180)
#6D87A2
(109,135,162)
#627890
(98,120,144)
#57697E
(87,105,126)
#4C5A6C
(76,90,108)
#414B5A
(65,75,90)
#363C48
(54,60,72)
#2B2D36
(43,45,54)
#201E24
(32,30,36)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #83A5C6

#83A5C6
(131,165,198)
#8EADCB
(142,173,203)
#99B5D0
(153,181,208)
#A4BDD5
(164,189,213)
#AFC5DA
(175,197,218)
#BACDDF
(186,205,223)
#C5D5E4
(197,213,228)
#D0DDE9
(208,221,233)
#DBE5EE
(219,229,238)
#E6EDF3
(230,237,243)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A5C6; }

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

This text font color is #83A5C6.


Background Color

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

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

This div background color is #83A5C6.


Border color

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

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

This div border color is #83A5C6.


Opacity

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

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

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

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

This text has shadow with #83A5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A5C6 on black background.


Color preview on white background

This text has color #83A5C6 on white background.



Black color preview on #83A5C6 background

This text has black color on #83A5C6 background.


White color preview on #83A5C6 background

This text has white color on #83A5C6 background.