COLOR #83AFB3

HEX: #83AFB3 RGB: (131,175,179)

Color info

#83AFB3 contains red, green and blue colors in about the same proportion. Web safe color of #83AFB3 is #999999 (or #999).

RGB color model

#83AFB3 color RGB value is (131,175,179).

RGB: (131,175,179) (51%, 69%, 70%)

RGB channels and saturation

R 131 of 255 = 51%
G 175 of 255 = 69%
B 179 of 255 = 70%

131
175
179

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

Portions of RGB colors in percentages

R + G + B = 131 + 175 + 179 = 485 (100%)
R 131 of 485 ~ 27.01%
G 175 of 485 ~ 36.08%
B 179 of 485 ~ 36.91'%

%27.01
%36.08
%36.91

CMYK color model

#83AFB3 color CMYK value is (27,2,0,30).

  • cyan value is 26.82%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (27,2,0,30)
C27M2Y0K30 (27%, 2%, 0%, 30%)
(0.27 / 0.02 / 0.00 / 0.30)

CMYK percentages

%26.82
%2.23
%0
%29.8

Codes

Color #83AFB3 in popluar color models

83 AF B3
RGB 131 175 179
HSL 185° 24.00% 60.78%
HSB/HSV 185° 26.82% 70.20%
CMYK 26.82% 2.23% 0.00%
29.80%

Color #83AFB3 in popluar number systems.

HEX 83 AF B3
Decimal 131 175 179
Binary 10000011 10101111 10110011
Octal 203 257 263

Shades and tints

Shades of #83AFB3

#83AFB3
(131,175,179)
#78A0A3
(120,160,163)
#6D9193
(109,145,147)
#628283
(98,130,131)
#577373
(87,115,115)
#4C6463
(76,100,99)
#415553
(65,85,83)
#364643
(54,70,67)
#2B3733
(43,55,51)
#202823
(32,40,35)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #83AFB3

#83AFB3
(131,175,179)
#8EB6B9
(142,182,185)
#99BDBF
(153,189,191)
#A4C4C5
(164,196,197)
#AFCBCB
(175,203,203)
#BAD2D1
(186,210,209)
#C5D9D7
(197,217,215)
#D0E0DD
(208,224,221)
#DBE7E3
(219,231,227)
#E6EEE9
(230,238,233)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AFB3; }

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

This text font color is #83AFB3.

Background Color

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

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

This div background color is #83AFB3.

Border color

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

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

This div border color is #83AFB3.

Opacity

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

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

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

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

This text has shadow with #83AFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AFB3.

Preview

Color preview on black background

This text has color #83AFB3 on black background.


Color preview on white background

This text has color #83AFB3 on white background.


Black color preview on #83AFB3 background

This text has black color on #83AFB3 background.


White color preview on #83AFB3 background

This text has white color on #83AFB3 background.


Related colors

Complementary color

Complementary color for #hex is #7C504C.


I love getcolorcode.com

Triadic colors

1 #B383AF and #AFB383 with #83AFB3 are triadic colors.

2 #B3AF83 and #AF83B3 with #83AFB3 are triadic colors.