COLOR #83A2CD

HEX: #83A2CD
RGB: (131,162,205)

Color info

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

RGB color model

#83A2CD color RGB value is (131,162,205).

  • red value is 131;
  • green value is 162;
  • blue value is 205.
RGB:
(131,162,205)
(51%,64%,80%)

RGB channels and saturation

R 131 of 255 = 51%
G 162 of 255 = 64%
B 205 of 255 = 80%

131
162
205

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

Portions of RGB colors in percentages

R + G + B =
131 + 162 + 205 = 498 (100%)
R 131 of 498 ~ 26.31%
G 162 of 498 ~ 32.53%
B 205 of 498 ~ 41.16%

%26.31
%32.53
%41.16

CMYK color model

#83A2CD color CMYK value is (36,21,0,20).

  • cyan value is 36.10%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(36,21,0,20)
C36M21Y0K20 
(36%,21%,0%,20%)
(0.36/0.21/0.00/0.20)	

CMYK percentages

%36.1
%20.98
%0
%19.61

Codes

Color #83A2CD in popluar color models

83A2CD
RGB131162205
HSL215°42.53%65.88%
HSB/HSV215°36.10%80.39%
CMYK36.10%20.98%0.00%
19.61%

Color #83A2CD in popluar number systems.

HEX83A2CD
Decimal131162205
Binary100000111010001011001101
Octal203242315

Shades and tints

Shades of #83A2CD

#83A2CD
(131,162,205)
#7894BB
(120,148,187)
#6D86A9
(109,134,169)
#627897
(98,120,151)
#576A85
(87,106,133)
#4C5C73
(76,92,115)
#414E61
(65,78,97)
#36404F
(54,64,79)
#2B323D
(43,50,61)
#20242B
(32,36,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #83A2CD

#83A2CD
(131,162,205)
#8EAAD1
(142,170,209)
#99B2D5
(153,178,213)
#A4BAD9
(164,186,217)
#AFC2DD
(175,194,221)
#BACAE1
(186,202,225)
#C5D2E5
(197,210,229)
#D0DAE9
(208,218,233)
#DBE2ED
(219,226,237)
#E6EAF1
(230,234,241)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A2CD color. Also use rgb(131,162,205) instead hex code.

Text Font Color

.myTextColor { color: #83A2CD; }

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

This text font color is #83A2CD.


Background Color

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

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

This div background color is #83A2CD.


Border color

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

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

This div border color is #83A2CD.


Opacity

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

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

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

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

This text has shadow with #83A2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A2CD on black background.


Color preview on white background

This text has color #83A2CD on white background.



Black color preview on #83A2CD background

This text has black color on #83A2CD background.


White color preview on #83A2CD background

This text has white color on #83A2CD background.