COLOR #83BCBE

HEX: #83BCBE
RGB: (131,188,190)

Color info

#83BCBE contains red, green and blue colors in about the same proportion. Web safe color of #83BCBE is #99CCCC (or #9CC).

RGB color model

#83BCBE color RGB value is (131,188,190).

  • red value is 131;
  • green value is 188;
  • blue value is 190.
RGB:
(131,188,190)
(51%,74%,75%)

RGB channels and saturation

R 131 of 255 = 51%
G 188 of 255 = 74%
B 190 of 255 = 75%

131
188
190

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

Portions of RGB colors in percentages

R + G + B =
131 + 188 + 190 = 509 (100%)
R 131 of 509 ~ 25.74%
G 188 of 509 ~ 36.94%
B 190 of 509 ~ 37.33%

%25.74
%36.94
%37.33

CMYK color model

#83BCBE color CMYK value is (31,1,0,25).

  • cyan value is 31.05%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(31,1,0,25)
C31M1Y0K25 
(31%,1%,0%,25%)
(0.31/0.01/0.00/0.25)	

CMYK percentages

%31.05
%1.05
%0
%25.49

Codes

Color #83BCBE in popluar color models

83BCBE
RGB131188190
HSL182°31.22%62.94%
HSB/HSV182°31.05%74.51%
CMYK31.05%1.05%0.00%
25.49%

Color #83BCBE in popluar number systems.

HEX83BCBE
Decimal131188190
Binary100000111011110010111110
Octal203274276

Shades and tints

Shades of #83BCBE

#83BCBE
(131,188,190)
#78ABAD
(120,171,173)
#6D9A9C
(109,154,156)
#62898B
(98,137,139)
#57787A
(87,120,122)
#4C6769
(76,103,105)
#415658
(65,86,88)
#364547
(54,69,71)
#2B3436
(43,52,54)
#202325
(32,35,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #83BCBE

#83BCBE
(131,188,190)
#8EC2C3
(142,194,195)
#99C8C8
(153,200,200)
#A4CECD
(164,206,205)
#AFD4D2
(175,212,210)
#BADAD7
(186,218,215)
#C5E0DC
(197,224,220)
#D0E6E1
(208,230,225)
#DBECE6
(219,236,230)
#E6F2EB
(230,242,235)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BCBE color. Also use rgb(131,188,190) instead hex code.

Text Font Color

.myTextColor { color: #83BCBE; }

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

This text font color is #83BCBE.


Background Color

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

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

This div background color is #83BCBE.


Border color

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

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

This div border color is #83BCBE.


Opacity

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

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

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

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

This text has shadow with #83BCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BCBE on black background.


Color preview on white background

This text has color #83BCBE on white background.



Black color preview on #83BCBE background

This text has black color on #83BCBE background.


White color preview on #83BCBE background

This text has white color on #83BCBE background.