COLOR #83B0C5

HEX: #83B0C5 RGB: (131,176,197)

Color info

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

RGB color model

#83B0C5 color RGB value is (131,176,197).

RGB: (131,176,197) (51%, 69%, 77%)

RGB channels and saturation

R 131 of 255 = 51%
G 176 of 255 = 69%
B 197 of 255 = 77%

131
176
197

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

Portions of RGB colors in percentages

R + G + B = 131 + 176 + 197 = 504 (100%)
R 131 of 504 ~ 25.99%
G 176 of 504 ~ 34.92%
B 197 of 504 ~ 39.09'%

%25.99
%34.92
%39.09

CMYK color model

#83B0C5 color CMYK value is (34,11,0,23).

  • cyan value is 33.50%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (34,11,0,23) C34M11Y0K23 (34%,11%,0%,23%) (0.34/0.11/0.00/0.23) 

CMYK percentages

%33.5
%10.66
%0
%22.75

Codes

Color #83B0C5 in popluar color models

83 B0 C5
RGB 131 176 197
HSL 199° 36.26% 64.31%
HSB/HSV 199° 33.50% 77.25%
CMYK 33.50% 10.66% 0.00%
22.75%

Color #83B0C5 in popluar number systems.

HEX 83 B0 C5
Decimal 131 176 197
Binary 10000011 10110000 11000101
Octal 203 260 305

Shades and tints

Shades of #83B0C5

#83B0C5
(131,176,197)
#78A0B4
(120,160,180)
#6D90A3
(109,144,163)
#628092
(98,128,146)
#577081
(87,112,129)
#4C6070
(76,96,112)
#41505F
(65,80,95)
#36404E
(54,64,78)
#2B303D
(43,48,61)
#20202C
(32,32,44)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #83B0C5

#83B0C5
(131,176,197)
#8EB7CA
(142,183,202)
#99BECF
(153,190,207)
#A4C5D4
(164,197,212)
#AFCCD9
(175,204,217)
#BAD3DE
(186,211,222)
#C5DAE3
(197,218,227)
#D0E1E8
(208,225,232)
#DBE8ED
(219,232,237)
#E6EFF2
(230,239,242)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B0C5; }

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

This text font color is #83B0C5.

Background Color

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

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

This div background color is #83B0C5.

Border color

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

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

This div border color is #83B0C5.

Opacity

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

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

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

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

This text has shadow with #83B0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B0C5.

Preview

Color preview on black background

This text has color #83B0C5 on black background.


Color preview on white background

This text has color #83B0C5 on white background.


Black color preview on #83B0C5 background

This text has black color on #83B0C5 background.


White color preview on #83B0C5 background

This text has white color on #83B0C5 background.


Related colors

Complementary color

Complementary color for #hex is #7C4F3A.


I love getcolorcode.com

Triadic colors

1 #C583B0 and #B0C583 with #83B0C5 are triadic colors.

2 #C5B083 and #B083C5 with #83B0C5 are triadic colors.