COLOR #83CCCE

HEX: #83CCCE RGB: (131,204,206)

Color info

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

RGB color model

#83CCCE color RGB value is (131,204,206).

RGB: (131,204,206) (51%, 80%, 81%)

RGB channels and saturation

R 131 of 255 = 51%
G 204 of 255 = 80%
B 206 of 255 = 81%

131
204
206

R + G + B ~ 71%. #83CCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 204 + 206 = 541 (100%)
R 131 of 541 ~ 24.21%
G 204 of 541 ~ 37.71%
B 206 of 541 ~ 38.08'%

%24.21
%37.71
%38.08

CMYK color model

#83CCCE color CMYK value is (36,1,0,19).

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

CMYK: (36,1,0,19)
C36M1Y0K19 (36%, 1%, 0%, 19%)
(0.36 / 0.01 / 0.00 / 0.19)

CMYK percentages

%36.41
%0.97
%0
%19.22

Codes

Color #83CCCE in popluar color models

83 CC CE
RGB 131 204 206
HSL 182° 43.35% 66.08%
HSB/HSV 182° 36.41% 80.78%
CMYK 36.41% 0.97% 0.00%
19.22%

Color #83CCCE in popluar number systems.

HEX 83 CC CE
Decimal 131 204 206
Binary 10000011 11001100 11001110
Octal 203 314 316

Shades and tints

Shades of #83CCCE

#83CCCE
(131,204,206)
#78BABC
(120,186,188)
#6DA8AA
(109,168,170)
#629698
(98,150,152)
#578486
(87,132,134)
#4C7274
(76,114,116)
#416062
(65,96,98)
#364E50
(54,78,80)
#2B3C3E
(43,60,62)
#202A2C
(32,42,44)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #83CCCE

#83CCCE
(131,204,206)
#8ED0D2
(142,208,210)
#99D4D6
(153,212,214)
#A4D8DA
(164,216,218)
#AFDCDE
(175,220,222)
#BAE0E2
(186,224,226)
#C5E4E6
(197,228,230)
#D0E8EA
(208,232,234)
#DBECEE
(219,236,238)
#E6F0F2
(230,240,242)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CCCE; }

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

This text font color is #83CCCE.

Background Color

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

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

This div background color is #83CCCE.

Border color

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

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

This div border color is #83CCCE.

Opacity

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

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

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

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

This text has shadow with #83CCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83CCCE.

Preview

Color preview on black background

This text has color #83CCCE on black background.


Color preview on white background

This text has color #83CCCE on white background.


Black color preview on #83CCCE background

This text has black color on #83CCCE background.


White color preview on #83CCCE background

This text has white color on #83CCCE background.


Related colors

Complementary color

Complementary color for #hex is #7C3331.


I love getcolorcode.com

Triadic colors

1 #CE83CC and #CCCE83 with #83CCCE are triadic colors.

2 #CECC83 and #CC83CE with #83CCCE are triadic colors.