COLOR #83ACD3

HEX: #83ACD3
RGB: (131,172,211)

Color info

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

RGB color model

#83ACD3 color RGB value is (131,172,211).

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

RGB channels and saturation

R 131 of 255 = 51%
G 172 of 255 = 67%
B 211 of 255 = 83%

131
172
211

R + G + B ~ 67%. #83ACD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 172 + 211 = 514 (100%)
R 131 of 514 ~ 25.49%
G 172 of 514 ~ 33.46%
B 211 of 514 ~ 41.05%

%25.49
%33.46
%41.05

CMYK color model

#83ACD3 color CMYK value is (38,18,0,17).

  • cyan value is 37.91%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(38,18,0,17)
C38M18Y0K17 
(38%,18%,0%,17%)
(0.38/0.18/0.00/0.17)	

CMYK percentages

%37.91
%18.48
%0
%17.25

Codes

Color #83ACD3 in popluar color models

83ACD3
RGB131172211
HSL209°47.62%67.06%
HSB/HSV209°37.91%82.75%
CMYK37.91%18.48%0.00%
17.25%

Color #83ACD3 in popluar number systems.

HEX83ACD3
Decimal131172211
Binary100000111010110011010011
Octal203254323

Shades and tints

Shades of #83ACD3

#83ACD3
(131,172,211)
#789DC0
(120,157,192)
#6D8EAD
(109,142,173)
#627F9A
(98,127,154)
#577087
(87,112,135)
#4C6174
(76,97,116)
#415261
(65,82,97)
#36434E
(54,67,78)
#2B343B
(43,52,59)
#202528
(32,37,40)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #83ACD3

#83ACD3
(131,172,211)
#8EB3D7
(142,179,215)
#99BADB
(153,186,219)
#A4C1DF
(164,193,223)
#AFC8E3
(175,200,227)
#BACFE7
(186,207,231)
#C5D6EB
(197,214,235)
#D0DDEF
(208,221,239)
#DBE4F3
(219,228,243)
#E6EBF7
(230,235,247)
#F1F2FB
(241,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ACD3; }

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

This text font color is #83ACD3.


Background Color

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

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

This div background color is #83ACD3.


Border color

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

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

This div border color is #83ACD3.


Opacity

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

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

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

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

This text has shadow with #83ACD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ACD3 on black background.


Color preview on white background

This text has color #83ACD3 on white background.



Black color preview on #83ACD3 background

This text has black color on #83ACD3 background.


White color preview on #83ACD3 background

This text has white color on #83ACD3 background.