COLOR #83EBDF

HEX: #83EBDF
RGB: (131,235,223)

Color info

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

RGB color model

#83EBDF color RGB value is (131,235,223).

  • red value is 131;
  • green value is 235;
  • blue value is 223.
RGB:
(131,235,223)
(51%,92%,87%)

RGB channels and saturation

R 131 of 255 = 51%
G 235 of 255 = 92%
B 223 of 255 = 87%

131
235
223

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

Portions of RGB colors in percentages

R + G + B =
131 + 235 + 223 = 589 (100%)
R 131 of 589 ~ 22.24%
G 235 of 589 ~ 39.9%
B 223 of 589 ~ 37.86%

%22.24
%39.9
%37.86

CMYK color model

#83EBDF color CMYK value is (44,0,5,8).

  • cyan value is 44.26%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 7.84%
CMYK:
(44,0,5,8)
C44M0Y5K8 
(44%,0%,5%,8%)
(0.44/0.00/0.05/0.08)	

CMYK percentages

%44.26
%0
%5.11
%7.84

Codes

Color #83EBDF in popluar color models

83EBDF
RGB131235223
HSL173°72.22%71.76%
HSB/HSV173°44.26%92.16%
CMYK44.26%0.00%5.11%
7.84%

Color #83EBDF in popluar number systems.

HEX83EBDF
Decimal131235223
Binary100000111110101111011111
Octal203353337

Shades and tints

Shades of #83EBDF

#83EBDF
(131,235,223)
#78D6CB
(120,214,203)
#6DC1B7
(109,193,183)
#62ACA3
(98,172,163)
#57978F
(87,151,143)
#4C827B
(76,130,123)
#416D67
(65,109,103)
#365853
(54,88,83)
#2B433F
(43,67,63)
#202E2B
(32,46,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #83EBDF

#83EBDF
(131,235,223)
#8EECE1
(142,236,225)
#99EDE3
(153,237,227)
#A4EEE5
(164,238,229)
#AFEFE7
(175,239,231)
#BAF0E9
(186,240,233)
#C5F1EB
(197,241,235)
#D0F2ED
(208,242,237)
#DBF3EF
(219,243,239)
#E6F4F1
(230,244,241)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83EBDF color. Also use rgb(131,235,223) instead hex code.

Text Font Color

.myTextColor { color: #83EBDF; }

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

This text font color is #83EBDF.


Background Color

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

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

This div background color is #83EBDF.


Border color

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

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

This div border color is #83EBDF.


Opacity

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

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

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

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

This text has shadow with #83EBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83EBDF on black background.


Color preview on white background

This text has color #83EBDF on white background.



Black color preview on #83EBDF background

This text has black color on #83EBDF background.


White color preview on #83EBDF background

This text has white color on #83EBDF background.