COLOR #83ABCE

HEX: #83ABCE
RGB: (131,171,206)

Color info

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

RGB color model

#83ABCE color RGB value is (131,171,206).

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

RGB channels and saturation

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

131
171
206

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

Portions of RGB colors in percentages

R + G + B =
131 + 171 + 206 = 508 (100%)
R 131 of 508 ~ 25.79%
G 171 of 508 ~ 33.66%
B 206 of 508 ~ 40.55%

%25.79
%33.66
%40.55

CMYK color model

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

  • cyan value is 36.41%
  • magenta value is 16.99%
  • 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
%16.99
%0
%19.22

Codes

Color #83ABCE in popluar color models

83ABCE
RGB131171206
HSL208°43.35%66.08%
HSB/HSV208°36.41%80.78%
CMYK36.41%16.99%0.00%
19.22%

Color #83ABCE in popluar number systems.

HEX83ABCE
Decimal131171206
Binary100000111010101111001110
Octal203253316

Shades and tints

Shades of #83ABCE

#83ABCE
(131,171,206)
#789CBC
(120,156,188)
#6D8DAA
(109,141,170)
#627E98
(98,126,152)
#576F86
(87,111,134)
#4C6074
(76,96,116)
#415162
(65,81,98)
#364250
(54,66,80)
#2B333E
(43,51,62)
#20242C
(32,36,44)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #83ABCE

#83ABCE
(131,171,206)
#8EB2D2
(142,178,210)
#99B9D6
(153,185,214)
#A4C0DA
(164,192,218)
#AFC7DE
(175,199,222)
#BACEE2
(186,206,226)
#C5D5E6
(197,213,230)
#D0DCEA
(208,220,234)
#DBE3EE
(219,227,238)
#E6EAF2
(230,234,242)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ABCE; }

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

This text font color is #83ABCE.


Background Color

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

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

This div background color is #83ABCE.


Border color

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

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

This div border color is #83ABCE.


Opacity

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

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

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

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

This text has shadow with #83ABCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ABCE on black background.


Color preview on white background

This text has color #83ABCE on white background.



Black color preview on #83ABCE background

This text has black color on #83ABCE background.


White color preview on #83ABCE background

This text has white color on #83ABCE background.