COLOR #83BFB3

HEX: #83BFB3 RGB: (131,191,179)

Color info

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

RGB color model

#83BFB3 color RGB value is (131,191,179).

RGB: (131,191,179) (51%, 75%, 70%)

RGB channels and saturation

R 131 of 255 = 51%
G 191 of 255 = 75%
B 179 of 255 = 70%

131
191
179

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

Portions of RGB colors in percentages

R + G + B = 131 + 191 + 179 = 501 (100%)
R 131 of 501 ~ 26.15%
G 191 of 501 ~ 38.12%
B 179 of 501 ~ 35.73'%

%26.15
%38.12
%35.73

CMYK color model

#83BFB3 color CMYK value is (31,0,6,25).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 25.10%
CMYK: (31,0,6,25) C31M0Y6K25 (31%,0%,6%,25%) (0.31/0.00/0.06/0.25) 

CMYK percentages

%31.41
%0
%6.28
%25.1

Codes

Color #83BFB3 in popluar color models

83 BF B3
RGB 131 191 179
HSL 168° 31.91% 63.14%
HSB/HSV 168° 31.41% 74.90%
CMYK 31.41% 0.00% 6.28%
25.10%

Color #83BFB3 in popluar number systems.

HEX 83 BF B3
Decimal 131 191 179
Binary 10000011 10111111 10110011
Octal 203 277 263

Shades and tints

Shades of #83BFB3

#83BFB3
(131,191,179)
#78AEA3
(120,174,163)
#6D9D93
(109,157,147)
#628C83
(98,140,131)
#577B73
(87,123,115)
#4C6A63
(76,106,99)
#415953
(65,89,83)
#364843
(54,72,67)
#2B3733
(43,55,51)
#202623
(32,38,35)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #83BFB3

#83BFB3
(131,191,179)
#8EC4B9
(142,196,185)
#99C9BF
(153,201,191)
#A4CEC5
(164,206,197)
#AFD3CB
(175,211,203)
#BAD8D1
(186,216,209)
#C5DDD7
(197,221,215)
#D0E2DD
(208,226,221)
#DBE7E3
(219,231,227)
#E6ECE9
(230,236,233)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BFB3; }

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

This text font color is #83BFB3.

Background Color

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

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

This div background color is #83BFB3.

Border color

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

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

This div border color is #83BFB3.

Opacity

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

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

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

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

This text has shadow with #83BFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BFB3.

Preview

Color preview on black background

This text has color #83BFB3 on black background.


Color preview on white background

This text has color #83BFB3 on white background.


Black color preview on #83BFB3 background

This text has black color on #83BFB3 background.


White color preview on #83BFB3 background

This text has white color on #83BFB3 background.


Related colors

Complementary color

Complementary color for #hex is #7C404C.


I love getcolorcode.com

Triadic colors

1 #B383BF and #BFB383 with #83BFB3 are triadic colors.

2 #B3BF83 and #BF83B3 with #83BFB3 are triadic colors.