COLOR #83A4CA

HEX: #83A4CA RGB: (131,164,202)

Color info

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

RGB color model

#83A4CA color RGB value is (131,164,202).

RGB: (131,164,202) (51%, 64%, 79%)

RGB channels and saturation

R 131 of 255 = 51%
G 164 of 255 = 64%
B 202 of 255 = 79%

131
164
202

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

Portions of RGB colors in percentages

R + G + B = 131 + 164 + 202 = 497 (100%)
R 131 of 497 ~ 26.36%
G 164 of 497 ~ 33%
B 202 of 497 ~ 40.64'%

%26.36
%33
%40.64

CMYK color model

#83A4CA color CMYK value is (35,19,0,21).

  • cyan value is 35.15%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (35,19,0,21)
C35M19Y0K21 (35%, 19%, 0%, 21%)
(0.35 / 0.19 / 0.00 / 0.21)

CMYK percentages

%35.15
%18.81
%0
%20.78

Codes

Color #83A4CA in popluar color models

83 A4 CA
RGB 131 164 202
HSL 212° 40.11% 65.29%
HSB/HSV 212° 35.15% 79.22%
CMYK 35.15% 18.81% 0.00%
20.78%

Color #83A4CA in popluar number systems.

HEX 83 A4 CA
Decimal 131 164 202
Binary 10000011 10100100 11001010
Octal 203 244 312

Shades and tints

Shades of #83A4CA

#83A4CA
(131,164,202)
#7896B8
(120,150,184)
#6D88A6
(109,136,166)
#627A94
(98,122,148)
#576C82
(87,108,130)
#4C5E70
(76,94,112)
#41505E
(65,80,94)
#36424C
(54,66,76)
#2B343A
(43,52,58)
#202628
(32,38,40)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #83A4CA

#83A4CA
(131,164,202)
#8EACCE
(142,172,206)
#99B4D2
(153,180,210)
#A4BCD6
(164,188,214)
#AFC4DA
(175,196,218)
#BACCDE
(186,204,222)
#C5D4E2
(197,212,226)
#D0DCE6
(208,220,230)
#DBE4EA
(219,228,234)
#E6ECEE
(230,236,238)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A4CA color. Also use rgb(131,164,202) instead hex code.

Text Font Color

.myTextColor { color: #83A4CA; }

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

This text font color is #83A4CA.

Background Color

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

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

This div background color is #83A4CA.

Border color

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

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

This div border color is #83A4CA.

Opacity

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

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

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

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

This text has shadow with #83A4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A4CA.

Preview

Color preview on black background

This text has color #83A4CA on black background.


Color preview on white background

This text has color #83A4CA on white background.


Black color preview on #83A4CA background

This text has black color on #83A4CA background.


White color preview on #83A4CA background

This text has white color on #83A4CA background.


Related colors

Complementary color

Complementary color for #hex is #7C5B35.


I love getcolorcode.com

Triadic colors

1 #CA83A4 and #A4CA83 with #83A4CA are triadic colors.

2 #CAA483 and #A483CA with #83A4CA are triadic colors.