COLOR #83A8BC

HEX: #83A8BC RGB: (131,168,188)

Color info

#83A8BC contains red, green and blue colors in about the same proportion. Web safe color of #83A8BC is #9999CC (or #99C).

RGB color model

#83A8BC color RGB value is (131,168,188).

RGB: (131,168,188) (51%, 66%, 74%)

RGB channels and saturation

R 131 of 255 = 51%
G 168 of 255 = 66%
B 188 of 255 = 74%

131
168
188

R + G + B ~ 64%. #83A8BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 168 + 188 = 487 (100%)
R 131 of 487 ~ 26.9%
G 168 of 487 ~ 34.5%
B 188 of 487 ~ 38.6'%

%26.9
%34.5
%38.6

CMYK color model

#83A8BC color CMYK value is (30,11,0,26).

  • cyan value is 30.32%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (30,11,0,26)
C30M11Y0K26 (30%, 11%, 0%, 26%)
(0.30 / 0.11 / 0.00 / 0.26)

CMYK percentages

%30.32
%10.64
%0
%26.27

Codes

Color #83A8BC in popluar color models

83 A8 BC
RGB 131 168 188
HSL 201° 29.84% 62.55%
HSB/HSV 201° 30.32% 73.73%
CMYK 30.32% 10.64% 0.00%
26.27%

Color #83A8BC in popluar number systems.

HEX 83 A8 BC
Decimal 131 168 188
Binary 10000011 10101000 10111100
Octal 203 250 274

Shades and tints

Shades of #83A8BC

#83A8BC
(131,168,188)
#7899AB
(120,153,171)
#6D8A9A
(109,138,154)
#627B89
(98,123,137)
#576C78
(87,108,120)
#4C5D67
(76,93,103)
#414E56
(65,78,86)
#363F45
(54,63,69)
#2B3034
(43,48,52)
#202123
(32,33,35)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #83A8BC

#83A8BC
(131,168,188)
#8EAFC2
(142,175,194)
#99B6C8
(153,182,200)
#A4BDCE
(164,189,206)
#AFC4D4
(175,196,212)
#BACBDA
(186,203,218)
#C5D2E0
(197,210,224)
#D0D9E6
(208,217,230)
#DBE0EC
(219,224,236)
#E6E7F2
(230,231,242)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A8BC; }

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

This text font color is #83A8BC.

Background Color

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

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

This div background color is #83A8BC.

Border color

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

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

This div border color is #83A8BC.

Opacity

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

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

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

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

This text has shadow with #83A8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A8BC.

Preview

Color preview on black background

This text has color #83A8BC on black background.


Color preview on white background

This text has color #83A8BC on white background.


Black color preview on #83A8BC background

This text has black color on #83A8BC background.


White color preview on #83A8BC background

This text has white color on #83A8BC background.


Related colors

Complementary color

Complementary color for #hex is #7C5743.


I love getcolorcode.com

Triadic colors

1 #BC83A8 and #A8BC83 with #83A8BC are triadic colors.

2 #BCA883 and #A883BC with #83A8BC are triadic colors.