COLOR #83BFAF

HEX: #83BFAF RGB: (131,191,175)

Color info

#83BFAF contains mainly green and blue colors. Web safe color of #83BFAF is #99CC99 (or #9C9).

RGB color model

#83BFAF color RGB value is (131,191,175).

RGB: (131,191,175) (51%, 75%, 69%)

RGB channels and saturation

R 131 of 255 = 51%
G 191 of 255 = 75%
B 175 of 255 = 69%

131
191
175

R + G + B ~ 65%. #83BFAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 191 + 175 = 497 (100%)
R 131 of 497 ~ 26.36%
G 191 of 497 ~ 38.43%
B 175 of 497 ~ 35.21'%

%26.36
%38.43
%35.21

CMYK color model

#83BFAF color CMYK value is (31,0,8,25).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 25.10%

CMYK: (31,0,8,25)
C31M0Y8K25 (31%, 0%, 8%, 25%)
(0.31 / 0.00 / 0.08 / 0.25)

CMYK percentages

%31.41
%0
%8.38
%25.1

Codes

Color #83BFAF in popluar color models

83 BF AF
RGB 131 191 175
HSL 164° 31.91% 63.14%
HSB/HSV 164° 31.41% 74.90%
CMYK 31.41% 0.00% 8.38%
25.10%

Color #83BFAF in popluar number systems.

HEX 83 BF AF
Decimal 131 191 175
Binary 10000011 10111111 10101111
Octal 203 277 257

Shades and tints

Shades of #83BFAF

#83BFAF
(131,191,175)
#78AEA0
(120,174,160)
#6D9D91
(109,157,145)
#628C82
(98,140,130)
#577B73
(87,123,115)
#4C6A64
(76,106,100)
#415955
(65,89,85)
#364846
(54,72,70)
#2B3737
(43,55,55)
#202628
(32,38,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #83BFAF

#83BFAF
(131,191,175)
#8EC4B6
(142,196,182)
#99C9BD
(153,201,189)
#A4CEC4
(164,206,196)
#AFD3CB
(175,211,203)
#BAD8D2
(186,216,210)
#C5DDD9
(197,221,217)
#D0E2E0
(208,226,224)
#DBE7E7
(219,231,231)
#E6ECEE
(230,236,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BFAF; }

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

This text font color is #83BFAF.

Background Color

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

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

This div background color is #83BFAF.

Border color

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

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

This div border color is #83BFAF.

Opacity

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

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

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

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

This text has shadow with #83BFAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BFAF.

Preview

Color preview on black background

This text has color #83BFAF on black background.


Color preview on white background

This text has color #83BFAF on white background.


Black color preview on #83BFAF background

This text has black color on #83BFAF background.


White color preview on #83BFAF background

This text has white color on #83BFAF background.


Related colors

Complementary color

Complementary color for #hex is #7C4050.


I love getcolorcode.com

Triadic colors

1 #AF83BF and #BFAF83 with #83BFAF are triadic colors.

2 #AFBF83 and #BF83AF with #83BFAF are triadic colors.