COLOR #83E7D8

HEX: #83E7D8
RGB: (131,231,216)

Color info

#83E7D8 contains mainly green and blue colors. Web safe color of #83E7D8 is #99FFCC (or #9FC).

RGB color model

#83E7D8 color RGB value is (131,231,216).

  • red value is 131;
  • green value is 231;
  • blue value is 216.
RGB:
(131,231,216)
(51%,91%,85%)

RGB channels and saturation

R 131 of 255 = 51%
G 231 of 255 = 91%
B 216 of 255 = 85%

131
231
216

R + G + B ~ 76%. #83E7D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 231 + 216 = 578 (100%)
R 131 of 578 ~ 22.66%
G 231 of 578 ~ 39.97%
B 216 of 578 ~ 37.37%

%22.66
%39.97
%37.37

CMYK color model

#83E7D8 color CMYK value is (43,0,6,9).

  • cyan value is 43.29%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 9.41%
CMYK:
(43,0,6,9)
C43M0Y6K9 
(43%,0%,6%,9%)
(0.43/0.00/0.06/0.09)	

CMYK percentages

%43.29
%0
%6.49
%9.41

Codes

Color #83E7D8 in popluar color models

83E7D8
RGB131231216
HSL171°67.57%70.98%
HSB/HSV171°43.29%90.59%
CMYK43.29%0.00%6.49%
9.41%

Color #83E7D8 in popluar number systems.

HEX83E7D8
Decimal131231216
Binary100000111110011111011000
Octal203347330

Shades and tints

Shades of #83E7D8

#83E7D8
(131,231,216)
#78D2C5
(120,210,197)
#6DBDB2
(109,189,178)
#62A89F
(98,168,159)
#57938C
(87,147,140)
#4C7E79
(76,126,121)
#416966
(65,105,102)
#365453
(54,84,83)
#2B3F40
(43,63,64)
#202A2D
(32,42,45)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #83E7D8

#83E7D8
(131,231,216)
#8EE9DB
(142,233,219)
#99EBDE
(153,235,222)
#A4EDE1
(164,237,225)
#AFEFE4
(175,239,228)
#BAF1E7
(186,241,231)
#C5F3EA
(197,243,234)
#D0F5ED
(208,245,237)
#DBF7F0
(219,247,240)
#E6F9F3
(230,249,243)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E7D8 color. Also use rgb(131,231,216) instead hex code.

Text Font Color

.myTextColor { color: #83E7D8; }

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

This text font color is #83E7D8.


Background Color

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

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

This div background color is #83E7D8.


Border color

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

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

This div border color is #83E7D8.


Opacity

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

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

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

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

This text has shadow with #83E7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E7D8 on black background.


Color preview on white background

This text has color #83E7D8 on white background.



Black color preview on #83E7D8 background

This text has black color on #83E7D8 background.


White color preview on #83E7D8 background

This text has white color on #83E7D8 background.