COLOR #83CEB7

HEX: #83CEB7
RGB: (131,206,183)

Color info

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

RGB color model

#83CEB7 color RGB value is (131,206,183).

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

RGB channels and saturation

R 131 of 255 = 51%
G 206 of 255 = 81%
B 183 of 255 = 72%

131
206
183

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

Portions of RGB colors in percentages

R + G + B =
131 + 206 + 183 = 520 (100%)
R 131 of 520 ~ 25.19%
G 206 of 520 ~ 39.62%
B 183 of 520 ~ 35.19%

%25.19
%39.62
%35.19

CMYK color model

#83CEB7 color CMYK value is (36,0,11,19).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 19.22%
CMYK:
(36,0,11,19)
C36M0Y11K19 
(36%,0%,11%,19%)
(0.36/0.00/0.11/0.19)	

CMYK percentages

%36.41
%0
%11.17
%19.22

Codes

Color #83CEB7 in popluar color models

83CEB7
RGB131206183
HSL162°43.35%66.08%
HSB/HSV162°36.41%80.78%
CMYK36.41%0.00%11.17%
19.22%

Color #83CEB7 in popluar number systems.

HEX83CEB7
Decimal131206183
Binary100000111100111010110111
Octal203316267

Shades and tints

Shades of #83CEB7

#83CEB7
(131,206,183)
#78BCA7
(120,188,167)
#6DAA97
(109,170,151)
#629887
(98,152,135)
#578677
(87,134,119)
#4C7467
(76,116,103)
#416257
(65,98,87)
#365047
(54,80,71)
#2B3E37
(43,62,55)
#202C27
(32,44,39)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #83CEB7

#83CEB7
(131,206,183)
#8ED2BD
(142,210,189)
#99D6C3
(153,214,195)
#A4DAC9
(164,218,201)
#AFDECF
(175,222,207)
#BAE2D5
(186,226,213)
#C5E6DB
(197,230,219)
#D0EAE1
(208,234,225)
#DBEEE7
(219,238,231)
#E6F2ED
(230,242,237)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CEB7; }

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

This text font color is #83CEB7.


Background Color

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

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

This div background color is #83CEB7.


Border color

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

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

This div border color is #83CEB7.


Opacity

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

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

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

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

This text has shadow with #83CEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CEB7 on black background.


Color preview on white background

This text has color #83CEB7 on white background.



Black color preview on #83CEB7 background

This text has black color on #83CEB7 background.


White color preview on #83CEB7 background

This text has white color on #83CEB7 background.