COLOR #83B1C7

HEX: #83B1C7
RGB: (131,177,199)

Color info

#83B1C7 contains mainly green and blue colors. Web safe color of #83B1C7 is #9999CC (or #99C).

RGB color model

#83B1C7 color RGB value is (131,177,199).

  • red value is 131;
  • green value is 177;
  • blue value is 199.
RGB:
(131,177,199)
(51%,69%,78%)

RGB channels and saturation

R 131 of 255 = 51%
G 177 of 255 = 69%
B 199 of 255 = 78%

131
177
199

R + G + B ~ 66%. #83B1C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 177 + 199 = 507 (100%)
R 131 of 507 ~ 25.84%
G 177 of 507 ~ 34.91%
B 199 of 507 ~ 39.25%

%25.84
%34.91
%39.25

CMYK color model

#83B1C7 color CMYK value is (34,11,0,22).

  • cyan value is 34.17%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(34,11,0,22)
C34M11Y0K22 
(34%,11%,0%,22%)
(0.34/0.11/0.00/0.22)	

CMYK percentages

%34.17
%11.06
%0
%21.96

Codes

Color #83B1C7 in popluar color models

83B1C7
RGB131177199
HSL199°37.78%64.71%
HSB/HSV199°34.17%78.04%
CMYK34.17%11.06%0.00%
21.96%

Color #83B1C7 in popluar number systems.

HEX83B1C7
Decimal131177199
Binary100000111011000111000111
Octal203261307

Shades and tints

Shades of #83B1C7

#83B1C7
(131,177,199)
#78A1B5
(120,161,181)
#6D91A3
(109,145,163)
#628191
(98,129,145)
#57717F
(87,113,127)
#4C616D
(76,97,109)
#41515B
(65,81,91)
#364149
(54,65,73)
#2B3137
(43,49,55)
#202125
(32,33,37)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #83B1C7

#83B1C7
(131,177,199)
#8EB8CC
(142,184,204)
#99BFD1
(153,191,209)
#A4C6D6
(164,198,214)
#AFCDDB
(175,205,219)
#BAD4E0
(186,212,224)
#C5DBE5
(197,219,229)
#D0E2EA
(208,226,234)
#DBE9EF
(219,233,239)
#E6F0F4
(230,240,244)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B1C7 color. Also use rgb(131,177,199) instead hex code.

Text Font Color

.myTextColor { color: #83B1C7; }

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

This text font color is #83B1C7.


Background Color

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

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

This div background color is #83B1C7.


Border color

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

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

This div border color is #83B1C7.


Opacity

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

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

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

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

This text has shadow with #83B1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B1C7 on black background.


Color preview on white background

This text has color #83B1C7 on white background.



Black color preview on #83B1C7 background

This text has black color on #83B1C7 background.


White color preview on #83B1C7 background

This text has white color on #83B1C7 background.