COLOR #83B7D3

HEX: #83B7D3
RGB: (131,183,211)

Color info

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

RGB color model

#83B7D3 color RGB value is (131,183,211).

  • red value is 131;
  • green value is 183;
  • blue value is 211.
RGB:
(131,183,211)
(51%,72%,83%)

RGB channels and saturation

R 131 of 255 = 51%
G 183 of 255 = 72%
B 211 of 255 = 83%

131
183
211

R + G + B ~ 69%. #83B7D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 183 + 211 = 525 (100%)
R 131 of 525 ~ 24.95%
G 183 of 525 ~ 34.86%
B 211 of 525 ~ 40.19%

%24.95
%34.86
%40.19

CMYK color model

#83B7D3 color CMYK value is (38,13,0,17).

  • cyan value is 37.91%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(38,13,0,17)
C38M13Y0K17 
(38%,13%,0%,17%)
(0.38/0.13/0.00/0.17)	

CMYK percentages

%37.91
%13.27
%0
%17.25

Codes

Color #83B7D3 in popluar color models

83B7D3
RGB131183211
HSL201°47.62%67.06%
HSB/HSV201°37.91%82.75%
CMYK37.91%13.27%0.00%
17.25%

Color #83B7D3 in popluar number systems.

HEX83B7D3
Decimal131183211
Binary100000111011011111010011
Octal203267323

Shades and tints

Shades of #83B7D3

#83B7D3
(131,183,211)
#78A7C0
(120,167,192)
#6D97AD
(109,151,173)
#62879A
(98,135,154)
#577787
(87,119,135)
#4C6774
(76,103,116)
#415761
(65,87,97)
#36474E
(54,71,78)
#2B373B
(43,55,59)
#202728
(32,39,40)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #83B7D3

#83B7D3
(131,183,211)
#8EBDD7
(142,189,215)
#99C3DB
(153,195,219)
#A4C9DF
(164,201,223)
#AFCFE3
(175,207,227)
#BAD5E7
(186,213,231)
#C5DBEB
(197,219,235)
#D0E1EF
(208,225,239)
#DBE7F3
(219,231,243)
#E6EDF7
(230,237,247)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B7D3 color. Also use rgb(131,183,211) instead hex code.

Text Font Color

.myTextColor { color: #83B7D3; }

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

This text font color is #83B7D3.


Background Color

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

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

This div background color is #83B7D3.


Border color

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

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

This div border color is #83B7D3.


Opacity

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

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

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

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

This text has shadow with #83B7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B7D3 on black background.


Color preview on white background

This text has color #83B7D3 on white background.



Black color preview on #83B7D3 background

This text has black color on #83B7D3 background.


White color preview on #83B7D3 background

This text has white color on #83B7D3 background.