COLOR #83B0C1

HEX: #83B0C1 RGB: (131,176,193)

Color info

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

RGB color model

#83B0C1 color RGB value is (131,176,193).

RGB: (131,176,193) (51%, 69%, 76%)

RGB channels and saturation

R 131 of 255 = 51%
G 176 of 255 = 69%
B 193 of 255 = 76%

131
176
193

R + G + B ~ 65%. #83B0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 176 + 193 = 500 (100%)
R 131 of 500 ~ 26.2%
G 176 of 500 ~ 35.2%
B 193 of 500 ~ 38.6'%

%26.2
%35.2
%38.6

CMYK color model

#83B0C1 color CMYK value is (32,9,0,24).

  • cyan value is 32.12%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (32,9,0,24)
C32M9Y0K24 (32%, 9%, 0%, 24%)
(0.32 / 0.09 / 0.00 / 0.24)

CMYK percentages

%32.12
%8.81
%0
%24.31

Codes

Color #83B0C1 in popluar color models

83 B0 C1
RGB 131 176 193
HSL 196° 33.33% 63.53%
HSB/HSV 196° 32.12% 75.69%
CMYK 32.12% 8.81% 0.00%
24.31%

Color #83B0C1 in popluar number systems.

HEX 83 B0 C1
Decimal 131 176 193
Binary 10000011 10110000 11000001
Octal 203 260 301

Shades and tints

Shades of #83B0C1

#83B0C1
(131,176,193)
#78A0B0
(120,160,176)
#6D909F
(109,144,159)
#62808E
(98,128,142)
#57707D
(87,112,125)
#4C606C
(76,96,108)
#41505B
(65,80,91)
#36404A
(54,64,74)
#2B3039
(43,48,57)
#202028
(32,32,40)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #83B0C1

#83B0C1
(131,176,193)
#8EB7C6
(142,183,198)
#99BECB
(153,190,203)
#A4C5D0
(164,197,208)
#AFCCD5
(175,204,213)
#BAD3DA
(186,211,218)
#C5DADF
(197,218,223)
#D0E1E4
(208,225,228)
#DBE8E9
(219,232,233)
#E6EFEE
(230,239,238)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B0C1 color. Also use rgb(131,176,193) instead hex code.

Text Font Color

.myTextColor { color: #83B0C1; }

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

This text font color is #83B0C1.

Background Color

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

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

This div background color is #83B0C1.

Border color

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

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

This div border color is #83B0C1.

Opacity

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

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

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

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

This text has shadow with #83B0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B0C1.

Preview

Color preview on black background

This text has color #83B0C1 on black background.


Color preview on white background

This text has color #83B0C1 on white background.


Black color preview on #83B0C1 background

This text has black color on #83B0C1 background.


White color preview on #83B0C1 background

This text has white color on #83B0C1 background.


Related colors

Complementary color

Complementary color for #hex is #7C4F3E.


I love getcolorcode.com

Triadic colors

1 #C183B0 and #B0C183 with #83B0C1 are triadic colors.

2 #C1B083 and #B083C1 with #83B0C1 are triadic colors.