COLOR #83AACE

HEX: #83AACE
RGB: (131,170,206)

Color info

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

RGB color model

#83AACE color RGB value is (131,170,206).

  • red value is 131;
  • green value is 170;
  • blue value is 206.
RGB:
(131,170,206)
(51%,67%,81%)

RGB channels and saturation

R 131 of 255 = 51%
G 170 of 255 = 67%
B 206 of 255 = 81%

131
170
206

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

Portions of RGB colors in percentages

R + G + B =
131 + 170 + 206 = 507 (100%)
R 131 of 507 ~ 25.84%
G 170 of 507 ~ 33.53%
B 206 of 507 ~ 40.63%

%25.84
%33.53
%40.63

CMYK color model

#83AACE color CMYK value is (36,17,0,19).

  • cyan value is 36.41%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(36,17,0,19)
C36M17Y0K19 
(36%,17%,0%,19%)
(0.36/0.17/0.00/0.19)	

CMYK percentages

%36.41
%17.48
%0
%19.22

Codes

Color #83AACE in popluar color models

83AACE
RGB131170206
HSL209°43.35%66.08%
HSB/HSV209°36.41%80.78%
CMYK36.41%17.48%0.00%
19.22%

Color #83AACE in popluar number systems.

HEX83AACE
Decimal131170206
Binary100000111010101011001110
Octal203252316

Shades and tints

Shades of #83AACE

#83AACE
(131,170,206)
#789BBC
(120,155,188)
#6D8CAA
(109,140,170)
#627D98
(98,125,152)
#576E86
(87,110,134)
#4C5F74
(76,95,116)
#415062
(65,80,98)
#364150
(54,65,80)
#2B323E
(43,50,62)
#20232C
(32,35,44)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #83AACE

#83AACE
(131,170,206)
#8EB1D2
(142,177,210)
#99B8D6
(153,184,214)
#A4BFDA
(164,191,218)
#AFC6DE
(175,198,222)
#BACDE2
(186,205,226)
#C5D4E6
(197,212,230)
#D0DBEA
(208,219,234)
#DBE2EE
(219,226,238)
#E6E9F2
(230,233,242)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AACE color. Also use rgb(131,170,206) instead hex code.

Text Font Color

.myTextColor { color: #83AACE; }

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

This text font color is #83AACE.


Background Color

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

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

This div background color is #83AACE.


Border color

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

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

This div border color is #83AACE.


Opacity

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

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

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

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

This text has shadow with #83AACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AACE on black background.


Color preview on white background

This text has color #83AACE on white background.



Black color preview on #83AACE background

This text has black color on #83AACE background.


White color preview on #83AACE background

This text has white color on #83AACE background.