COLOR #83ACC8

HEX: #83ACC8
RGB: (131,172,200)

Color info

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

RGB color model

#83ACC8 color RGB value is (131,172,200).

  • red value is 131;
  • green value is 172;
  • blue value is 200.
RGB:
(131,172,200)
(51%,67%,78%)

RGB channels and saturation

R 131 of 255 = 51%
G 172 of 255 = 67%
B 200 of 255 = 78%

131
172
200

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

Portions of RGB colors in percentages

R + G + B =
131 + 172 + 200 = 503 (100%)
R 131 of 503 ~ 26.04%
G 172 of 503 ~ 34.19%
B 200 of 503 ~ 39.76%

%26.04
%34.19
%39.76

CMYK color model

#83ACC8 color CMYK value is (35,14,0,22).

  • cyan value is 34.50%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(35,14,0,22)
C35M14Y0K22 
(35%,14%,0%,22%)
(0.35/0.14/0.00/0.22)	

CMYK percentages

%34.5
%14
%0
%21.57

Codes

Color #83ACC8 in popluar color models

83ACC8
RGB131172200
HSL204°38.55%64.90%
HSB/HSV204°34.50%78.43%
CMYK34.50%14.00%0.00%
21.57%

Color #83ACC8 in popluar number systems.

HEX83ACC8
Decimal131172200
Binary100000111010110011001000
Octal203254310

Shades and tints

Shades of #83ACC8

#83ACC8
(131,172,200)
#789DB6
(120,157,182)
#6D8EA4
(109,142,164)
#627F92
(98,127,146)
#577080
(87,112,128)
#4C616E
(76,97,110)
#41525C
(65,82,92)
#36434A
(54,67,74)
#2B3438
(43,52,56)
#202526
(32,37,38)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #83ACC8

#83ACC8
(131,172,200)
#8EB3CD
(142,179,205)
#99BAD2
(153,186,210)
#A4C1D7
(164,193,215)
#AFC8DC
(175,200,220)
#BACFE1
(186,207,225)
#C5D6E6
(197,214,230)
#D0DDEB
(208,221,235)
#DBE4F0
(219,228,240)
#E6EBF5
(230,235,245)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83ACC8 color. Also use rgb(131,172,200) instead hex code.

Text Font Color

.myTextColor { color: #83ACC8; }

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

This text font color is #83ACC8.


Background Color

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

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

This div background color is #83ACC8.


Border color

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

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

This div border color is #83ACC8.


Opacity

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

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

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

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

This text has shadow with #83ACC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ACC8 on black background.


Color preview on white background

This text has color #83ACC8 on white background.



Black color preview on #83ACC8 background

This text has black color on #83ACC8 background.


White color preview on #83ACC8 background

This text has white color on #83ACC8 background.