COLOR #83AFB4

HEX: #83AFB4 RGB: (131,175,180)

Color info

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

RGB color model

#83AFB4 color RGB value is (131,175,180).

RGB: (131,175,180) (51%, 69%, 71%)

RGB channels and saturation

R 131 of 255 = 51%
G 175 of 255 = 69%
B 180 of 255 = 71%

131
175
180

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

Portions of RGB colors in percentages

R + G + B = 131 + 175 + 180 = 486 (100%)
R 131 of 486 ~ 26.95%
G 175 of 486 ~ 36.01%
B 180 of 486 ~ 37.04'%

%26.95
%36.01
%37.04

CMYK color model

#83AFB4 color CMYK value is (27,3,0,29).

  • cyan value is 27.22%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (27,3,0,29)
C27M3Y0K29 (27%, 3%, 0%, 29%)
(0.27 / 0.03 / 0.00 / 0.29)

CMYK percentages

%27.22
%2.78
%0
%29.41

Codes

Color #83AFB4 in popluar color models

83 AF B4
RGB 131 175 180
HSL 186° 24.62% 60.98%
HSB/HSV 186° 27.22% 70.59%
CMYK 27.22% 2.78% 0.00%
29.41%

Color #83AFB4 in popluar number systems.

HEX 83 AF B4
Decimal 131 175 180
Binary 10000011 10101111 10110100
Octal 203 257 264

Shades and tints

Shades of #83AFB4

#83AFB4
(131,175,180)
#78A0A4
(120,160,164)
#6D9194
(109,145,148)
#628284
(98,130,132)
#577374
(87,115,116)
#4C6464
(76,100,100)
#415554
(65,85,84)
#364644
(54,70,68)
#2B3734
(43,55,52)
#202824
(32,40,36)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #83AFB4

#83AFB4
(131,175,180)
#8EB6BA
(142,182,186)
#99BDC0
(153,189,192)
#A4C4C6
(164,196,198)
#AFCBCC
(175,203,204)
#BAD2D2
(186,210,210)
#C5D9D8
(197,217,216)
#D0E0DE
(208,224,222)
#DBE7E4
(219,231,228)
#E6EEEA
(230,238,234)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AFB4; }

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

This text font color is #83AFB4.

Background Color

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

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

This div background color is #83AFB4.

Border color

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

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

This div border color is #83AFB4.

Opacity

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

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

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

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

This text has shadow with #83AFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AFB4.

Preview

Color preview on black background

This text has color #83AFB4 on black background.


Color preview on white background

This text has color #83AFB4 on white background.


Black color preview on #83AFB4 background

This text has black color on #83AFB4 background.


White color preview on #83AFB4 background

This text has white color on #83AFB4 background.


Related colors

Complementary color

Complementary color for #hex is #7C504B.


I love getcolorcode.com

Triadic colors

1 #B483AF and #AFB483 with #83AFB4 are triadic colors.

2 #B4AF83 and #AF83B4 with #83AFB4 are triadic colors.