COLOR #83DADE

HEX: #83DADE
RGB: (131,218,222)

Color info

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

RGB color model

#83DADE color RGB value is (131,218,222).

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

RGB channels and saturation

R 131 of 255 = 51%
G 218 of 255 = 85%
B 222 of 255 = 87%

131
218
222

R + G + B ~ 74%. #83DADE is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 218 + 222 = 571 (100%)
R 131 of 571 ~ 22.94%
G 218 of 571 ~ 38.18%
B 222 of 571 ~ 38.88%

%22.94
%38.18
%38.88

CMYK color model

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

  • cyan value is 40.99%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(41,2,0,13)
C41M2Y0K13 
(41%,2%,0%,13%)
(0.41/0.02/0.00/0.13)	

CMYK percentages

%40.99
%1.8
%0
%12.94

Codes

Color #83DADE in popluar color models

83DADE
RGB131218222
HSL183°57.96%69.22%
HSB/HSV183°40.99%87.06%
CMYK40.99%1.80%0.00%
12.94%

Color #83DADE in popluar number systems.

HEX83DADE
Decimal131218222
Binary100000111101101011011110
Octal203332336

Shades and tints

Shades of #83DADE

#83DADE
(131,218,222)
#78C7CA
(120,199,202)
#6DB4B6
(109,180,182)
#62A1A2
(98,161,162)
#578E8E
(87,142,142)
#4C7B7A
(76,123,122)
#416866
(65,104,102)
#365552
(54,85,82)
#2B423E
(43,66,62)
#202F2A
(32,47,42)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #83DADE

#83DADE
(131,218,222)
#8EDDE1
(142,221,225)
#99E0E4
(153,224,228)
#A4E3E7
(164,227,231)
#AFE6EA
(175,230,234)
#BAE9ED
(186,233,237)
#C5ECF0
(197,236,240)
#D0EFF3
(208,239,243)
#DBF2F6
(219,242,246)
#E6F5F9
(230,245,249)
#F1F8FC
(241,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DADE; }

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

This text font color is #83DADE.


Background Color

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

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

This div background color is #83DADE.


Border color

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

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

This div border color is #83DADE.


Opacity

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

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

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

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

This text has shadow with #83DADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DADE on black background.


Color preview on white background

This text has color #83DADE on white background.



Black color preview on #83DADE background

This text has black color on #83DADE background.


White color preview on #83DADE background

This text has white color on #83DADE background.