COLOR #83CD9C

HEX: #83CD9C RGB: (131,205,156)

Color info

#83CD9C contains mainly green and blue colors. Web safe color of #83CD9C is #99CC99 (or #9C9).

RGB color model

#83CD9C color RGB value is (131,205,156).

RGB: (131,205,156) (51%, 80%, 61%)

RGB channels and saturation

R 131 of 255 = 51%
G 205 of 255 = 80%
B 156 of 255 = 61%

131
205
156

R + G + B ~ 64%. #83CD9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 205 + 156 = 492 (100%)
R 131 of 492 ~ 26.63%
G 205 of 492 ~ 41.67%
B 156 of 492 ~ 31.71'%

%26.63
%41.67
%31.71

CMYK color model

#83CD9C color CMYK value is (36,0,24,20).

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

CMYK: (36,0,24,20)
C36M0Y24K20 (36%, 0%, 24%, 20%)
(0.36 / 0.00 / 0.24 / 0.20)

CMYK percentages

%36.1
%0
%23.9
%19.61

Codes

Color #83CD9C in popluar color models

83 CD 9C
RGB 131 205 156
HSL 140° 42.53% 65.88%
HSB/HSV 140° 36.10% 80.39%
CMYK 36.10% 0.00% 23.90%
19.61%

Color #83CD9C in popluar number systems.

HEX 83 CD 9C
Decimal 131 205 156
Binary 10000011 11001101 10011100
Octal 203 315 234

Shades and tints

Shades of #83CD9C

#83CD9C
(131,205,156)
#78BB8E
(120,187,142)
#6DA980
(109,169,128)
#629772
(98,151,114)
#578564
(87,133,100)
#4C7356
(76,115,86)
#416148
(65,97,72)
#364F3A
(54,79,58)
#2B3D2C
(43,61,44)
#202B1E
(32,43,30)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #83CD9C

#83CD9C
(131,205,156)
#8ED1A5
(142,209,165)
#99D5AE
(153,213,174)
#A4D9B7
(164,217,183)
#AFDDC0
(175,221,192)
#BAE1C9
(186,225,201)
#C5E5D2
(197,229,210)
#D0E9DB
(208,233,219)
#DBEDE4
(219,237,228)
#E6F1ED
(230,241,237)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CD9C; }

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

This text font color is #83CD9C.

Background Color

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

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

This div background color is #83CD9C.

Border color

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

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

This div border color is #83CD9C.

Opacity

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

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

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

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

This text has shadow with #83CD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83CD9C.

Preview

Color preview on black background

This text has color #83CD9C on black background.


Color preview on white background

This text has color #83CD9C on white background.


Black color preview on #83CD9C background

This text has black color on #83CD9C background.


White color preview on #83CD9C background

This text has white color on #83CD9C background.


Related colors

Complementary color

Complementary color for #hex is #7C3263.


I love getcolorcode.com

Triadic colors

1 #9C83CD and #CD9C83 with #83CD9C are triadic colors.

2 #9CCD83 and #CD839C with #83CD9C are triadic colors.