COLOR #83B3CA

HEX: #83B3CA RGB: (131,179,202)

Color info

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

RGB color model

#83B3CA color RGB value is (131,179,202).

RGB: (131,179,202) (51%, 70%, 79%)

RGB channels and saturation

R 131 of 255 = 51%
G 179 of 255 = 70%
B 202 of 255 = 79%

131
179
202

R + G + B ~ 67%. #83B3CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 179 + 202 = 512 (100%)
R 131 of 512 ~ 25.59%
G 179 of 512 ~ 34.96%
B 202 of 512 ~ 39.45'%

%25.59
%34.96
%39.45

CMYK color model

#83B3CA color CMYK value is (35,11,0,21).

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

CMYK: (35,11,0,21)
C35M11Y0K21 (35%, 11%, 0%, 21%)
(0.35 / 0.11 / 0.00 / 0.21)

CMYK percentages

%35.15
%11.39
%0
%20.78

Codes

Color #83B3CA in popluar color models

83 B3 CA
RGB 131 179 202
HSL 199° 40.11% 65.29%
HSB/HSV 199° 35.15% 79.22%
CMYK 35.15% 11.39% 0.00%
20.78%

Color #83B3CA in popluar number systems.

HEX 83 B3 CA
Decimal 131 179 202
Binary 10000011 10110011 11001010
Octal 203 263 312

Shades and tints

Shades of #83B3CA

#83B3CA
(131,179,202)
#78A3B8
(120,163,184)
#6D93A6
(109,147,166)
#628394
(98,131,148)
#577382
(87,115,130)
#4C6370
(76,99,112)
#41535E
(65,83,94)
#36434C
(54,67,76)
#2B333A
(43,51,58)
#202328
(32,35,40)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #83B3CA

#83B3CA
(131,179,202)
#8EB9CE
(142,185,206)
#99BFD2
(153,191,210)
#A4C5D6
(164,197,214)
#AFCBDA
(175,203,218)
#BAD1DE
(186,209,222)
#C5D7E2
(197,215,226)
#D0DDE6
(208,221,230)
#DBE3EA
(219,227,234)
#E6E9EE
(230,233,238)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B3CA; }

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

This text font color is #83B3CA.

Background Color

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

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

This div background color is #83B3CA.

Border color

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

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

This div border color is #83B3CA.

Opacity

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

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

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

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

This text has shadow with #83B3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B3CA.

Preview

Color preview on black background

This text has color #83B3CA on black background.


Color preview on white background

This text has color #83B3CA on white background.


Black color preview on #83B3CA background

This text has black color on #83B3CA background.


White color preview on #83B3CA background

This text has white color on #83B3CA background.


Related colors

Complementary color

Complementary color for #hex is #7C4C35.


I love getcolorcode.com

Triadic colors

1 #CA83B3 and #B3CA83 with #83B3CA are triadic colors.

2 #CAB383 and #B383CA with #83B3CA are triadic colors.