COLOR #83CEB2

HEX: #83CEB2
RGB: (131,206,178)

Color info

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

RGB color model

#83CEB2 color RGB value is (131,206,178).

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

RGB channels and saturation

R 131 of 255 = 51%
G 206 of 255 = 81%
B 178 of 255 = 70%

131
206
178

R + G + B ~ 67%. #83CEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 206 + 178 = 515 (100%)
R 131 of 515 ~ 25.44%
G 206 of 515 ~ 40%
B 178 of 515 ~ 34.56%

%25.44
%40
%34.56

CMYK color model

#83CEB2 color CMYK value is (36,0,14,19).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 19.22%
CMYK:
(36,0,14,19)
C36M0Y14K19 
(36%,0%,14%,19%)
(0.36/0.00/0.14/0.19)	

CMYK percentages

%36.41
%0
%13.59
%19.22

Codes

Color #83CEB2 in popluar color models

83CEB2
RGB131206178
HSL158°43.35%66.08%
HSB/HSV158°36.41%80.78%
CMYK36.41%0.00%13.59%
19.22%

Color #83CEB2 in popluar number systems.

HEX83CEB2
Decimal131206178
Binary100000111100111010110010
Octal203316262

Shades and tints

Shades of #83CEB2

#83CEB2
(131,206,178)
#78BCA2
(120,188,162)
#6DAA92
(109,170,146)
#629882
(98,152,130)
#578672
(87,134,114)
#4C7462
(76,116,98)
#416252
(65,98,82)
#365042
(54,80,66)
#2B3E32
(43,62,50)
#202C22
(32,44,34)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #83CEB2

#83CEB2
(131,206,178)
#8ED2B9
(142,210,185)
#99D6C0
(153,214,192)
#A4DAC7
(164,218,199)
#AFDECE
(175,222,206)
#BAE2D5
(186,226,213)
#C5E6DC
(197,230,220)
#D0EAE3
(208,234,227)
#DBEEEA
(219,238,234)
#E6F2F1
(230,242,241)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CEB2; }

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

This text font color is #83CEB2.


Background Color

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

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

This div background color is #83CEB2.


Border color

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

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

This div border color is #83CEB2.


Opacity

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

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

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

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

This text has shadow with #83CEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CEB2 on black background.


Color preview on white background

This text has color #83CEB2 on white background.



Black color preview on #83CEB2 background

This text has black color on #83CEB2 background.


White color preview on #83CEB2 background

This text has white color on #83CEB2 background.