COLOR #83D5BB

HEX: #83D5BB
RGB: (131,213,187)

Color info

#83D5BB contains mainly green and blue colors. Web safe color of #83D5BB is #99CCCC (or #9CC).

RGB color model

#83D5BB color RGB value is (131,213,187).

  • red value is 131;
  • green value is 213;
  • blue value is 187.
RGB:
(131,213,187)
(51%,84%,73%)

RGB channels and saturation

R 131 of 255 = 51%
G 213 of 255 = 84%
B 187 of 255 = 73%

131
213
187

R + G + B ~ 69%. #83D5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 213 + 187 = 531 (100%)
R 131 of 531 ~ 24.67%
G 213 of 531 ~ 40.11%
B 187 of 531 ~ 35.22%

%24.67
%40.11
%35.22

CMYK color model

#83D5BB color CMYK value is (38,0,12,16).

  • cyan value is 38.50%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%
CMYK:
(38,0,12,16)
C38M0Y12K16 
(38%,0%,12%,16%)
(0.38/0.00/0.12/0.16)	

CMYK percentages

%38.5
%0
%12.21
%16.47

Codes

Color #83D5BB in popluar color models

83D5BB
RGB131213187
HSL161°49.40%67.45%
HSB/HSV161°38.50%83.53%
CMYK38.50%0.00%12.21%
16.47%

Color #83D5BB in popluar number systems.

HEX83D5BB
Decimal131213187
Binary100000111101010110111011
Octal203325273

Shades and tints

Shades of #83D5BB

#83D5BB
(131,213,187)
#78C2AA
(120,194,170)
#6DAF99
(109,175,153)
#629C88
(98,156,136)
#578977
(87,137,119)
#4C7666
(76,118,102)
#416355
(65,99,85)
#365044
(54,80,68)
#2B3D33
(43,61,51)
#202A22
(32,42,34)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #83D5BB

#83D5BB
(131,213,187)
#8ED8C1
(142,216,193)
#99DBC7
(153,219,199)
#A4DECD
(164,222,205)
#AFE1D3
(175,225,211)
#BAE4D9
(186,228,217)
#C5E7DF
(197,231,223)
#D0EAE5
(208,234,229)
#DBEDEB
(219,237,235)
#E6F0F1
(230,240,241)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D5BB color. Also use rgb(131,213,187) instead hex code.

Text Font Color

.myTextColor { color: #83D5BB; }

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

This text font color is #83D5BB.


Background Color

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

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

This div background color is #83D5BB.


Border color

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

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

This div border color is #83D5BB.


Opacity

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

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

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

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

This text has shadow with #83D5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D5BB on black background.


Color preview on white background

This text has color #83D5BB on white background.



Black color preview on #83D5BB background

This text has black color on #83D5BB background.


White color preview on #83D5BB background

This text has white color on #83D5BB background.