COLOR #83A2CC

HEX: #83A2CC
RGB: (131,162,204)

Color info

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

RGB color model

#83A2CC color RGB value is (131,162,204).

  • red value is 131;
  • green value is 162;
  • blue value is 204.
RGB:
(131,162,204)
(51%,64%,80%)

RGB channels and saturation

R 131 of 255 = 51%
G 162 of 255 = 64%
B 204 of 255 = 80%

131
162
204

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

Portions of RGB colors in percentages

R + G + B =
131 + 162 + 204 = 497 (100%)
R 131 of 497 ~ 26.36%
G 162 of 497 ~ 32.6%
B 204 of 497 ~ 41.05%

%26.36
%32.6
%41.05

CMYK color model

#83A2CC color CMYK value is (36,21,0,20).

  • cyan value is 35.78%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(36,21,0,20)
C36M21Y0K20 
(36%,21%,0%,20%)
(0.36/0.21/0.00/0.20)	

CMYK percentages

%35.78
%20.59
%0
%20

Codes

Color #83A2CC in popluar color models

83A2CC
RGB131162204
HSL215°41.71%65.69%
HSB/HSV215°35.78%80.00%
CMYK35.78%20.59%0.00%
20.00%

Color #83A2CC in popluar number systems.

HEX83A2CC
Decimal131162204
Binary100000111010001011001100
Octal203242314

Shades and tints

Shades of #83A2CC

#83A2CC
(131,162,204)
#7894BA
(120,148,186)
#6D86A8
(109,134,168)
#627896
(98,120,150)
#576A84
(87,106,132)
#4C5C72
(76,92,114)
#414E60
(65,78,96)
#36404E
(54,64,78)
#2B323C
(43,50,60)
#20242A
(32,36,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #83A2CC

#83A2CC
(131,162,204)
#8EAAD0
(142,170,208)
#99B2D4
(153,178,212)
#A4BAD8
(164,186,216)
#AFC2DC
(175,194,220)
#BACAE0
(186,202,224)
#C5D2E4
(197,210,228)
#D0DAE8
(208,218,232)
#DBE2EC
(219,226,236)
#E6EAF0
(230,234,240)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A2CC color. Also use rgb(131,162,204) instead hex code.

Text Font Color

.myTextColor { color: #83A2CC; }

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

This text font color is #83A2CC.


Background Color

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

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

This div background color is #83A2CC.


Border color

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

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

This div border color is #83A2CC.


Opacity

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

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

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

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

This text has shadow with #83A2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A2CC on black background.


Color preview on white background

This text has color #83A2CC on white background.



Black color preview on #83A2CC background

This text has black color on #83A2CC background.


White color preview on #83A2CC background

This text has white color on #83A2CC background.