COLOR #83CEB4

HEX: #83CEB4
RGB: (131,206,180)

Color info

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

RGB color model

#83CEB4 color RGB value is (131,206,180).

  • red value is 131;
  • green value is 206;
  • blue value is 180.
RGB:
(131,206,180)
(51%,81%,71%)

RGB channels and saturation

R 131 of 255 = 51%
G 206 of 255 = 81%
B 180 of 255 = 71%

131
206
180

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

Portions of RGB colors in percentages

R + G + B =
131 + 206 + 180 = 517 (100%)
R 131 of 517 ~ 25.34%
G 206 of 517 ~ 39.85%
B 180 of 517 ~ 34.82%

%25.34
%39.85
%34.82

CMYK color model

#83CEB4 color CMYK value is (36,0,13,19).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 19.22%
CMYK:
(36,0,13,19)
C36M0Y13K19 
(36%,0%,13%,19%)
(0.36/0.00/0.13/0.19)	

CMYK percentages

%36.41
%0
%12.62
%19.22

Codes

Color #83CEB4 in popluar color models

83CEB4
RGB131206180
HSL159°43.35%66.08%
HSB/HSV159°36.41%80.78%
CMYK36.41%0.00%12.62%
19.22%

Color #83CEB4 in popluar number systems.

HEX83CEB4
Decimal131206180
Binary100000111100111010110100
Octal203316264

Shades and tints

Shades of #83CEB4

#83CEB4
(131,206,180)
#78BCA4
(120,188,164)
#6DAA94
(109,170,148)
#629884
(98,152,132)
#578674
(87,134,116)
#4C7464
(76,116,100)
#416254
(65,98,84)
#365044
(54,80,68)
#2B3E34
(43,62,52)
#202C24
(32,44,36)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #83CEB4

#83CEB4
(131,206,180)
#8ED2BA
(142,210,186)
#99D6C0
(153,214,192)
#A4DAC6
(164,218,198)
#AFDECC
(175,222,204)
#BAE2D2
(186,226,210)
#C5E6D8
(197,230,216)
#D0EADE
(208,234,222)
#DBEEE4
(219,238,228)
#E6F2EA
(230,242,234)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CEB4; }

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

This text font color is #83CEB4.


Background Color

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

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

This div background color is #83CEB4.


Border color

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

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

This div border color is #83CEB4.


Opacity

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

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

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

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

This text has shadow with #83CEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CEB4 on black background.


Color preview on white background

This text has color #83CEB4 on white background.



Black color preview on #83CEB4 background

This text has black color on #83CEB4 background.


White color preview on #83CEB4 background

This text has white color on #83CEB4 background.