COLOR #83A5C3

HEX: #83A5C3
RGB: (131,165,195)

Color info

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

RGB color model

#83A5C3 color RGB value is (131,165,195).

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

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 195 of 255 = 76%

131
165
195

R + G + B ~ 64%. #83A5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 195 = 491 (100%)
R 131 of 491 ~ 26.68%
G 165 of 491 ~ 33.6%
B 195 of 491 ~ 39.71%

%26.68
%33.6
%39.71

CMYK color model

#83A5C3 color CMYK value is (33,15,0,24).

  • cyan value is 32.82%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(33,15,0,24)
C33M15Y0K24 
(33%,15%,0%,24%)
(0.33/0.15/0.00/0.24)	

CMYK percentages

%32.82
%15.38
%0
%23.53

Codes

Color #83A5C3 in popluar color models

83A5C3
RGB131165195
HSL208°34.78%63.92%
HSB/HSV208°32.82%76.47%
CMYK32.82%15.38%0.00%
23.53%

Color #83A5C3 in popluar number systems.

HEX83A5C3
Decimal131165195
Binary100000111010010111000011
Octal203245303

Shades and tints

Shades of #83A5C3

#83A5C3
(131,165,195)
#7896B2
(120,150,178)
#6D87A1
(109,135,161)
#627890
(98,120,144)
#57697F
(87,105,127)
#4C5A6E
(76,90,110)
#414B5D
(65,75,93)
#363C4C
(54,60,76)
#2B2D3B
(43,45,59)
#201E2A
(32,30,42)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #83A5C3

#83A5C3
(131,165,195)
#8EADC8
(142,173,200)
#99B5CD
(153,181,205)
#A4BDD2
(164,189,210)
#AFC5D7
(175,197,215)
#BACDDC
(186,205,220)
#C5D5E1
(197,213,225)
#D0DDE6
(208,221,230)
#DBE5EB
(219,229,235)
#E6EDF0
(230,237,240)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A5C3; }

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

This text font color is #83A5C3.


Background Color

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

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

This div background color is #83A5C3.


Border color

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

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

This div border color is #83A5C3.


Opacity

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

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

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

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

This text has shadow with #83A5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A5C3 on black background.


Color preview on white background

This text has color #83A5C3 on white background.



Black color preview on #83A5C3 background

This text has black color on #83A5C3 background.


White color preview on #83A5C3 background

This text has white color on #83A5C3 background.