COLOR #83AAC2

HEX: #83AAC2
RGB: (131,170,194)

Color info

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

RGB color model

#83AAC2 color RGB value is (131,170,194).

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

RGB channels and saturation

R 131 of 255 = 51%
G 170 of 255 = 67%
B 194 of 255 = 76%

131
170
194

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

Portions of RGB colors in percentages

R + G + B =
131 + 170 + 194 = 495 (100%)
R 131 of 495 ~ 26.46%
G 170 of 495 ~ 34.34%
B 194 of 495 ~ 39.19%

%26.46
%34.34
%39.19

CMYK color model

#83AAC2 color CMYK value is (32,12,0,24).

  • cyan value is 32.47%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(32,12,0,24)
C32M12Y0K24 
(32%,12%,0%,24%)
(0.32/0.12/0.00/0.24)	

CMYK percentages

%32.47
%12.37
%0
%23.92

Codes

Color #83AAC2 in popluar color models

83AAC2
RGB131170194
HSL203°34.05%63.73%
HSB/HSV203°32.47%76.08%
CMYK32.47%12.37%0.00%
23.92%

Color #83AAC2 in popluar number systems.

HEX83AAC2
Decimal131170194
Binary100000111010101011000010
Octal203252302

Shades and tints

Shades of #83AAC2

#83AAC2
(131,170,194)
#789BB1
(120,155,177)
#6D8CA0
(109,140,160)
#627D8F
(98,125,143)
#576E7E
(87,110,126)
#4C5F6D
(76,95,109)
#41505C
(65,80,92)
#36414B
(54,65,75)
#2B323A
(43,50,58)
#202329
(32,35,41)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #83AAC2

#83AAC2
(131,170,194)
#8EB1C7
(142,177,199)
#99B8CC
(153,184,204)
#A4BFD1
(164,191,209)
#AFC6D6
(175,198,214)
#BACDDB
(186,205,219)
#C5D4E0
(197,212,224)
#D0DBE5
(208,219,229)
#DBE2EA
(219,226,234)
#E6E9EF
(230,233,239)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AAC2; }

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

This text font color is #83AAC2.


Background Color

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

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

This div background color is #83AAC2.


Border color

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

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

This div border color is #83AAC2.


Opacity

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

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

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

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

This text has shadow with #83AAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AAC2 on black background.


Color preview on white background

This text has color #83AAC2 on white background.



Black color preview on #83AAC2 background

This text has black color on #83AAC2 background.


White color preview on #83AAC2 background

This text has white color on #83AAC2 background.