COLOR #83CDB7

HEX: #83CDB7 RGB: (131,205,183)

Color info

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

RGB color model

#83CDB7 color RGB value is (131,205,183).

RGB: (131,205,183) (51%, 80%, 72%)

RGB channels and saturation

R 131 of 255 = 51%
G 205 of 255 = 80%
B 183 of 255 = 72%

131
205
183

R + G + B ~ 68%. #83CDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 205 + 183 = 519 (100%)
R 131 of 519 ~ 25.24%
G 205 of 519 ~ 39.5%
B 183 of 519 ~ 35.26'%

%25.24
%39.5
%35.26

CMYK color model

#83CDB7 color CMYK value is (36,0,11,20).

  • cyan value is 36.10%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 19.61%

CMYK: (36,0,11,20)
C36M0Y11K20 (36%, 0%, 11%, 20%)
(0.36 / 0.00 / 0.11 / 0.20)

CMYK percentages

%36.1
%0
%10.73
%19.61

Codes

Color #83CDB7 in popluar color models

83 CD B7
RGB 131 205 183
HSL 162° 42.53% 65.88%
HSB/HSV 162° 36.10% 80.39%
CMYK 36.10% 0.00% 10.73%
19.61%

Color #83CDB7 in popluar number systems.

HEX 83 CD B7
Decimal 131 205 183
Binary 10000011 11001101 10110111
Octal 203 315 267

Shades and tints

Shades of #83CDB7

#83CDB7
(131,205,183)
#78BBA7
(120,187,167)
#6DA997
(109,169,151)
#629787
(98,151,135)
#578577
(87,133,119)
#4C7367
(76,115,103)
#416157
(65,97,87)
#364F47
(54,79,71)
#2B3D37
(43,61,55)
#202B27
(32,43,39)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #83CDB7

#83CDB7
(131,205,183)
#8ED1BD
(142,209,189)
#99D5C3
(153,213,195)
#A4D9C9
(164,217,201)
#AFDDCF
(175,221,207)
#BAE1D5
(186,225,213)
#C5E5DB
(197,229,219)
#D0E9E1
(208,233,225)
#DBEDE7
(219,237,231)
#E6F1ED
(230,241,237)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CDB7 color. Also use rgb(131,205,183) instead hex code.

Text Font Color

.myTextColor { color: #83CDB7; }

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

This text font color is #83CDB7.

Background Color

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

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

This div background color is #83CDB7.

Border color

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

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

This div border color is #83CDB7.

Opacity

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

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

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

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

This text has shadow with #83CDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83CDB7.

Preview

Color preview on black background

This text has color #83CDB7 on black background.


Color preview on white background

This text has color #83CDB7 on white background.


Black color preview on #83CDB7 background

This text has black color on #83CDB7 background.


White color preview on #83CDB7 background

This text has white color on #83CDB7 background.


Related colors

Complementary color

Complementary color for #hex is #7C3248.


I love getcolorcode.com

Triadic colors

1 #B783CD and #CDB783 with #83CDB7 are triadic colors.

2 #B7CD83 and #CD83B7 with #83CDB7 are triadic colors.