COLOR #83D5BE

HEX: #83D5BE
RGB: (131,213,190)

Color info

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

RGB color model

#83D5BE color RGB value is (131,213,190).

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

RGB channels and saturation

R 131 of 255 = 51%
G 213 of 255 = 84%
B 190 of 255 = 75%

131
213
190

R + G + B ~ 70%. #83D5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 213 + 190 = 534 (100%)
R 131 of 534 ~ 24.53%
G 213 of 534 ~ 39.89%
B 190 of 534 ~ 35.58%

%24.53
%39.89
%35.58

CMYK color model

#83D5BE color CMYK value is (38,0,11,16).

  • cyan value is 38.50%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(38,0,11,16)
C38M0Y11K16 
(38%,0%,11%,16%)
(0.38/0.00/0.11/0.16)	

CMYK percentages

%38.5
%0
%10.8
%16.47

Codes

Color #83D5BE in popluar color models

83D5BE
RGB131213190
HSL163°49.40%67.45%
HSB/HSV163°38.50%83.53%
CMYK38.50%0.00%10.80%
16.47%

Color #83D5BE in popluar number systems.

HEX83D5BE
Decimal131213190
Binary100000111101010110111110
Octal203325276

Shades and tints

Shades of #83D5BE

#83D5BE
(131,213,190)
#78C2AD
(120,194,173)
#6DAF9C
(109,175,156)
#629C8B
(98,156,139)
#57897A
(87,137,122)
#4C7669
(76,118,105)
#416358
(65,99,88)
#365047
(54,80,71)
#2B3D36
(43,61,54)
#202A25
(32,42,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #83D5BE

#83D5BE
(131,213,190)
#8ED8C3
(142,216,195)
#99DBC8
(153,219,200)
#A4DECD
(164,222,205)
#AFE1D2
(175,225,210)
#BAE4D7
(186,228,215)
#C5E7DC
(197,231,220)
#D0EAE1
(208,234,225)
#DBEDE6
(219,237,230)
#E6F0EB
(230,240,235)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D5BE; }

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

This text font color is #83D5BE.


Background Color

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

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

This div background color is #83D5BE.


Border color

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

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

This div border color is #83D5BE.


Opacity

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

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

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

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

This text has shadow with #83D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D5BE on black background.


Color preview on white background

This text has color #83D5BE on white background.



Black color preview on #83D5BE background

This text has black color on #83D5BE background.


White color preview on #83D5BE background

This text has white color on #83D5BE background.