COLOR #83EEE1

HEX: #83EEE1
RGB: (131,238,225)

Color info

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

RGB color model

#83EEE1 color RGB value is (131,238,225).

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

RGB channels and saturation

R 131 of 255 = 51%
G 238 of 255 = 93%
B 225 of 255 = 88%

131
238
225

R + G + B ~ 77%. #83EEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 238 + 225 = 594 (100%)
R 131 of 594 ~ 22.05%
G 238 of 594 ~ 40.07%
B 225 of 594 ~ 37.88%

%22.05
%40.07
%37.88

CMYK color model

#83EEE1 color CMYK value is (45,0,5,7).

  • cyan value is 44.96%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK:
(45,0,5,7)
C45M0Y5K7 
(45%,0%,5%,7%)
(0.45/0.00/0.05/0.07)	

CMYK percentages

%44.96
%0
%5.46
%6.67

Codes

Color #83EEE1 in popluar color models

83EEE1
RGB131238225
HSL173°75.89%72.35%
HSB/HSV173°44.96%93.33%
CMYK44.96%0.00%5.46%
6.67%

Color #83EEE1 in popluar number systems.

HEX83EEE1
Decimal131238225
Binary100000111110111011100001
Octal203356341

Shades and tints

Shades of #83EEE1

#83EEE1
(131,238,225)
#78D9CD
(120,217,205)
#6DC4B9
(109,196,185)
#62AFA5
(98,175,165)
#579A91
(87,154,145)
#4C857D
(76,133,125)
#417069
(65,112,105)
#365B55
(54,91,85)
#2B4641
(43,70,65)
#20312D
(32,49,45)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #83EEE1

#83EEE1
(131,238,225)
#8EEFE3
(142,239,227)
#99F0E5
(153,240,229)
#A4F1E7
(164,241,231)
#AFF2E9
(175,242,233)
#BAF3EB
(186,243,235)
#C5F4ED
(197,244,237)
#D0F5EF
(208,245,239)
#DBF6F1
(219,246,241)
#E6F7F3
(230,247,243)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83EEE1; }

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

This text font color is #83EEE1.


Background Color

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

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

This div background color is #83EEE1.


Border color

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

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

This div border color is #83EEE1.


Opacity

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

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

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

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

This text has shadow with #83EEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83EEE1 on black background.


Color preview on white background

This text has color #83EEE1 on white background.



Black color preview on #83EEE1 background

This text has black color on #83EEE1 background.


White color preview on #83EEE1 background

This text has white color on #83EEE1 background.