COLOR #83A8CF

HEX: #83A8CF RGB: (131,168,207)

Color info

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

RGB color model

#83A8CF color RGB value is (131,168,207).

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

RGB channels and saturation

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

131
168
207

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

Portions of RGB colors in percentages

R + G + B = 131 + 168 + 207 = 506 (100%)
R 131 of 506 ~ 25.89%
G 168 of 506 ~ 33.2%
B 207 of 506 ~ 40.91'%

%25.89
%33.2
%40.91

CMYK color model

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

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

CMYK: (37,19,0,19)
C37M19Y0K19 (37%, 19%, 0%, 19%)
(0.37 / 0.19 / 0.00 / 0.19)

CMYK percentages

%36.71
%18.84
%0
%18.82

Codes

Color #83A8CF in popluar color models

83 A8 CF
RGB 131 168 207
HSL 211° 44.19% 66.27%
HSB/HSV 211° 36.71% 81.18%
CMYK 36.71% 18.84% 0.00%
18.82%

Color #83A8CF in popluar number systems.

HEX 83 A8 CF
Decimal 131 168 207
Binary 10000011 10101000 11001111
Octal 203 250 317

Shades and tints

Shades of #83A8CF

#83A8CF
(131,168,207)
#7899BD
(120,153,189)
#6D8AAB
(109,138,171)
#627B99
(98,123,153)
#576C87
(87,108,135)
#4C5D75
(76,93,117)
#414E63
(65,78,99)
#363F51
(54,63,81)
#2B303F
(43,48,63)
#20212D
(32,33,45)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #83A8CF

#83A8CF
(131,168,207)
#8EAFD3
(142,175,211)
#99B6D7
(153,182,215)
#A4BDDB
(164,189,219)
#AFC4DF
(175,196,223)
#BACBE3
(186,203,227)
#C5D2E7
(197,210,231)
#D0D9EB
(208,217,235)
#DBE0EF
(219,224,239)
#E6E7F3
(230,231,243)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A8CF; }

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

This text font color is #83A8CF.

Background Color

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

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

This div background color is #83A8CF.

Border color

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

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

This div border color is #83A8CF.

Opacity

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

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

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

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

This text has shadow with #83A8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A8CF.

Preview

Color preview on black background

This text has color #83A8CF on black background.


Color preview on white background

This text has color #83A8CF on white background.


Black color preview on #83A8CF background

This text has black color on #83A8CF background.


White color preview on #83A8CF background

This text has white color on #83A8CF background.


Related colors

Complementary color

Complementary color for #hex is #7C5730.


I love getcolorcode.com

Triadic colors

1 #CF83A8 and #A8CF83 with #83A8CF are triadic colors.

2 #CFA883 and #A883CF with #83A8CF are triadic colors.