COLOR #83A7CB

HEX: #83A7CB
RGB: (131,167,203)

Color info

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

RGB color model

#83A7CB color RGB value is (131,167,203).

  • red value is 131;
  • green value is 167;
  • blue value is 203.
RGB:
(131,167,203)
(51%,65%,80%)

RGB channels and saturation

R 131 of 255 = 51%
G 167 of 255 = 65%
B 203 of 255 = 80%

131
167
203

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

Portions of RGB colors in percentages

R + G + B =
131 + 167 + 203 = 501 (100%)
R 131 of 501 ~ 26.15%
G 167 of 501 ~ 33.33%
B 203 of 501 ~ 40.52%

%26.15
%33.33
%40.52

CMYK color model

#83A7CB color CMYK value is (35,18,0,20).

  • cyan value is 35.47%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(35,18,0,20)
C35M18Y0K20 
(35%,18%,0%,20%)
(0.35/0.18/0.00/0.20)	

CMYK percentages

%35.47
%17.73
%0
%20.39

Codes

Color #83A7CB in popluar color models

83A7CB
RGB131167203
HSL210°40.91%65.49%
HSB/HSV210°35.47%79.61%
CMYK35.47%17.73%0.00%
20.39%

Color #83A7CB in popluar number systems.

HEX83A7CB
Decimal131167203
Binary100000111010011111001011
Octal203247313

Shades and tints

Shades of #83A7CB

#83A7CB
(131,167,203)
#7898B9
(120,152,185)
#6D89A7
(109,137,167)
#627A95
(98,122,149)
#576B83
(87,107,131)
#4C5C71
(76,92,113)
#414D5F
(65,77,95)
#363E4D
(54,62,77)
#2B2F3B
(43,47,59)
#202029
(32,32,41)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #83A7CB

#83A7CB
(131,167,203)
#8EAFCF
(142,175,207)
#99B7D3
(153,183,211)
#A4BFD7
(164,191,215)
#AFC7DB
(175,199,219)
#BACFDF
(186,207,223)
#C5D7E3
(197,215,227)
#D0DFE7
(208,223,231)
#DBE7EB
(219,231,235)
#E6EFEF
(230,239,239)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A7CB color. Also use rgb(131,167,203) instead hex code.

Text Font Color

.myTextColor { color: #83A7CB; }

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

This text font color is #83A7CB.


Background Color

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

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

This div background color is #83A7CB.


Border color

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

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

This div border color is #83A7CB.


Opacity

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

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

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

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

This text has shadow with #83A7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A7CB on black background.


Color preview on white background

This text has color #83A7CB on white background.



Black color preview on #83A7CB background

This text has black color on #83A7CB background.


White color preview on #83A7CB background

This text has white color on #83A7CB background.