COLOR #83BACB

HEX: #83BACB
RGB: (131,186,203)

Color info

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

RGB color model

#83BACB color RGB value is (131,186,203).

  • red value is 131;
  • green value is 186;
  • blue value is 203.
RGB:
(131,186,203)
(51%,73%,80%)

RGB channels and saturation

R 131 of 255 = 51%
G 186 of 255 = 73%
B 203 of 255 = 80%

131
186
203

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

Portions of RGB colors in percentages

R + G + B =
131 + 186 + 203 = 520 (100%)
R 131 of 520 ~ 25.19%
G 186 of 520 ~ 35.77%
B 203 of 520 ~ 39.04%

%25.19
%35.77
%39.04

CMYK color model

#83BACB color CMYK value is (35,8,0,20).

  • cyan value is 35.47%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(35,8,0,20)
C35M8Y0K20 
(35%,8%,0%,20%)
(0.35/0.08/0.00/0.20)	

CMYK percentages

%35.47
%8.37
%0
%20.39

Codes

Color #83BACB in popluar color models

83BACB
RGB131186203
HSL194°40.91%65.49%
HSB/HSV194°35.47%79.61%
CMYK35.47%8.37%0.00%
20.39%

Color #83BACB in popluar number systems.

HEX83BACB
Decimal131186203
Binary100000111011101011001011
Octal203272313

Shades and tints

Shades of #83BACB

#83BACB
(131,186,203)
#78AAB9
(120,170,185)
#6D9AA7
(109,154,167)
#628A95
(98,138,149)
#577A83
(87,122,131)
#4C6A71
(76,106,113)
#415A5F
(65,90,95)
#364A4D
(54,74,77)
#2B3A3B
(43,58,59)
#202A29
(32,42,41)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #83BACB

#83BACB
(131,186,203)
#8EC0CF
(142,192,207)
#99C6D3
(153,198,211)
#A4CCD7
(164,204,215)
#AFD2DB
(175,210,219)
#BAD8DF
(186,216,223)
#C5DEE3
(197,222,227)
#D0E4E7
(208,228,231)
#DBEAEB
(219,234,235)
#E6F0EF
(230,240,239)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BACB color. Also use rgb(131,186,203) instead hex code.

Text Font Color

.myTextColor { color: #83BACB; }

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

This text font color is #83BACB.


Background Color

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

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

This div background color is #83BACB.


Border color

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

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

This div border color is #83BACB.


Opacity

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

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

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

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

This text has shadow with #83BACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BACB on black background.


Color preview on white background

This text has color #83BACB on white background.



Black color preview on #83BACB background

This text has black color on #83BACB background.


White color preview on #83BACB background

This text has white color on #83BACB background.