COLOR #83C9CE

HEX: #83C9CE RGB: (131,201,206)

Color info

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

RGB color model

#83C9CE color RGB value is (131,201,206).

RGB: (131,201,206) (51%, 79%, 81%)

RGB channels and saturation

R 131 of 255 = 51%
G 201 of 255 = 79%
B 206 of 255 = 81%

131
201
206

R + G + B ~ 70%. #83C9CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 201 + 206 = 538 (100%)
R 131 of 538 ~ 24.35%
G 201 of 538 ~ 37.36%
B 206 of 538 ~ 38.29'%

%24.35
%37.36
%38.29

CMYK color model

#83C9CE color CMYK value is (36,2,0,19).

  • cyan value is 36.41%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (36,2,0,19)
C36M2Y0K19 (36%, 2%, 0%, 19%)
(0.36 / 0.02 / 0.00 / 0.19)

CMYK percentages

%36.41
%2.43
%0
%19.22

Codes

Color #83C9CE in popluar color models

83 C9 CE
RGB 131 201 206
HSL 184° 43.35% 66.08%
HSB/HSV 184° 36.41% 80.78%
CMYK 36.41% 2.43% 0.00%
19.22%

Color #83C9CE in popluar number systems.

HEX 83 C9 CE
Decimal 131 201 206
Binary 10000011 11001001 11001110
Octal 203 311 316

Shades and tints

Shades of #83C9CE

#83C9CE
(131,201,206)
#78B7BC
(120,183,188)
#6DA5AA
(109,165,170)
#629398
(98,147,152)
#578186
(87,129,134)
#4C6F74
(76,111,116)
#415D62
(65,93,98)
#364B50
(54,75,80)
#2B393E
(43,57,62)
#20272C
(32,39,44)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #83C9CE

#83C9CE
(131,201,206)
#8ECDD2
(142,205,210)
#99D1D6
(153,209,214)
#A4D5DA
(164,213,218)
#AFD9DE
(175,217,222)
#BADDE2
(186,221,226)
#C5E1E6
(197,225,230)
#D0E5EA
(208,229,234)
#DBE9EE
(219,233,238)
#E6EDF2
(230,237,242)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C9CE; }

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

This text font color is #83C9CE.

Background Color

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

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

This div background color is #83C9CE.

Border color

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

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

This div border color is #83C9CE.

Opacity

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

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

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

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

This text has shadow with #83C9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C9CE.

Preview

Color preview on black background

This text has color #83C9CE on black background.


Color preview on white background

This text has color #83C9CE on white background.


Black color preview on #83C9CE background

This text has black color on #83C9CE background.


White color preview on #83C9CE background

This text has white color on #83C9CE background.


Related colors

Complementary color

Complementary color for #hex is #7C3631.


I love getcolorcode.com

Triadic colors

1 #CE83C9 and #C9CE83 with #83C9CE are triadic colors.

2 #CEC983 and #C983CE with #83C9CE are triadic colors.