COLOR #83BCD8

HEX: #83BCD8 RGB: (131,188,216)

Color info

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

RGB color model

#83BCD8 color RGB value is (131,188,216).

RGB: (131,188,216) (51%, 74%, 85%)

RGB channels and saturation

R 131 of 255 = 51%
G 188 of 255 = 74%
B 216 of 255 = 85%

131
188
216

R + G + B ~ 70%. #83BCD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 188 + 216 = 535 (100%)
R 131 of 535 ~ 24.49%
G 188 of 535 ~ 35.14%
B 216 of 535 ~ 40.37'%

%24.49
%35.14
%40.37

CMYK color model

#83BCD8 color CMYK value is (39,13,0,15).

  • cyan value is 39.35%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (39,13,0,15) C39M13Y0K15 (39%,13%,0%,15%) (0.39/0.13/0.00/0.15) 

CMYK percentages

%39.35
%12.96
%0
%15.29

Codes

Color #83BCD8 in popluar color models

83 BC D8
RGB 131 188 216
HSL 200° 52.15% 68.04%
HSB/HSV 200° 39.35% 84.71%
CMYK 39.35% 12.96% 0.00%
15.29%

Color #83BCD8 in popluar number systems.

HEX 83 BC D8
Decimal 131 188 216
Binary 10000011 10111100 11011000
Octal 203 274 330

Shades and tints

Shades of #83BCD8

#83BCD8
(131,188,216)
#78ABC5
(120,171,197)
#6D9AB2
(109,154,178)
#62899F
(98,137,159)
#57788C
(87,120,140)
#4C6779
(76,103,121)
#415666
(65,86,102)
#364553
(54,69,83)
#2B3440
(43,52,64)
#20232D
(32,35,45)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #83BCD8

#83BCD8
(131,188,216)
#8EC2DB
(142,194,219)
#99C8DE
(153,200,222)
#A4CEE1
(164,206,225)
#AFD4E4
(175,212,228)
#BADAE7
(186,218,231)
#C5E0EA
(197,224,234)
#D0E6ED
(208,230,237)
#DBECF0
(219,236,240)
#E6F2F3
(230,242,243)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BCD8; }

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

This text font color is #83BCD8.

Background Color

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

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

This div background color is #83BCD8.

Border color

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

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

This div border color is #83BCD8.

Opacity

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

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

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

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

This text has shadow with #83BCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BCD8.

Preview

Color preview on black background

This text has color #83BCD8 on black background.


Color preview on white background

This text has color #83BCD8 on white background.


Black color preview on #83BCD8 background

This text has black color on #83BCD8 background.


White color preview on #83BCD8 background

This text has white color on #83BCD8 background.


Related colors

Complementary color

Complementary color for #hex is #7C4327.


I love getcolorcode.com

Triadic colors

1 #D883BC and #BCD883 with #83BCD8 are triadic colors.

2 #D8BC83 and #BC83D8 with #83BCD8 are triadic colors.