COLOR #83D4CE

HEX: #83D4CE RGB: (131,212,206)

Color info

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

RGB color model

#83D4CE color RGB value is (131,212,206).

RGB: (131,212,206) (51%, 83%, 81%)

RGB channels and saturation

R 131 of 255 = 51%
G 212 of 255 = 83%
B 206 of 255 = 81%

131
212
206

R + G + B ~ 72%. #83D4CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 212 + 206 = 549 (100%)
R 131 of 549 ~ 23.86%
G 212 of 549 ~ 38.62%
B 206 of 549 ~ 37.52'%

%23.86
%38.62
%37.52

CMYK color model

#83D4CE color CMYK value is (38,0,3,17).

  • cyan value is 38.21%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 16.86%

CMYK: (38,0,3,17)
C38M0Y3K17 (38%, 0%, 3%, 17%)
(0.38 / 0.00 / 0.03 / 0.17)

CMYK percentages

%38.21
%0
%2.83
%16.86

Codes

Color #83D4CE in popluar color models

83 D4 CE
RGB 131 212 206
HSL 176° 48.50% 67.25%
HSB/HSV 176° 38.21% 83.14%
CMYK 38.21% 0.00% 2.83%
16.86%

Color #83D4CE in popluar number systems.

HEX 83 D4 CE
Decimal 131 212 206
Binary 10000011 11010100 11001110
Octal 203 324 316

Shades and tints

Shades of #83D4CE

#83D4CE
(131,212,206)
#78C1BC
(120,193,188)
#6DAEAA
(109,174,170)
#629B98
(98,155,152)
#578886
(87,136,134)
#4C7574
(76,117,116)
#416262
(65,98,98)
#364F50
(54,79,80)
#2B3C3E
(43,60,62)
#20292C
(32,41,44)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #83D4CE

#83D4CE
(131,212,206)
#8ED7D2
(142,215,210)
#99DAD6
(153,218,214)
#A4DDDA
(164,221,218)
#AFE0DE
(175,224,222)
#BAE3E2
(186,227,226)
#C5E6E6
(197,230,230)
#D0E9EA
(208,233,234)
#DBECEE
(219,236,238)
#E6EFF2
(230,239,242)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D4CE color. Also use rgb(131,212,206) instead hex code.

Text Font Color

.myTextColor { color: #83D4CE; }

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

This text font color is #83D4CE.

Background Color

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

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

This div background color is #83D4CE.

Border color

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

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

This div border color is #83D4CE.

Opacity

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

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

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

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

This text has shadow with #83D4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83D4CE.

Preview

Color preview on black background

This text has color #83D4CE on black background.


Color preview on white background

This text has color #83D4CE on white background.


Black color preview on #83D4CE background

This text has black color on #83D4CE background.


White color preview on #83D4CE background

This text has white color on #83D4CE background.


Related colors

Complementary color

Complementary color for #hex is #7C2B31.


I love getcolorcode.com

Triadic colors

1 #CE83D4 and #D4CE83 with #83D4CE are triadic colors.

2 #CED483 and #D483CE with #83D4CE are triadic colors.