COLOR #83AEAF

HEX: #83AEAF
RGB: (131,174,175)

Color info

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

RGB color model

#83AEAF color RGB value is (131,174,175).

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

RGB channels and saturation

R 131 of 255 = 51%
G 174 of 255 = 68%
B 175 of 255 = 69%

131
174
175

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

Portions of RGB colors in percentages

R + G + B =
131 + 174 + 175 = 480 (100%)
R 131 of 480 ~ 27.29%
G 174 of 480 ~ 36.25%
B 175 of 480 ~ 36.46%

%27.29
%36.25
%36.46

CMYK color model

#83AEAF color CMYK value is (25,1,0,31).

  • cyan value is 25.14%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,1,0,31)
C25M1Y0K31 
(25%,1%,0%,31%)
(0.25/0.01/0.00/0.31)	

CMYK percentages

%25.14
%0.57
%0
%31.37

Codes

Color #83AEAF in popluar color models

83AEAF
RGB131174175
HSL181°21.57%60.00%
HSB/HSV181°25.14%68.63%
CMYK25.14%0.57%0.00%
31.37%

Color #83AEAF in popluar number systems.

HEX83AEAF
Decimal131174175
Binary100000111010111010101111
Octal203256257

Shades and tints

Shades of #83AEAF

#83AEAF
(131,174,175)
#789FA0
(120,159,160)
#6D9091
(109,144,145)
#628182
(98,129,130)
#577273
(87,114,115)
#4C6364
(76,99,100)
#415455
(65,84,85)
#364546
(54,69,70)
#2B3637
(43,54,55)
#202728
(32,39,40)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #83AEAF

#83AEAF
(131,174,175)
#8EB5B6
(142,181,182)
#99BCBD
(153,188,189)
#A4C3C4
(164,195,196)
#AFCACB
(175,202,203)
#BAD1D2
(186,209,210)
#C5D8D9
(197,216,217)
#D0DFE0
(208,223,224)
#DBE6E7
(219,230,231)
#E6EDEE
(230,237,238)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AEAF; }

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

This text font color is #83AEAF.


Background Color

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

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

This div background color is #83AEAF.


Border color

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

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

This div border color is #83AEAF.


Opacity

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

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

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

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

This text has shadow with #83AEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AEAF on black background.


Color preview on white background

This text has color #83AEAF on white background.



Black color preview on #83AEAF background

This text has black color on #83AEAF background.


White color preview on #83AEAF background

This text has white color on #83AEAF background.