COLOR #83F8E1

HEX: #83F8E1
RGB: (131,248,225)

Color info

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

RGB color model

#83F8E1 color RGB value is (131,248,225).

  • red value is 131;
  • green value is 248;
  • blue value is 225.
RGB:
(131,248,225)
(51%,97%,88%)

RGB channels and saturation

R 131 of 255 = 51%
G 248 of 255 = 97%
B 225 of 255 = 88%

131
248
225

R + G + B ~ 79%. #83F8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 248 + 225 = 604 (100%)
R 131 of 604 ~ 21.69%
G 248 of 604 ~ 41.06%
B 225 of 604 ~ 37.25%

%21.69
%41.06
%37.25

CMYK color model

#83F8E1 color CMYK value is (47,0,9,3).

  • cyan value is 47.18%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 2.75%
CMYK:
(47,0,9,3)
C47M0Y9K3 
(47%,0%,9%,3%)
(0.47/0.00/0.09/0.03)	

CMYK percentages

%47.18
%0
%9.27
%2.75

Codes

Color #83F8E1 in popluar color models

83F8E1
RGB131248225
HSL168°89.31%74.31%
HSB/HSV168°47.18%97.25%
CMYK47.18%0.00%9.27%
2.75%

Color #83F8E1 in popluar number systems.

HEX83F8E1
Decimal131248225
Binary100000111111100011100001
Octal203370341

Shades and tints

Shades of #83F8E1

#83F8E1
(131,248,225)
#78E2CD
(120,226,205)
#6DCCB9
(109,204,185)
#62B6A5
(98,182,165)
#57A091
(87,160,145)
#4C8A7D
(76,138,125)
#417469
(65,116,105)
#365E55
(54,94,85)
#2B4841
(43,72,65)
#20322D
(32,50,45)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #83F8E1

#83F8E1
(131,248,225)
#8EF8E3
(142,248,227)
#99F8E5
(153,248,229)
#A4F8E7
(164,248,231)
#AFF8E9
(175,248,233)
#BAF8EB
(186,248,235)
#C5F8ED
(197,248,237)
#D0F8EF
(208,248,239)
#DBF8F1
(219,248,241)
#E6F8F3
(230,248,243)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83F8E1 color. Also use rgb(131,248,225) instead hex code.

Text Font Color

.myTextColor { color: #83F8E1; }

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

This text font color is #83F8E1.


Background Color

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

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

This div background color is #83F8E1.


Border color

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

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

This div border color is #83F8E1.


Opacity

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

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

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

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

This text has shadow with #83F8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83F8E1 on black background.


Color preview on white background

This text has color #83F8E1 on white background.



Black color preview on #83F8E1 background

This text has black color on #83F8E1 background.


White color preview on #83F8E1 background

This text has white color on #83F8E1 background.