COLOR #83A6BD

HEX: #83A6BD RGB: (131,166,189)

Color info

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

RGB color model

#83A6BD color RGB value is (131,166,189).

RGB: (131,166,189) (51%, 65%, 74%)

RGB channels and saturation

R 131 of 255 = 51%
G 166 of 255 = 65%
B 189 of 255 = 74%

131
166
189

R + G + B ~ 63%. #83A6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 166 + 189 = 486 (100%)
R 131 of 486 ~ 26.95%
G 166 of 486 ~ 34.16%
B 189 of 486 ~ 38.89'%

%26.95
%34.16
%38.89

CMYK color model

#83A6BD color CMYK value is (31,12,0,26).

  • cyan value is 30.69%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (31,12,0,26)
C31M12Y0K26 (31%, 12%, 0%, 26%)
(0.31 / 0.12 / 0.00 / 0.26)

CMYK percentages

%30.69
%12.17
%0
%25.88

Codes

Color #83A6BD in popluar color models

83 A6 BD
RGB 131 166 189
HSL 204° 30.53% 62.75%
HSB/HSV 204° 30.69% 74.12%
CMYK 30.69% 12.17% 0.00%
25.88%

Color #83A6BD in popluar number systems.

HEX 83 A6 BD
Decimal 131 166 189
Binary 10000011 10100110 10111101
Octal 203 246 275

Shades and tints

Shades of #83A6BD

#83A6BD
(131,166,189)
#7897AC
(120,151,172)
#6D889B
(109,136,155)
#62798A
(98,121,138)
#576A79
(87,106,121)
#4C5B68
(76,91,104)
#414C57
(65,76,87)
#363D46
(54,61,70)
#2B2E35
(43,46,53)
#201F24
(32,31,36)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #83A6BD

#83A6BD
(131,166,189)
#8EAEC3
(142,174,195)
#99B6C9
(153,182,201)
#A4BECF
(164,190,207)
#AFC6D5
(175,198,213)
#BACEDB
(186,206,219)
#C5D6E1
(197,214,225)
#D0DEE7
(208,222,231)
#DBE6ED
(219,230,237)
#E6EEF3
(230,238,243)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A6BD color. Also use rgb(131,166,189) instead hex code.

Text Font Color

.myTextColor { color: #83A6BD; }

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

This text font color is #83A6BD.

Background Color

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

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

This div background color is #83A6BD.

Border color

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

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

This div border color is #83A6BD.

Opacity

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

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

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

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

This text has shadow with #83A6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A6BD.

Preview

Color preview on black background

This text has color #83A6BD on black background.


Color preview on white background

This text has color #83A6BD on white background.


Black color preview on #83A6BD background

This text has black color on #83A6BD background.


White color preview on #83A6BD background

This text has white color on #83A6BD background.


Related colors

Complementary color

Complementary color for #hex is #7C5942.


I love getcolorcode.com

Triadic colors

1 #BD83A6 and #A6BD83 with #83A6BD are triadic colors.

2 #BDA683 and #A683BD with #83A6BD are triadic colors.