COLOR #83DFDE

HEX: #83DFDE
RGB: (131,223,222)

Color info

#83DFDE contains mainly green and blue colors. Web safe color of #83DFDE is #99CCCC (or #9CC).

RGB color model

#83DFDE color RGB value is (131,223,222).

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

RGB channels and saturation

R 131 of 255 = 51%
G 223 of 255 = 87%
B 222 of 255 = 87%

131
223
222

R + G + B ~ 75%. #83DFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 223 + 222 = 576 (100%)
R 131 of 576 ~ 22.74%
G 223 of 576 ~ 38.72%
B 222 of 576 ~ 38.54%

%22.74
%38.72
%38.54

CMYK color model

#83DFDE color CMYK value is (41,0,0,13).

  • cyan value is 41.26%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.55%
CMYK:
(41,0,0,13)
C41M0Y0K13 
(41%,0%,0%,13%)
(0.41/0.00/0.00/0.13)	

CMYK percentages

%41.26
%0
%0.45
%12.55

Codes

Color #83DFDE in popluar color models

83DFDE
RGB131223222
HSL179°58.97%69.41%
HSB/HSV179°41.26%87.45%
CMYK41.26%0.00%0.45%
12.55%

Color #83DFDE in popluar number systems.

HEX83DFDE
Decimal131223222
Binary100000111101111111011110
Octal203337336

Shades and tints

Shades of #83DFDE

#83DFDE
(131,223,222)
#78CBCA
(120,203,202)
#6DB7B6
(109,183,182)
#62A3A2
(98,163,162)
#578F8E
(87,143,142)
#4C7B7A
(76,123,122)
#416766
(65,103,102)
#365352
(54,83,82)
#2B3F3E
(43,63,62)
#202B2A
(32,43,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #83DFDE

#83DFDE
(131,223,222)
#8EE1E1
(142,225,225)
#99E3E4
(153,227,228)
#A4E5E7
(164,229,231)
#AFE7EA
(175,231,234)
#BAE9ED
(186,233,237)
#C5EBF0
(197,235,240)
#D0EDF3
(208,237,243)
#DBEFF6
(219,239,246)
#E6F1F9
(230,241,249)
#F1F3FC
(241,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DFDE; }

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

This text font color is #83DFDE.


Background Color

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

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

This div background color is #83DFDE.


Border color

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

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

This div border color is #83DFDE.


Opacity

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

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

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

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

This text has shadow with #83DFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DFDE on black background.


Color preview on white background

This text has color #83DFDE on white background.



Black color preview on #83DFDE background

This text has black color on #83DFDE background.


White color preview on #83DFDE background

This text has white color on #83DFDE background.