COLOR #83B2AD

HEX: #83B2AD
RGB: (131,178,173)

Color info

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

RGB color model

#83B2AD color RGB value is (131,178,173).

  • red value is 131;
  • green value is 178;
  • blue value is 173.
RGB: (131,178,173) (51%,70%,68%)

RGB channels and saturation

R 131 of 255 = 51%
G 178 of 255 = 70%
B 173 of 255 = 68%

131
178
173

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

Portions of RGB colors in percentages

R + G + B =
131 + 178 + 173 = 482 (100%)
R 131 of 482 ~ 27.18%
G 178 of 482 ~ 36.93%
B 173 of 482 ~ 35.89%

%27.18
%36.93
%35.89

CMYK color model

#83B2AD color CMYK value is (26,0,3,30).

  • cyan value is 26.40%
  • magenta value is 0.00%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK: (26,0,3,30) C26M0Y3K30 (26%,0%,3%,30%) (0.26/0.00/0.03/0.30)

CMYK percentages

%26.4
%0
%2.81
%30.2

Codes

Color #83B2AD in popluar color models

83B2AD
RGB131178173
HSL174°23.38%60.59%
HSB/HSV174°26.40%69.80%
CMYK26.40%0.00%2.81%
30.20%

Color #83B2AD in popluar number systems.

HEX83B2AD
Decimal131178173
Binary100000111011001010101101
Octal203262255

Shades and tints

Shades of #83B2AD

#83B2AD
(131,178,173)
#78A29E
(120,162,158)
#6D928F
(109,146,143)
#628280
(98,130,128)
#577271
(87,114,113)
#4C6262
(76,98,98)
#415253
(65,82,83)
#364244
(54,66,68)
#2B3235
(43,50,53)
#202226
(32,34,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #83B2AD

#83B2AD
(131,178,173)
#8EB9B4
(142,185,180)
#99C0BB
(153,192,187)
#A4C7C2
(164,199,194)
#AFCEC9
(175,206,201)
#BAD5D0
(186,213,208)
#C5DCD7
(197,220,215)
#D0E3DE
(208,227,222)
#DBEAE5
(219,234,229)
#E6F1EC
(230,241,236)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B2AD color. Also use rgb(131,178,173) instead hex code.

Text Font Color

.myTextColor { color: #83B2AD; }

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

This text font color is #83B2AD.


Background Color

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

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

This div background color is #83B2AD.


Border color

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

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

This div border color is #83B2AD.


Opacity

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

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

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

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

This text has shadow with #83B2AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #83B2AD on black background.


Color preview on white background

This text has color #83B2AD on white background.



Black color preview on #83B2AD background

This text has black color on #83B2AD background.


White color preview on #83B2AD background

This text has white color on #83B2AD background.