COLOR #83AADC

HEX: #83AADC
RGB: (131,170,220)

Color info

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

RGB color model

#83AADC color RGB value is (131,170,220).

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

RGB channels and saturation

R 131 of 255 = 51%
G 170 of 255 = 67%
B 220 of 255 = 86%

131
170
220

R + G + B ~ 68%. #83AADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 170 + 220 = 521 (100%)
R 131 of 521 ~ 25.14%
G 170 of 521 ~ 32.63%
B 220 of 521 ~ 42.23%

%25.14
%32.63
%42.23

CMYK color model

#83AADC color CMYK value is (40,23,0,14).

  • cyan value is 40.45%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(40,23,0,14)
C40M23Y0K14 
(40%,23%,0%,14%)
(0.40/0.23/0.00/0.14)	

CMYK percentages

%40.45
%22.73
%0
%13.73

Codes

Color #83AADC in popluar color models

83AADC
RGB131170220
HSL214°55.97%68.82%
HSB/HSV214°40.45%86.27%
CMYK40.45%22.73%0.00%
13.73%

Color #83AADC in popluar number systems.

HEX83AADC
Decimal131170220
Binary100000111010101011011100
Octal203252334

Shades and tints

Shades of #83AADC

#83AADC
(131,170,220)
#789BC8
(120,155,200)
#6D8CB4
(109,140,180)
#627DA0
(98,125,160)
#576E8C
(87,110,140)
#4C5F78
(76,95,120)
#415064
(65,80,100)
#364150
(54,65,80)
#2B323C
(43,50,60)
#202328
(32,35,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #83AADC

#83AADC
(131,170,220)
#8EB1DF
(142,177,223)
#99B8E2
(153,184,226)
#A4BFE5
(164,191,229)
#AFC6E8
(175,198,232)
#BACDEB
(186,205,235)
#C5D4EE
(197,212,238)
#D0DBF1
(208,219,241)
#DBE2F4
(219,226,244)
#E6E9F7
(230,233,247)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AADC; }

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

This text font color is #83AADC.


Background Color

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

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

This div background color is #83AADC.


Border color

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

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

This div border color is #83AADC.


Opacity

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

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

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

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

This text has shadow with #83AADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AADC on black background.


Color preview on white background

This text has color #83AADC on white background.



Black color preview on #83AADC background

This text has black color on #83AADC background.


White color preview on #83AADC background

This text has white color on #83AADC background.