COLOR #83FFE3

HEX: #83FFE3
RGB: (131,255,227)

Color info

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

RGB color model

#83FFE3 color RGB value is (131,255,227).

  • red value is 131;
  • green value is 255;
  • blue value is 227.
RGB:
(131,255,227)
(51%,100%,89%)

RGB channels and saturation

R 131 of 255 = 51%
G 255 of 255 = 100%
B 227 of 255 = 89%

131
255
227

R + G + B ~ 80%. #83FFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 255 + 227 = 613 (100%)
R 131 of 613 ~ 21.37%
G 255 of 613 ~ 41.6%
B 227 of 613 ~ 37.03%

%21.37
%41.6
%37.03

CMYK color model

#83FFE3 color CMYK value is (49,0,11,0).

  • cyan value is 48.63%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(49,0,11,0)
C49M0Y11K0 
(49%,0%,11%,0%)
(0.49/0.00/0.11/0.00)	

CMYK percentages

%48.63
%0
%10.98
%0

Codes

Color #83FFE3 in popluar color models

83FFE3
RGB131255227
HSL166°100.00%75.69%
HSB/HSV166°48.63%100.00%
CMYK48.63%0.00%10.98%
0.00%

Color #83FFE3 in popluar number systems.

HEX83FFE3
Decimal131255227
Binary100000111111111111100011
Octal203377343

Shades and tints

Shades of #83FFE3

#83FFE3
(131,255,227)
#78E8CF
(120,232,207)
#6DD1BB
(109,209,187)
#62BAA7
(98,186,167)
#57A393
(87,163,147)
#4C8C7F
(76,140,127)
#41756B
(65,117,107)
#365E57
(54,94,87)
#2B4743
(43,71,67)
#20302F
(32,48,47)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #83FFE3

#83FFE3
(131,255,227)
#8EFFE5
(142,255,229)
#99FFE7
(153,255,231)
#A4FFE9
(164,255,233)
#AFFFEB
(175,255,235)
#BAFFED
(186,255,237)
#C5FFEF
(197,255,239)
#D0FFF1
(208,255,241)
#DBFFF3
(219,255,243)
#E6FFF5
(230,255,245)
#F1FFF7
(241,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83FFE3 color. Also use rgb(131,255,227) instead hex code.

Text Font Color

.myTextColor { color: #83FFE3; }

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

This text font color is #83FFE3.


Background Color

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

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

This div background color is #83FFE3.


Border color

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

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

This div border color is #83FFE3.


Opacity

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

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

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

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

This text has shadow with #83FFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83FFE3 on black background.


Color preview on white background

This text has color #83FFE3 on white background.



Black color preview on #83FFE3 background

This text has black color on #83FFE3 background.


White color preview on #83FFE3 background

This text has white color on #83FFE3 background.