COLOR #83A0CB

HEX: #83A0CB RGB: (131,160,203)

Color info

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

RGB color model

#83A0CB color RGB value is (131,160,203).

RGB: (131,160,203) (51%, 63%, 80%)

RGB channels and saturation

R 131 of 255 = 51%
G 160 of 255 = 63%
B 203 of 255 = 80%

131
160
203

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

Portions of RGB colors in percentages

R + G + B = 131 + 160 + 203 = 494 (100%)
R 131 of 494 ~ 26.52%
G 160 of 494 ~ 32.39%
B 203 of 494 ~ 41.09'%

%26.52
%32.39
%41.09

CMYK color model

#83A0CB color CMYK value is (35,21,0,20).

  • cyan value is 35.47%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (35,21,0,20) C35M21Y0K20 (35%,21%,0%,20%) (0.35/0.21/0.00/0.20) 

CMYK percentages

%35.47
%21.18
%0
%20.39

Codes

Color #83A0CB in popluar color models

83 A0 CB
RGB 131 160 203
HSL 216° 40.91% 65.49%
HSB/HSV 216° 35.47% 79.61%
CMYK 35.47% 21.18% 0.00%
20.39%

Color #83A0CB in popluar number systems.

HEX 83 A0 CB
Decimal 131 160 203
Binary 10000011 10100000 11001011
Octal 203 240 313

Shades and tints

Shades of #83A0CB

#83A0CB
(131,160,203)
#7892B9
(120,146,185)
#6D84A7
(109,132,167)
#627695
(98,118,149)
#576883
(87,104,131)
#4C5A71
(76,90,113)
#414C5F
(65,76,95)
#363E4D
(54,62,77)
#2B303B
(43,48,59)
#202229
(32,34,41)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #83A0CB

#83A0CB
(131,160,203)
#8EA8CF
(142,168,207)
#99B0D3
(153,176,211)
#A4B8D7
(164,184,215)
#AFC0DB
(175,192,219)
#BAC8DF
(186,200,223)
#C5D0E3
(197,208,227)
#D0D8E7
(208,216,231)
#DBE0EB
(219,224,235)
#E6E8EF
(230,232,239)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A0CB; }

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

This text font color is #83A0CB.

Background Color

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

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

This div background color is #83A0CB.

Border color

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

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

This div border color is #83A0CB.

Opacity

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

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

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

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

This text has shadow with #83A0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A0CB.

Preview

Color preview on black background

This text has color #83A0CB on black background.


Color preview on white background

This text has color #83A0CB on white background.


Black color preview on #83A0CB background

This text has black color on #83A0CB background.


White color preview on #83A0CB background

This text has white color on #83A0CB background.


Related colors

Complementary color

Complementary color for #hex is #7C5F34.


I love getcolorcode.com

Triadic colors

1 #CB83A0 and #A0CB83 with #83A0CB are triadic colors.

2 #CBA083 and #A083CB with #83A0CB are triadic colors.