COLOR #83A9CF

HEX: #83A9CF RGB: (131,169,207)

Color info

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

RGB color model

#83A9CF color RGB value is (131,169,207).

RGB: (131,169,207) (51%, 66%, 81%)

RGB channels and saturation

R 131 of 255 = 51%
G 169 of 255 = 66%
B 207 of 255 = 81%

131
169
207

R + G + B ~ 66%. #83A9CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 169 + 207 = 507 (100%)
R 131 of 507 ~ 25.84%
G 169 of 507 ~ 33.33%
B 207 of 507 ~ 40.83'%

%25.84
%33.33
%40.83

CMYK color model

#83A9CF color CMYK value is (37,18,0,19).

  • cyan value is 36.71%
  • magenta value is 18.36%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (37,18,0,19)
C37M18Y0K19 (37%, 18%, 0%, 19%)
(0.37 / 0.18 / 0.00 / 0.19)

CMYK percentages

%36.71
%18.36
%0
%18.82

Codes

Color #83A9CF in popluar color models

83 A9 CF
RGB 131 169 207
HSL 210° 44.19% 66.27%
HSB/HSV 210° 36.71% 81.18%
CMYK 36.71% 18.36% 0.00%
18.82%

Color #83A9CF in popluar number systems.

HEX 83 A9 CF
Decimal 131 169 207
Binary 10000011 10101001 11001111
Octal 203 251 317

Shades and tints

Shades of #83A9CF

#83A9CF
(131,169,207)
#789ABD
(120,154,189)
#6D8BAB
(109,139,171)
#627C99
(98,124,153)
#576D87
(87,109,135)
#4C5E75
(76,94,117)
#414F63
(65,79,99)
#364051
(54,64,81)
#2B313F
(43,49,63)
#20222D
(32,34,45)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #83A9CF

#83A9CF
(131,169,207)
#8EB0D3
(142,176,211)
#99B7D7
(153,183,215)
#A4BEDB
(164,190,219)
#AFC5DF
(175,197,223)
#BACCE3
(186,204,227)
#C5D3E7
(197,211,231)
#D0DAEB
(208,218,235)
#DBE1EF
(219,225,239)
#E6E8F3
(230,232,243)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A9CF color. Also use rgb(131,169,207) instead hex code.

Text Font Color

.myTextColor { color: #83A9CF; }

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

This text font color is #83A9CF.

Background Color

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

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

This div background color is #83A9CF.

Border color

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

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

This div border color is #83A9CF.

Opacity

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

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

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

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

This text has shadow with #83A9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A9CF.

Preview

Color preview on black background

This text has color #83A9CF on black background.


Color preview on white background

This text has color #83A9CF on white background.


Black color preview on #83A9CF background

This text has black color on #83A9CF background.


White color preview on #83A9CF background

This text has white color on #83A9CF background.


Related colors

Complementary color

Complementary color for #hex is #7C5630.


I love getcolorcode.com

Triadic colors

1 #CF83A9 and #A9CF83 with #83A9CF are triadic colors.

2 #CFA983 and #A983CF with #83A9CF are triadic colors.