COLOR #83CEAB

HEX: #83CEAB RGB: (131,206,171)

Color info

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

RGB color model

#83CEAB color RGB value is (131,206,171).

RGB: (131,206,171) (51%, 81%, 67%)

RGB channels and saturation

R 131 of 255 = 51%
G 206 of 255 = 81%
B 171 of 255 = 67%

131
206
171

R + G + B ~ 66%. #83CEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 206 + 171 = 508 (100%)
R 131 of 508 ~ 25.79%
G 206 of 508 ~ 40.55%
B 171 of 508 ~ 33.66'%

%25.79
%40.55
%33.66

CMYK color model

#83CEAB color CMYK value is (36,0,17,19).

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

CMYK: (36,0,17,19)
C36M0Y17K19 (36%, 0%, 17%, 19%)
(0.36 / 0.00 / 0.17 / 0.19)

CMYK percentages

%36.41
%0
%16.99
%19.22

Codes

Color #83CEAB in popluar color models

83 CE AB
RGB 131 206 171
HSL 152° 43.35% 66.08%
HSB/HSV 152° 36.41% 80.78%
CMYK 36.41% 0.00% 16.99%
19.22%

Color #83CEAB in popluar number systems.

HEX 83 CE AB
Decimal 131 206 171
Binary 10000011 11001110 10101011
Octal 203 316 253

Shades and tints

Shades of #83CEAB

#83CEAB
(131,206,171)
#78BC9C
(120,188,156)
#6DAA8D
(109,170,141)
#62987E
(98,152,126)
#57866F
(87,134,111)
#4C7460
(76,116,96)
#416251
(65,98,81)
#365042
(54,80,66)
#2B3E33
(43,62,51)
#202C24
(32,44,36)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #83CEAB

#83CEAB
(131,206,171)
#8ED2B2
(142,210,178)
#99D6B9
(153,214,185)
#A4DAC0
(164,218,192)
#AFDEC7
(175,222,199)
#BAE2CE
(186,226,206)
#C5E6D5
(197,230,213)
#D0EADC
(208,234,220)
#DBEEE3
(219,238,227)
#E6F2EA
(230,242,234)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CEAB; }

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

This text font color is #83CEAB.

Background Color

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

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

This div background color is #83CEAB.

Border color

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

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

This div border color is #83CEAB.

Opacity

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

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

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

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

This text has shadow with #83CEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83CEAB.

Preview

Color preview on black background

This text has color #83CEAB on black background.


Color preview on white background

This text has color #83CEAB on white background.


Black color preview on #83CEAB background

This text has black color on #83CEAB background.


White color preview on #83CEAB background

This text has white color on #83CEAB background.


Related colors

Complementary color

Complementary color for #hex is #7C3154.


I love getcolorcode.com

Triadic colors

1 #AB83CE and #CEAB83 with #83CEAB are triadic colors.

2 #ABCE83 and #CE83AB with #83CEAB are triadic colors.