COLOR #83ECD7

HEX: #83ECD7 RGB: (131,236,215)

Color info

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

RGB color model

#83ECD7 color RGB value is (131,236,215).

RGB: (131,236,215) (51%, 93%, 84%)

RGB channels and saturation

R 131 of 255 = 51%
G 236 of 255 = 93%
B 215 of 255 = 84%

131
236
215

R + G + B ~ 76%. #83ECD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 236 + 215 = 582 (100%)
R 131 of 582 ~ 22.51%
G 236 of 582 ~ 40.55%
B 215 of 582 ~ 36.94'%

%22.51
%40.55
%36.94

CMYK color model

#83ECD7 color CMYK value is (44,0,9,7).

  • cyan value is 44.49%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 7.45%

CMYK: (44,0,9,7)
C44M0Y9K7 (44%, 0%, 9%, 7%)
(0.44 / 0.00 / 0.09 / 0.07)

CMYK percentages

%44.49
%0
%8.9
%7.45

Codes

Color #83ECD7 in popluar color models

83 EC D7
RGB 131 236 215
HSL 168° 73.43% 71.96%
HSB/HSV 168° 44.49% 92.55%
CMYK 44.49% 0.00% 8.90%
7.45%

Color #83ECD7 in popluar number systems.

HEX 83 EC D7
Decimal 131 236 215
Binary 10000011 11101100 11010111
Octal 203 354 327

Shades and tints

Shades of #83ECD7

#83ECD7
(131,236,215)
#78D7C4
(120,215,196)
#6DC2B1
(109,194,177)
#62AD9E
(98,173,158)
#57988B
(87,152,139)
#4C8378
(76,131,120)
#416E65
(65,110,101)
#365952
(54,89,82)
#2B443F
(43,68,63)
#202F2C
(32,47,44)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #83ECD7

#83ECD7
(131,236,215)
#8EEDDA
(142,237,218)
#99EEDD
(153,238,221)
#A4EFE0
(164,239,224)
#AFF0E3
(175,240,227)
#BAF1E6
(186,241,230)
#C5F2E9
(197,242,233)
#D0F3EC
(208,243,236)
#DBF4EF
(219,244,239)
#E6F5F2
(230,245,242)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83ECD7 color. Also use rgb(131,236,215) instead hex code.

Text Font Color

.myTextColor { color: #83ECD7; }

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

This text font color is #83ECD7.

Background Color

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

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

This div background color is #83ECD7.

Border color

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

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

This div border color is #83ECD7.

Opacity

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

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

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

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

This text has shadow with #83ECD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83ECD7.

Preview

Color preview on black background

This text has color #83ECD7 on black background.


Color preview on white background

This text has color #83ECD7 on white background.


Black color preview on #83ECD7 background

This text has black color on #83ECD7 background.


White color preview on #83ECD7 background

This text has white color on #83ECD7 background.


Related colors

Complementary color

Complementary color for #hex is #7C1328.


I love getcolorcode.com

Triadic colors

1 #D783EC and #ECD783 with #83ECD7 are triadic colors.

2 #D7EC83 and #EC83D7 with #83ECD7 are triadic colors.