COLOR #83DDC0

HEX: #83DDC0 RGB: (131,221,192)

Color info

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

RGB color model

#83DDC0 color RGB value is (131,221,192).

RGB: (131,221,192) (51%, 87%, 75%)

RGB channels and saturation

R 131 of 255 = 51%
G 221 of 255 = 87%
B 192 of 255 = 75%

131
221
192

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

Portions of RGB colors in percentages

R + G + B = 131 + 221 + 192 = 544 (100%)
R 131 of 544 ~ 24.08%
G 221 of 544 ~ 40.63%
B 192 of 544 ~ 35.29'%

%24.08
%40.63
%35.29

CMYK color model

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

  • cyan value is 40.72%
  • magenta value is 0.00%
  • yellow value is 13.12%
  • key color value is 13.33%

CMYK: (41,0,13,13)
C41M0Y13K13 (41%, 0%, 13%, 13%)
(0.41 / 0.00 / 0.13 / 0.13)

CMYK percentages

%40.72
%0
%13.12
%13.33

Codes

Color #83DDC0 in popluar color models

83 DD C0
RGB 131 221 192
HSL 161° 56.96% 69.02%
HSB/HSV 161° 40.72% 86.67%
CMYK 40.72% 0.00% 13.12%
13.33%

Color #83DDC0 in popluar number systems.

HEX 83 DD C0
Decimal 131 221 192
Binary 10000011 11011101 11000000
Octal 203 335 300

Shades and tints

Shades of #83DDC0

#83DDC0
(131,221,192)
#78C9AF
(120,201,175)
#6DB59E
(109,181,158)
#62A18D
(98,161,141)
#578D7C
(87,141,124)
#4C796B
(76,121,107)
#41655A
(65,101,90)
#365149
(54,81,73)
#2B3D38
(43,61,56)
#202927
(32,41,39)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #83DDC0

#83DDC0
(131,221,192)
#8EE0C5
(142,224,197)
#99E3CA
(153,227,202)
#A4E6CF
(164,230,207)
#AFE9D4
(175,233,212)
#BAECD9
(186,236,217)
#C5EFDE
(197,239,222)
#D0F2E3
(208,242,227)
#DBF5E8
(219,245,232)
#E6F8ED
(230,248,237)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DDC0 color. Also use rgb(131,221,192) instead hex code.

Text Font Color

.myTextColor { color: #83DDC0; }

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

This text font color is #83DDC0.

Background Color

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

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

This div background color is #83DDC0.

Border color

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

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

This div border color is #83DDC0.

Opacity

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

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

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

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

This text has shadow with #83DDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DDC0.

Preview

Color preview on black background

This text has color #83DDC0 on black background.


Color preview on white background

This text has color #83DDC0 on white background.


Black color preview on #83DDC0 background

This text has black color on #83DDC0 background.


White color preview on #83DDC0 background

This text has white color on #83DDC0 background.


Related colors

Complementary color

Complementary color for #hex is #7C223F.


I love getcolorcode.com

Triadic colors

1 #C083DD and #DDC083 with #83DDC0 are triadic colors.

2 #C0DD83 and #DD83C0 with #83DDC0 are triadic colors.