COLOR #83AFBF

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

Color info

#83AFBF contains mainly green and blue colors. Web safe color of #83AFBF is #9999CC (or #99C).

RGB color model

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

  • red value is 131;
  • green value is 175;
  • blue value is 191.
RGB:
(131,175,191)
(51%,69%,75%)

RGB channels and saturation

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

131
175
191

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

Portions of RGB colors in percentages

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

%26.36
%35.21
%38.43

CMYK color model

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

  • cyan value is 31.41%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(31,8,0,25)
C31M8Y0K25 
(31%,8%,0%,25%)
(0.31/0.08/0.00/0.25)	

CMYK percentages

%31.41
%8.38
%0
%25.1

Codes

Color #83AFBF in popluar color models

83AFBF
RGB131175191
HSL196°31.91%63.14%
HSB/HSV196°31.41%74.90%
CMYK31.41%8.38%0.00%
25.10%

Color #83AFBF in popluar number systems.

HEX83AFBF
Decimal131175191
Binary100000111010111110111111
Octal203257277

Shades and tints

Shades of #83AFBF

#83AFBF
(131,175,191)
#78A0AE
(120,160,174)
#6D919D
(109,145,157)
#62828C
(98,130,140)
#57737B
(87,115,123)
#4C646A
(76,100,106)
#415559
(65,85,89)
#364648
(54,70,72)
#2B3737
(43,55,55)
#202826
(32,40,38)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #83AFBF

#83AFBF
(131,175,191)
#8EB6C4
(142,182,196)
#99BDC9
(153,189,201)
#A4C4CE
(164,196,206)
#AFCBD3
(175,203,211)
#BAD2D8
(186,210,216)
#C5D9DD
(197,217,221)
#D0E0E2
(208,224,226)
#DBE7E7
(219,231,231)
#E6EEEC
(230,238,236)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AFBF; }

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

This text font color is #83AFBF.


Background Color

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

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

This div background color is #83AFBF.


Border color

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

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

This div border color is #83AFBF.


Opacity

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

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

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

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

This text has shadow with #83AFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AFBF on black background.


Color preview on white background

This text has color #83AFBF on white background.



Black color preview on #83AFBF background

This text has black color on #83AFBF background.


White color preview on #83AFBF background

This text has white color on #83AFBF background.